Lines Matching full:heartbeat
56 #define WD_TIMO 60 /* Default heartbeat = 60 seconds */
58 static int heartbeat = WD_TIMO; variable
60 module_param(heartbeat, int, 0);
61 MODULE_PARM_DESC(heartbeat,
62 "Watchdog heartbeat in seconds. (0 < heartbeat < 65536, default="
129 wdt_ctr_load(1, wd_heartbeat); /* Heartbeat */ in wdt_start()
156 * Reload counter one with the watchdog heartbeat. We don't bother
168 wdt_ctr_load(1, wd_heartbeat); /* Heartbeat */ in wdt_ping()
175 * @t: the new heartbeat value that needs to be set.
177 * Set a new heartbeat value for the watchdog device. If the heartbeat
187 heartbeat = t; in wdt_set_heartbeat()
394 return put_user(heartbeat, p); in wdt_ioctl()
597 /* Check that the heartbeat value is within it's range; in wdt_init()
599 if (wdt_set_heartbeat(heartbeat)) { in wdt_init()
601 pr_info("heartbeat value must be 0 < heartbeat < 65536, using %d\n", in wdt_init()
639 pr_info("WDT500/501-P driver 0.10 at 0x%04x (Interrupt %d). heartbeat=%d sec (nowayout=%d)\n", in wdt_init()
640 io, irq, heartbeat, nowayout); in wdt_init()