Lines Matching full:heartbeat
72 #define WD_PCI_HRBT 0x02 /* Watchdog Heartbeat */
96 /* Watchdog's Dip Switch heartbeat values */
137 #define WATCHDOG_HEARTBEAT 0 /* default heartbeat =
139 static int heartbeat = WATCHDOG_HEARTBEAT; variable
140 module_param(heartbeat, int, 0);
141 MODULE_PARM_DESC(heartbeat, "Watchdog heartbeat in seconds. "
142 "(0<heartbeat<65536 or 0=delay-time from dip-switches, default="
327 /* Write new heartbeat to watchdog */ in pcipcwd_set_heartbeat()
330 heartbeat = t; in pcipcwd_set_heartbeat()
332 pr_debug("New heartbeat: %d\n", heartbeat); in pcipcwd_set_heartbeat()
548 return put_user(heartbeat, p); in pcipcwd_ioctl()
731 /* If heartbeat = 0 then we use the heartbeat from the dip-switches */ in pcipcwd_card_init()
732 if (heartbeat == 0) in pcipcwd_card_init()
733 heartbeat = in pcipcwd_card_init()
736 /* Check that the heartbeat value is within it's range ; in pcipcwd_card_init()
738 if (pcipcwd_set_heartbeat(heartbeat)) { in pcipcwd_card_init()
740 pr_info("heartbeat value must be 0<heartbeat<65536, using %d\n", in pcipcwd_card_init()
766 pr_info("initialized. heartbeat=%d sec (nowayout=%d)\n", in pcipcwd_card_init()
767 heartbeat, nowayout); in pcipcwd_card_init()