Searched refs:cpwd_timer (Results 1 – 1 of 1) sorted by relevance
159 static struct timer_list cpwd_timer; variable243 if (timer_pending(&cpwd_timer)) in cpwd_brokentimer()244 del_timer(&cpwd_timer); in cpwd_brokentimer()255 cpwd_timer.expires = WD_BTIMEOUT; in cpwd_brokentimer()256 add_timer(&cpwd_timer); in cpwd_brokentimer()597 timer_setup(&cpwd_timer, cpwd_brokentimer, 0); in cpwd_probe()598 cpwd_timer.expires = WD_BTIMEOUT; in cpwd_probe()634 del_timer_sync(&cpwd_timer); in cpwd_remove()