Searched refs:encoder_run_timer (Results 1 – 3 of 3) sorted by relevance
260 struct timer_list encoder_run_timer; member
260 del_timer_sync(&hdw->encoder_run_timer); in pvr2_encoder_cmd()
1530 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 del_timer_sync(&hdw->encoder_run_timer); in pvr2_hdw_create()2673 del_timer_sync(&hdw->encoder_run_timer); in pvr2_hdw_destroy()4400 del_timer_sync(&hdw->encoder_run_timer); in state_eval_encoder_run()4409 hdw->encoder_run_timer.expires = jiffies + in state_eval_encoder_run()4411 add_timer(&hdw->encoder_run_timer); in state_eval_encoder_run()4455 struct pvr2_hdw *hdw = from_timer(hdw, t, encoder_run_timer); in pvr2_hdw_encoder_run_timeout()