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()
1531 del_timer_sync(&hdw->encoder_run_timer); in pvr2_upload_firmware2()2397 timer_setup(&hdw->encoder_run_timer, pvr2_hdw_encoder_run_timeout, 0); in pvr2_hdw_create()2608 del_timer_sync(&hdw->encoder_run_timer); in pvr2_hdw_create()2670 del_timer_sync(&hdw->encoder_run_timer); in pvr2_hdw_destroy()4394 del_timer_sync(&hdw->encoder_run_timer); in state_eval_encoder_run()4403 hdw->encoder_run_timer.expires = jiffies + in state_eval_encoder_run()4405 add_timer(&hdw->encoder_run_timer); in state_eval_encoder_run()4449 struct pvr2_hdw *hdw = from_timer(hdw, t, encoder_run_timer); in pvr2_hdw_encoder_run_timeout()