Home
last modified time | relevance | path

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

/drivers/watchdog/
Dshwdt.c71 #define WATCHDOG_HEARTBEAT 30 /* 30 sec default heartbeat */ macro
72 static int heartbeat = WATCHDOG_HEARTBEAT; /* in seconds */
261 sh_wdt_set_heartbeat(&sh_wdt_dev, WATCHDOG_HEARTBEAT); in sh_wdt_probe()
347 __MODULE_STRING(WATCHDOG_HEARTBEAT) ")");
Di6300esb.c90 #define WATCHDOG_HEARTBEAT 30 macro
91 static int heartbeat = WATCHDOG_HEARTBEAT; /* in seconds */
95 __MODULE_STRING(WATCHDOG_HEARTBEAT) ")");
440 heartbeat = WATCHDOG_HEARTBEAT; in esb_probe()
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) ")");
744 pcipcwd_set_heartbeat(WATCHDOG_HEARTBEAT); in pcipcwd_card_init()
746 WATCHDOG_HEARTBEAT); in pcipcwd_card_init()
Dpcwd_usb.c59 #define WATCHDOG_HEARTBEAT 0 /* default heartbeat = macro
61 static int heartbeat = WATCHDOG_HEARTBEAT;
65 __MODULE_STRING(WATCHDOG_HEARTBEAT) ")");
724 usb_pcwd_set_heartbeat(usb_pcwd, WATCHDOG_HEARTBEAT); in usb_pcwd_probe()
726 WATCHDOG_HEARTBEAT); in usb_pcwd_probe()
Dsp5100_tco.c62 #define WATCHDOG_HEARTBEAT 60 /* 60 sec default heartbeat. */ macro
63 static int heartbeat = WATCHDOG_HEARTBEAT; /* in seconds */
66 __MODULE_STRING(WATCHDOG_HEARTBEAT) ")");
485 heartbeat = WATCHDOG_HEARTBEAT; in sp5100_tco_init()
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.c76 #define WATCHDOG_HEARTBEAT 0 macro
186 return put_user(WATCHDOG_HEARTBEAT, p); in acq_ioctl()