Home
last modified time | relevance | path

Searched refs:nowayout (Results 126 – 143 of 143) sorted by relevance

123456

/openbmc/linux/drivers/watchdog/
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); in starfive_wdt_probe()
H A Df71808e_wdt.c99 static bool nowayout = WATCHDOG_NOWAYOUT; variable
100 module_param(nowayout, bool, 0444);
101 MODULE_PARM_DESC(nowayout, "Disable watchdog shutdown on close");
506 watchdog_set_nowayout(wdd, nowayout); in fintek_wdt_probe()
H A Dimx7ulp_wdt.c50 static bool nowayout = WATCHDOG_NOWAYOUT; variable
51 module_param(nowayout, bool, 0000);
52 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
H A Ddw_wdt.c66 static bool nowayout = WATCHDOG_NOWAYOUT; variable
67 module_param(nowayout, bool, 0);
68 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
633 watchdog_set_nowayout(wdd, nowayout); in dw_wdt_drv_probe()
H A Dziirave_wdt.c94 static bool nowayout = WATCHDOG_NOWAYOUT; variable
95 module_param(nowayout, bool, 0);
96 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started default="
650 watchdog_set_nowayout(&w_priv->wdd, nowayout); in ziirave_wdt_probe()
H A Ds3c2410_wdt.c115 static bool nowayout = WATCHDOG_NOWAYOUT; variable
122 module_param(nowayout, bool, 0);
130 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
697 watchdog_set_nowayout(&wdt->wdt_device, nowayout); in s3c2410wdt_probe()
H A Dwatchdog_dev.c471 static DEVICE_ATTR_RW(nowayout);
/openbmc/linux/Documentation/watchdog/
H A Dmlx-wdt.rst51 Watchdog can be initialised in nowayout way, i.e. oncse started
60 watchdog configuration flags: nowayout and start_at_boot, hw watchdog
H A Dwatchdog-kernel-api.rst116 running/active, or is the nowayout bit set).
245 * WDOG_NO_WAY_OUT: this bit stores the nowayout setting for the watchdog.
268 int nowayout)
272 the nowayout feature. To use the magic close feature you must set the
275 The nowayout feature will overrule the magic close feature.
311 nowayout flag is not set.
H A Dwdt.rst35 nowayout Watchdog cannot be stopped once started (kernel
H A Dhpwdt.rst37 nowayout basic watchdog parameter that does not allow the timer to
H A Dwatchdog-api.rst59 the nowayout module parameter so that this option can be controlled at
/openbmc/linux/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) { in ipmi_write()
/openbmc/linux/drivers/hwmon/
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) { in watchdog_write()
893 if (!nowayout) in watchdog_ioctl()
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); in nct7904_probe()
H A Dw83793.c62 static bool nowayout = WATCHDOG_NOWAYOUT; variable
63 module_param(nowayout, bool, 0);
64 MODULE_PARM_DESC(nowayout,
1362 if (!nowayout) { in watchdog_write()
1398 if (!nowayout) in watchdog_ioctl()
/openbmc/linux/Documentation/driver-api/
H A Dipmi.rst672 nowayout=x ifnum_to_use=n panic_wdt_timeout=<t>
708 If nowayout is set to 1, the watchdog timer will not stop when the
709 watchdog device is closed. The default value of nowayout is true
720 ipmi_watchdog.nowayout=x
/openbmc/u-boot/doc/
H A DREADME.sifive-fu540267 [ 4.082843] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)

123456