Searched refs:WATCHDOG_HEARTBEAT (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/watchdog/
H A Dshwdt.c76 #define WATCHDOG_HEARTBEAT 30 /* 30 sec default heartbeat */ macro
77 static int heartbeat = WATCHDOG_HEARTBEAT; /* in seconds */
433 heartbeat = WATCHDOG_HEARTBEAT;
479 MODULE_PARM_DESC(heartbeat, "Watchdog heartbeat in seconds. (1<=heartbeat<=3600, default=" __MODULE_STRING(WATCHDOG_HEARTBEAT) ")");
H A Di6300esb.c87 #define WATCHDOG_HEARTBEAT 30 /* 30 sec default heartbeat (1<heartbeat<2*1023) */ macro
88 static int heartbeat = WATCHDOG_HEARTBEAT; /* in seconds */
90 MODULE_PARM_DESC(heartbeat, "Watchdog heartbeat in seconds. (1<heartbeat<2046, default=" __MODULE_STRING(WATCHDOG_HEARTBEAT) ")");
465 esb_timer_set_heartbeat (WATCHDOG_HEARTBEAT);
H A Dacquirewdt.c75 #define WATCHDOG_HEARTBEAT 0 /* There is no way to see what the correct time-out period is */ macro
169 return put_user(WATCHDOG_HEARTBEAT, p);
H A Dpcwd.c191 #define WATCHDOG_HEARTBEAT 0 /* default heartbeat = delay-time from dip-switches */ macro
192 static int heartbeat = WATCHDOG_HEARTBEAT;
194 MODULE_PARM_DESC(heartbeat, "Watchdog heartbeat in seconds. (2<=heartbeat<=7200 or 0=delay-time from dip-switches, default=" __MODULE_STRING(WATCHDOG_HEARTBEAT) ")");
913 pcwd_set_heartbeat(WATCHDOG_HEARTBEAT);
915 WATCHDOG_HEARTBEAT);
H A Dpcwd_pci.c134 #define WATCHDOG_HEARTBEAT 0 /* default heartbeat = delay-time from dip-switches */ macro
135 static int heartbeat = WATCHDOG_HEARTBEAT;
137 MODULE_PARM_DESC(heartbeat, "Watchdog heartbeat in seconds. (0<heartbeat<65536 or 0=delay-time from dip-switches, default=" __MODULE_STRING(WATCHDOG_HEARTBEAT) ")");
736 pcipcwd_set_heartbeat(WATCHDOG_HEARTBEAT);
738 WATCHDOG_HEARTBEAT);
H A Dpcwd_usb.c77 #define WATCHDOG_HEARTBEAT 0 /* default heartbeat = delay-time from dip-switches */ macro
78 static int heartbeat = WATCHDOG_HEARTBEAT;
80 MODULE_PARM_DESC(heartbeat, "Watchdog heartbeat in seconds. (0<heartbeat<65536 or 0=delay-time from dip-switches, default=" __MODULE_STRING(WATCHDOG_HEARTBEAT) ")");
702 usb_pcwd_set_heartbeat(usb_pcwd, WATCHDOG_HEARTBEAT);
704 WATCHDOG_HEARTBEAT);
H A DiTCO_wdt.c183 #define WATCHDOG_HEARTBEAT 30 /* 30 sec default heartbeat */ macro
184 static int heartbeat = WATCHDOG_HEARTBEAT; /* in seconds */
186 MODULE_PARM_DESC(heartbeat, "Watchdog heartbeat in seconds. (2<heartbeat<39 (TCO v1) or 613 (TCO v2), default=" __MODULE_STRING(WATCHDOG_HEARTBEAT) ")");
638 iTCO_wdt_set_heartbeat(WATCHDOG_HEARTBEAT);

Completed in 32 milliseconds