Lines Matching defs:timer
30 #include <linux/timer.h>
84 unsigned long next_heartbeat; /* the next_heartbeat for the timer */
85 struct timer_list timer; /* The timer that pings the watchdog */
110 * Reload the watchdog timer. (ie, pat the watchdog)
122 struct at91wdt *wdt = from_timer(wdt, t, timer);
126 mod_timer(&wdt->timer, jiffies + wdt->heartbeat);
142 /* The watchdog timer hardware can not be stopped... */
221 timer_setup(&wdt->timer, at91_ping, 0);
230 mod_timer(&wdt->timer, jiffies + min_heartbeat);
245 del_timer(&wdt->timer);
390 del_timer(&wdt->timer);