Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw-internal.h263 struct timer_list quiescent_timer; member
Dpvrusb2-hdw.c2428 setup_timer(&hdw->quiescent_timer, pvr2_hdw_quiescent_timeout, in pvr2_hdw_create()
2648 del_timer_sync(&hdw->quiescent_timer); in pvr2_hdw_create()
2718 del_timer_sync(&hdw->quiescent_timer); in pvr2_hdw_destroy()
4488 del_timer_sync(&hdw->quiescent_timer); in state_eval_decoder_run()
4496 if (!timer_pending(&hdw->quiescent_timer)) { in state_eval_decoder_run()
4508 hdw->quiescent_timer.expires = in state_eval_decoder_run()
4511 add_timer(&hdw->quiescent_timer); in state_eval_decoder_run()
4526 del_timer_sync(&hdw->quiescent_timer); in state_eval_decoder_run()