Home
last modified time | relevance | path

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

/linux/drivers/media/usb/pvrusb2/
A Dpvrusb2-hdw-internal.h248 struct timer_list quiescent_timer; member
A Dpvrusb2-hdw.c2388 timer_setup(&hdw->quiescent_timer, pvr2_hdw_quiescent_timeout, 0); in pvr2_hdw_create()
2605 del_timer_sync(&hdw->quiescent_timer); in pvr2_hdw_create()
2667 del_timer_sync(&hdw->quiescent_timer); in pvr2_hdw_destroy()
4415 struct pvr2_hdw *hdw = from_timer(hdw, t, quiescent_timer); in pvr2_hdw_quiescent_timeout()
4473 del_timer_sync(&hdw->quiescent_timer); in state_eval_decoder_run()
4481 if (!timer_pending(&hdw->quiescent_timer)) { in state_eval_decoder_run()
4493 hdw->quiescent_timer.expires = in state_eval_decoder_run()
4496 add_timer(&hdw->quiescent_timer); in state_eval_decoder_run()
4511 del_timer_sync(&hdw->quiescent_timer); in state_eval_decoder_run()

Completed in 12 milliseconds