Searched refs:wait_timer (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma-buf/ |
H A D | st-dma-fence.c | 359 struct wait_timer { struct 364 static void wait_timer(struct timer_list *timer) in wait_timer() function 366 struct wait_timer *wt = from_timer(wt, timer, timer); in wait_timer() 373 struct wait_timer wt; in test_wait_timeout() 376 timer_setup_on_stack(&wt.timer, wait_timer, 0); in test_wait_timeout()
|
/kernel/linux/linux-6.6/drivers/dma-buf/ |
H A D | st-dma-fence.c | 371 struct wait_timer { struct 376 static void wait_timer(struct timer_list *timer) in wait_timer() function 378 struct wait_timer *wt = from_timer(wt, timer, timer); in wait_timer() 385 struct wait_timer wt; in test_wait_timeout() 388 timer_setup_on_stack(&wt.timer, wait_timer, 0); in test_wait_timeout()
|
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | hcd_queue.c | 1466 * @t: Pointer to wait_timer in a qh. 1472 struct dwc2_qh *qh = container_of(t, struct dwc2_qh, wait_timer); in dwc2_wait_timer_fn() 1528 hrtimer_init(&qh->wait_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in dwc2_qh_init() 1529 qh->wait_timer.function = &dwc2_wait_timer_fn; in dwc2_qh_init() 1699 hrtimer_cancel(&qh->wait_timer); in dwc2_hcd_qh_free() 1745 hrtimer_start(&qh->wait_timer, delay, HRTIMER_MODE_REL); in dwc2_hcd_qh_add() 1779 /* If the wait_timer is pending, this will stop it from acting */ in dwc2_hcd_qh_unlink()
|
H A D | hcd.h | 324 * @wait_timer: Timer used to wait before re-queuing. 333 * @wait_timer_cancel: Set to true to cancel the wait_timer. 372 struct hrtimer wait_timer; member
|
/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | hcd_queue.c | 1436 * @t: Pointer to wait_timer in a qh. 1442 struct dwc2_qh *qh = container_of(t, struct dwc2_qh, wait_timer); in dwc2_wait_timer_fn() 1498 hrtimer_init(&qh->wait_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in dwc2_qh_init() 1499 qh->wait_timer.function = &dwc2_wait_timer_fn; in dwc2_qh_init() 1669 hrtimer_cancel(&qh->wait_timer); in dwc2_hcd_qh_free() 1715 hrtimer_start(&qh->wait_timer, delay, HRTIMER_MODE_REL); in dwc2_hcd_qh_add() 1749 /* If the wait_timer is pending, this will stop it from acting */ in dwc2_hcd_qh_unlink()
|
H A D | hcd.h | 295 * @wait_timer: Timer used to wait before re-queuing. 304 * @wait_timer_cancel: Set to true to cancel the wait_timer. 343 struct hrtimer wait_timer; member
|
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_csr.h | 1167 * @wait_timer: Wait timer for wait state. [WAIT_TIMER] must 1180 u64 wait_timer : 8; member 1188 u64 wait_timer : 8;
|
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_csr.h | 1167 * @wait_timer: Wait timer for wait state. [WAIT_TIMER] must 1180 u64 wait_timer : 8; member 1188 u64 wait_timer : 8;
|
Completed in 14 milliseconds