Searched refs:px (Results 1 – 8 of 8) sorted by relevance
/drivers/staging/unisys/visorutil/ |
D | easyproc.c | 230 struct easyproc_device_property_info *px = NULL; in visor_easyproc_CreateDeviceProperty() local 238 px = &(p->device_property_info[i]); in visor_easyproc_CreateDeviceProperty() 242 if (!px) { in visor_easyproc_CreateDeviceProperty() 246 px->devdata = p->devdata; in visor_easyproc_CreateDeviceProperty() 247 px->pdriver = p->pdriver; in visor_easyproc_CreateDeviceProperty() 248 px->procEntry = proc_create_data(property_name, 0, p->procDevicexDir, in visor_easyproc_CreateDeviceProperty() 249 &proc_fops_device_property, px); in visor_easyproc_CreateDeviceProperty() 250 if (strlen(property_name)+1 > sizeof(px->property_name)) { in visor_easyproc_CreateDeviceProperty() 255 strcpy(px->property_name, property_name); in visor_easyproc_CreateDeviceProperty() 256 if (px->procEntry == NULL) { in visor_easyproc_CreateDeviceProperty() [all …]
|
/drivers/acpi/ |
D | processor_perflib.c | 294 static void amd_fixup_frequency(struct acpi_processor_px *px, int i) in amd_fixup_frequency() argument 297 int index = px->control & 0x00000007; in amd_fixup_frequency() 315 px->core_frequency = (100 * (fid + 0x10)) >> did; in amd_fixup_frequency() 317 px->core_frequency = (100 * (fid + 8)) >> did; in amd_fixup_frequency() 321 static void amd_fixup_frequency(struct acpi_processor_px *px, int i) {}; in amd_fixup_frequency() argument 363 struct acpi_processor_px *px = &(pr->performance->states[i]); in acpi_processor_get_performance_states() local 366 state.pointer = px; in acpi_processor_get_performance_states() 379 amd_fixup_frequency(px, i); in acpi_processor_get_performance_states() 384 (u32) px->core_frequency, in acpi_processor_get_performance_states() 385 (u32) px->power, in acpi_processor_get_performance_states() [all …]
|
/drivers/gpu/drm/nouveau/core/subdev/pwr/ |
D | memx.c | 125 u32 heads, x, y, px = 0; in nouveau_memx_wait_vblank() local 136 if ((x * y) > px) { in nouveau_memx_wait_vblank() 137 px = (x * y); in nouveau_memx_wait_vblank() 144 if (px == 0) { in nouveau_memx_wait_vblank()
|
/drivers/media/platform/vivid/ |
D | vivid-kthread-cap.c | 612 int px; in vivid_overlay() local 622 for (px = 0; px < w; px++) { in vivid_overlay() 624 px + out_x, y, px + x)) in vivid_overlay() 626 memcpy(vbase + (px + x) * pixsize, in vivid_overlay() 627 vbuf + (px + out_x) * pixsize, in vivid_overlay()
|
/drivers/video/console/ |
D | sticon.c | 281 int *px, int *py) in sticon_getxy() argument 311 if (px) *px = x; in sticon_getxy()
|
D | fbcon.c | 2707 int *px, int *py) in fbcon_getxy() argument 2738 if (px) in fbcon_getxy() 2739 *px = x; in fbcon_getxy()
|
/drivers/dma/ |
D | pl330.c | 497 struct pl330_xfer px; member 1264 struct pl330_xfer *x = &pxs->desc->px; in _setup_loops() 1281 struct pl330_xfer *x = &pxs->desc->px; in _setup_xfer() 1312 x = &pxs->desc->px; in _setup_req() 2296 static inline void fill_px(struct pl330_xfer *px, in fill_px() argument 2299 px->bytes = len; in fill_px() 2300 px->dst_addr = dst; in fill_px() 2301 px->src_addr = src; in fill_px() 2326 fill_px(&desc->px, dst, src, len); in __pl330_prep_dma_memcpy() 2420 fill_px(&desc->px, dst, src, period_len); in pl330_prep_dma_cyclic() [all …]
|
/drivers/net/wireless/ath/ath9k/ |
D | ar9003_eeprom.c | 43 int32_t *px, int32_t *py, u_int16_t np); 4194 int32_t *px, int32_t *py, u_int16_t np) in ar9003_hw_power_interpolate() argument 4207 dx = x - px[ip]; in ar9003_hw_power_interpolate() 4213 hx = px[ip]; in ar9003_hw_power_interpolate() 4222 lx = px[ip]; in ar9003_hw_power_interpolate()
|