Home
last modified time | relevance | path

Searched refs:quiescent_timer (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw-internal.h248 struct timer_list quiescent_timer; member
Dpvrusb2-hdw.c2388 timer_setup(&hdw->quiescent_timer, pvr2_hdw_quiescent_timeout, 0); in pvr2_hdw_create()
2608 timer_shutdown_sync(&hdw->quiescent_timer); in pvr2_hdw_create()
2671 timer_shutdown_sync(&hdw->quiescent_timer); in pvr2_hdw_destroy()
4424 struct pvr2_hdw *hdw = from_timer(hdw, t, quiescent_timer); in pvr2_hdw_quiescent_timeout()
4482 del_timer_sync(&hdw->quiescent_timer); in state_eval_decoder_run()
4490 if (!timer_pending(&hdw->quiescent_timer)) { in state_eval_decoder_run()
4502 hdw->quiescent_timer.expires = in state_eval_decoder_run()
4505 add_timer(&hdw->quiescent_timer); in state_eval_decoder_run()
4520 del_timer_sync(&hdw->quiescent_timer); in state_eval_decoder_run()