Lines Matching defs:timer
22 #include <linux/timer.h>
51 unsigned long next_heartbeat; /* the next_heartbeat for the timer */
55 struct timer_list timer; /* The timer that pings the watchdog */
67 * Reload the watchdog timer. (ie, pat the watchdog)
72 * Bit 7, WTCHDG_EN: When set to 1, the watchdog timer is enabled.
94 mod_timer(&pikawdt_private.timer, jiffies + WDT_TIMEOUT);
108 mod_timer(&pikawdt_private.timer, jiffies + WDT_TIMEOUT);
132 del_timer(&pikawdt_private.timer);
274 timer_setup(&pikawdt_private.timer, pikawdt_ping, 0);