Searched refs:px (Results 1 - 5 of 5) sorted by relevance

/drivers/acpi/
H A Dprocessor_perflib.c365 struct acpi_processor_px *px = &(pr->performance->states[i]); local
368 state.pointer = px;
384 (u32) px->core_frequency,
385 (u32) px->power,
386 (u32) px->transition_latency,
387 (u32) px->bus_master_latency,
388 (u32) px->control, (u32) px->status));
393 if (!px->core_frequency ||
394 ((u32)(px
[all...]
/drivers/video/console/
H A Dsticon.c281 int *px, int *py)
311 if (px) *px = x;
280 sticon_getxy(struct vc_data *conp, unsigned long pos, int *px, int *py) argument
H A Dfbcon.c2685 int *px, int *py)
2716 if (px)
2717 *px = x;
2684 fbcon_getxy(struct vc_data *vc, unsigned long pos, int *px, int *py) argument
/drivers/dma/
H A Dpl330.c602 struct pl330_xfer px; member in struct:dma_pl330_desc
2528 desc->req.x = &desc->px;
2630 static inline void fill_px(struct pl330_xfer *px, argument
2633 px->next = NULL;
2634 px->bytes = len;
2635 px->dst_addr = dst;
2636 px->src_addr = src;
2661 fill_px(&desc->px, dst, src, len);
2733 fill_px(&desc->px, dst, src, period_len);
2835 fill_px(&desc->px,
[all...]
/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c47 int32_t *px, int32_t *py, u_int16_t np);
3987 * from the np ordered pairs of data (px,py).
3989 * If the specified x value is less than any of the px,
3990 * the returned y value is equal to the py for the lowest px.
3991 * If the specified x value is greater than any of the px,
3992 * the returned y value is equal to the py for the highest px.
3995 int32_t *px, int32_t *py, u_int16_t np)
4008 dx = x - px[ip];
4014 hx = px[ip];
4023 lx = px[i
3994 ar9003_hw_power_interpolate(int32_t x, int32_t *px, int32_t *py, u_int16_t np) argument
[all...]

Completed in 155 milliseconds