Searched refs:wt (Results 1 – 7 of 7) sorted by relevance
| /drivers/dma-buf/ |
| A D | st-dma-fence.c | 378 struct wait_timer *wt = timer_container_of(wt, timer, timer); in wait_timer() local 380 dma_fence_signal(wt->f); in wait_timer() 385 struct wait_timer wt; in test_wait_timeout() local 390 wt.f = mock_fence(); in test_wait_timeout() 391 if (!wt.f) in test_wait_timeout() 401 mod_timer(&wt.timer, jiffies + 1); in test_wait_timeout() 404 if (timer_pending(&wt.timer)) { in test_wait_timeout() 415 timer_delete_sync(&wt.timer); in test_wait_timeout() 416 timer_destroy_on_stack(&wt.timer); in test_wait_timeout() 417 dma_fence_signal(wt.f); in test_wait_timeout() [all …]
|
| /drivers/thermal/intel/int340x_thermal/ |
| A D | processor_thermal_wt_hint.c | 59 int wt; in workload_type_index_show() local 73 wt = FIELD_GET(SOC_WT, status); in workload_type_index_show() 75 return sysfs_emit(buf, "%d\n", wt); in workload_type_index_show()
|
| /drivers/media/i2c/ |
| A D | tvaudio.c | 136 struct timer_list wt; member 321 struct CHIPSTATE *chip = timer_container_of(chip, t, wt); in chip_thread_wake() 386 mod_timer(&chip->wt, jiffies+msecs_to_jiffies(2000)); in chip_thread() 1885 mod_timer(&chip->wt, jiffies+msecs_to_jiffies(2000)); in tvaudio_s_frequency() 2049 timer_setup(&chip->wt, chip_thread_wake, 0); in tvaudio_probe() 2074 timer_delete_sync(&chip->wt); in tvaudio_remove()
|
| /drivers/media/pci/zoran/ |
| A D | videocodec.h | 222 u16 wt, wa, h_start, h_sync_start, ht, ha, v_start; member
|
| A D | zr36060.c | 554 reg = norm->wt - 1; /* Htotal */ in zr36060_set_video()
|
| A D | zoran_device.c | 470 (tvn->wt << ZR36057_HSP_LINE_TOT); in zr36057_set_jpg()
|
| /drivers/usb/serial/ |
| A D | iuu_phoenix.c | 177 static int iuu_reset(struct usb_serial_port *port, u8 wt) in iuu_reset() argument 187 *buf_ptr++ = wt; in iuu_reset()
|
Completed in 19 milliseconds