Searched refs:cpwd_timer (Results 1 – 1 of 1) sorted by relevance
157 static struct timer_list cpwd_timer; variable241 if (timer_pending(&cpwd_timer)) in cpwd_brokentimer()242 del_timer(&cpwd_timer); in cpwd_brokentimer()253 cpwd_timer.expires = WD_BTIMEOUT; in cpwd_brokentimer()254 add_timer(&cpwd_timer); in cpwd_brokentimer()611 timer_setup(&cpwd_timer, cpwd_brokentimer, 0); in cpwd_probe()612 cpwd_timer.expires = WD_BTIMEOUT; in cpwd_probe()648 del_timer_sync(&cpwd_timer); in cpwd_remove()