Searched refs:nowayout (Results 126 - 132 of 132) sorted by relevance

123456

/linux-master/drivers/watchdog/
H A Ds3c2410_wdt.c129 static bool nowayout = WATCHDOG_NOWAYOUT; variable
136 module_param(nowayout, bool, 0);
144 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
756 watchdog_set_nowayout(&wdt->wdt_device, nowayout);
H A Dstarfive-wdt.c66 static bool nowayout = WATCHDOG_NOWAYOUT; variable
72 module_param(nowayout, bool, 0);
79 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
480 watchdog_set_nowayout(&wdt->wdd, nowayout);
H A Dwatchdog_dev.c287 * If the 'nowayout' feature was set, the watchdog cannot be stopped.
300 pr_info("watchdog%d: nowayout prevents watchdog being stopped!\n",
465 /* nowayout cannot be disabled once set */
471 static DEVICE_ATTR_RW(nowayout);
693 * off the watchdog (if 'nowayout' is not set).
937 * stop the watchdog when we have received the magic char (and nowayout
957 * or if WDIOF_MAGICCLOSE is not set. If nowayout was set then
/linux-master/drivers/char/ipmi/
H A Dipmi_watchdog.c127 static bool nowayout = WATCHDOG_NOWAYOUT; variable
304 module_param(nowayout, bool, 0644);
305 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
759 if (!nowayout) {
/linux-master/drivers/hwmon/
H A Dnct7904.c119 static bool nowayout = WATCHDOG_NOWAYOUT; variable
120 module_param(nowayout, bool, 0);
121 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
1155 watchdog_set_nowayout(&data->wdt, nowayout);
H A Dfschmd.c43 static bool nowayout = WATCHDOG_NOWAYOUT; variable
44 module_param(nowayout, bool, 0);
45 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
858 if (!nowayout) {
893 if (!nowayout)
H A Dw83793.c62 static bool nowayout = WATCHDOG_NOWAYOUT; variable
63 module_param(nowayout, bool, 0);
64 MODULE_PARM_DESC(nowayout,
1362 if (!nowayout) {
1398 if (!nowayout)

Completed in 144 milliseconds

123456