Home
last modified time | relevance | path

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

/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw-internal.h275 struct timer_list encoder_run_timer; member
Dpvrusb2-encoder.c280 del_timer_sync(&hdw->encoder_run_timer); in pvr2_encoder_cmd()
Dpvrusb2-hdw.c1551 del_timer_sync(&hdw->encoder_run_timer); in pvr2_upload_firmware2()
2440 setup_timer(&hdw->encoder_run_timer, pvr2_hdw_encoder_run_timeout, in pvr2_hdw_create()
2654 del_timer_sync(&hdw->encoder_run_timer); in pvr2_hdw_create()
2724 del_timer_sync(&hdw->encoder_run_timer); in pvr2_hdw_destroy()
4419 del_timer_sync(&hdw->encoder_run_timer); in state_eval_encoder_run()
4428 hdw->encoder_run_timer.expires = jiffies + in state_eval_encoder_run()
4430 add_timer(&hdw->encoder_run_timer); in state_eval_encoder_run()