Home
last modified time | relevance | path

Searched refs:WATCHDOG_HEARTBEAT (Results 1 – 9 of 9) sorted by relevance

/drivers/watchdog/
Di6300esb.c91 #define WATCHDOG_HEARTBEAT 30 macro
92 static int heartbeat = WATCHDOG_HEARTBEAT; /* in seconds */
96 __MODULE_STRING(WATCHDOG_HEARTBEAT) ")");
441 heartbeat = WATCHDOG_HEARTBEAT; in esb_probe()
Dsp5100_tco.c59 #define WATCHDOG_HEARTBEAT 60 /* 60 sec default heartbeat. */ macro
60 static int heartbeat = WATCHDOG_HEARTBEAT; /* in seconds */
63 __MODULE_STRING(WATCHDOG_HEARTBEAT) ")");
390 heartbeat = WATCHDOG_HEARTBEAT; in sp5100_tco_init()
Dnv_tco.c58 #define WATCHDOG_HEARTBEAT 30 /* 30 sec default heartbeat (2<heartbeat<39) */ macro
59 static int heartbeat = WATCHDOG_HEARTBEAT; /* in seconds */
62 "default=" __MODULE_STRING(WATCHDOG_HEARTBEAT) ")");
399 heartbeat = WATCHDOG_HEARTBEAT; in nv_tco_init()
Dpcwd_pci.c141 #define WATCHDOG_HEARTBEAT 0 /* default heartbeat = macro
143 static int heartbeat = WATCHDOG_HEARTBEAT;
147 __MODULE_STRING(WATCHDOG_HEARTBEAT) ")");
743 pcipcwd_set_heartbeat(WATCHDOG_HEARTBEAT); in pcipcwd_card_init()
745 WATCHDOG_HEARTBEAT); in pcipcwd_card_init()
Dshwdt.c76 #define WATCHDOG_HEARTBEAT 30 /* 30 sec default heartbeat */ macro
77 static int heartbeat = WATCHDOG_HEARTBEAT; /* in seconds */
452 heartbeat = WATCHDOG_HEARTBEAT; in sh_wdt_init()
485 __MODULE_STRING(WATCHDOG_HEARTBEAT) ")");
Dpcwd_usb.c82 #define WATCHDOG_HEARTBEAT 0 /* default heartbeat = macro
84 static int heartbeat = WATCHDOG_HEARTBEAT;
88 __MODULE_STRING(WATCHDOG_HEARTBEAT) ")");
737 usb_pcwd_set_heartbeat(usb_pcwd, WATCHDOG_HEARTBEAT); in usb_pcwd_probe()
739 WATCHDOG_HEARTBEAT); in usb_pcwd_probe()
Dpcwd.c200 #define WATCHDOG_HEARTBEAT 0 macro
201 static int heartbeat = WATCHDOG_HEARTBEAT;
205 __MODULE_STRING(WATCHDOG_HEARTBEAT) ")");
914 pcwd_set_heartbeat(WATCHDOG_HEARTBEAT); in pcwd_isa_probe()
916 WATCHDOG_HEARTBEAT); in pcwd_isa_probe()
Dacquirewdt.c77 #define WATCHDOG_HEARTBEAT 0 macro
187 return put_user(WATCHDOG_HEARTBEAT, p); in acq_ioctl()
DiTCO_wdt.c410 #define WATCHDOG_HEARTBEAT 30 /* 30 sec default heartbeat */ macro
411 static int heartbeat = WATCHDOG_HEARTBEAT; /* in seconds */
415 __MODULE_STRING(WATCHDOG_HEARTBEAT) ")");
878 iTCO_wdt_set_heartbeat(WATCHDOG_HEARTBEAT); in iTCO_wdt_init()