Home
last modified time | relevance | path

Searched refs:encoder_run_timer (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw-internal.h260 struct timer_list encoder_run_timer; member
H A Dpvrusb2-encoder.c260 del_timer_sync(&hdw->encoder_run_timer); in pvr2_encoder_cmd()
H A Dpvrusb2-hdw.c1530 del_timer_sync(&hdw->encoder_run_timer); in pvr2_upload_firmware2()
2396 timer_setup(&hdw->encoder_run_timer, pvr2_hdw_encoder_run_timeout, 0); in pvr2_hdw_create()
2610 timer_shutdown_sync(&hdw->encoder_run_timer); in pvr2_hdw_create()
2673 timer_shutdown_sync(&hdw->encoder_run_timer); in pvr2_hdw_destroy()
4402 del_timer_sync(&hdw->encoder_run_timer); in state_eval_encoder_run()
4411 hdw->encoder_run_timer.expires = jiffies + in state_eval_encoder_run()
4413 add_timer(&hdw->encoder_run_timer); in state_eval_encoder_run()
4457 struct pvr2_hdw *hdw = from_timer(hdw, t, encoder_run_timer); in pvr2_hdw_encoder_run_timeout()