Searched refs:encoder_run_timer (Results 1 – 3 of 3) sorted by relevance
270 struct timer_list encoder_run_timer; member
270 del_timer_sync(&hdw->encoder_run_timer); in pvr2_encoder_cmd()
1537 del_timer_sync(&hdw->encoder_run_timer); in pvr2_upload_firmware2()2385 timer_setup(&hdw->encoder_run_timer, pvr2_hdw_encoder_run_timeout, 0); in pvr2_hdw_create()2597 del_timer_sync(&hdw->encoder_run_timer); in pvr2_hdw_create()2659 del_timer_sync(&hdw->encoder_run_timer); in pvr2_hdw_destroy()4370 del_timer_sync(&hdw->encoder_run_timer); in state_eval_encoder_run()4379 hdw->encoder_run_timer.expires = jiffies + in state_eval_encoder_run()4381 add_timer(&hdw->encoder_run_timer); in state_eval_encoder_run()4425 struct pvr2_hdw *hdw = from_timer(hdw, t, encoder_run_timer); in pvr2_hdw_encoder_run_timeout()