Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/watchdog/
Dshwdt.c71 #define WATCHDOG_HEARTBEAT 30 /* 30 sec default heartbeat */ macro
72 static int heartbeat = WATCHDOG_HEARTBEAT; /* in seconds */
262 sh_wdt_set_heartbeat(&sh_wdt_dev, WATCHDOG_HEARTBEAT); in sh_wdt_probe()
345 __MODULE_STRING(WATCHDOG_HEARTBEAT) ")");
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) ")");
403 heartbeat = WATCHDOG_HEARTBEAT; in nv_tco_init()
Dsp5100_tco.c65 #define WATCHDOG_HEARTBEAT 60 /* 60 sec default heartbeat. */ macro
66 static int heartbeat = WATCHDOG_HEARTBEAT; /* in seconds */
69 __MODULE_STRING(WATCHDOG_HEARTBEAT) ")");
394 wdd->timeout = WATCHDOG_HEARTBEAT; in sp5100_tco_probe()
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.c58 #define WATCHDOG_HEARTBEAT 0 /* default heartbeat = macro
60 static int heartbeat = WATCHDOG_HEARTBEAT;
64 __MODULE_STRING(WATCHDOG_HEARTBEAT) ")");
720 usb_pcwd_set_heartbeat(usb_pcwd, WATCHDOG_HEARTBEAT); in usb_pcwd_probe()
722 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.c76 #define WATCHDOG_HEARTBEAT 0 macro
186 return put_user(WATCHDOG_HEARTBEAT, p); in acq_ioctl()