Home
last modified time | relevance | path

Searched refs:encoder_wait_timer (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw-internal.h257 struct timer_list encoder_wait_timer; member
H A Dpvrusb2-hdw.c2393 timer_setup(&hdw->encoder_wait_timer, pvr2_hdw_encoder_wait_timeout, in pvr2_hdw_create()
2611 del_timer_sync(&hdw->encoder_wait_timer); in pvr2_hdw_create()
2674 del_timer_sync(&hdw->encoder_wait_timer); in pvr2_hdw_destroy()
4246 del_timer_sync(&hdw->encoder_wait_timer); in state_eval_encoder_config()
4258 if (timer_pending(&hdw->encoder_wait_timer)) { in state_eval_encoder_config()
4259 del_timer_sync(&hdw->encoder_wait_timer); in state_eval_encoder_config()
4273 if (!timer_pending(&hdw->encoder_wait_timer)) { in state_eval_encoder_config()
4281 hdw->encoder_wait_timer.expires = in state_eval_encoder_config()
4284 add_timer(&hdw->encoder_wait_timer); in state_eval_encoder_config()
4441 struct pvr2_hdw *hdw = from_timer(hdw, t, encoder_wait_timer); in pvr2_hdw_encoder_wait_timeout()
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw-internal.h257 struct timer_list encoder_wait_timer; member
H A Dpvrusb2-hdw.c2393 timer_setup(&hdw->encoder_wait_timer, pvr2_hdw_encoder_wait_timeout, in pvr2_hdw_create()
2611 timer_shutdown_sync(&hdw->encoder_wait_timer); in pvr2_hdw_create()
2674 timer_shutdown_sync(&hdw->encoder_wait_timer); in pvr2_hdw_destroy()
4251 del_timer_sync(&hdw->encoder_wait_timer); in state_eval_encoder_config()
4263 if (timer_pending(&hdw->encoder_wait_timer)) { in state_eval_encoder_config()
4264 del_timer_sync(&hdw->encoder_wait_timer); in state_eval_encoder_config()
4278 if (!timer_pending(&hdw->encoder_wait_timer)) { in state_eval_encoder_config()
4286 hdw->encoder_wait_timer.expires = in state_eval_encoder_config()
4289 add_timer(&hdw->encoder_wait_timer); in state_eval_encoder_config()
4446 struct pvr2_hdw *hdw = from_timer(hdw, t, encoder_wait_timer); in pvr2_hdw_encoder_wait_timeout()
[all...]

Completed in 15 milliseconds