Searched refs:nowayout (Results 26 - 50 of 133) sorted by relevance

123456

/linux-master/drivers/watchdog/
H A Dbooke_wdt.c42 static bool nowayout = WATCHDOG_NOWAYOUT; variable
43 module_param(nowayout, bool, 0);
44 MODULE_PARM_DESC(nowayout,
228 watchdog_set_nowayout(&booke_wdt_dev, nowayout);
H A Dvisconti_wdt.c28 static bool nowayout = WATCHDOG_NOWAYOUT; variable
29 module_param(nowayout, bool, 0);
31 nowayout,
152 watchdog_set_nowayout(wdev, nowayout);
H A Drt2880_wdt.c51 static bool nowayout = WATCHDOG_NOWAYOUT; variable
52 module_param(nowayout, bool, 0);
53 MODULE_PARM_DESC(nowayout,
174 watchdog_set_nowayout(wdt, nowayout);
H A Drn5t618_wdt.c16 static bool nowayout = WATCHDOG_NOWAYOUT; variable
22 module_param(nowayout, bool, 0);
23 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
177 watchdog_set_nowayout(&wdt->wdt_dev, nowayout);
H A Dwm8350_wdt.c19 static bool nowayout = WATCHDOG_NOWAYOUT; variable
20 module_param(nowayout, bool, 0);
21 MODULE_PARM_DESC(nowayout,
149 watchdog_set_nowayout(&wm8350_wdt, nowayout);
H A Dsbc_fitpc2_wdt.c27 static bool nowayout = WATCHDOG_NOWAYOUT; variable
87 if (nowayout) {
261 module_param(nowayout, bool, 0);
262 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started");
H A Dm54xx_wdt.c36 static bool nowayout = WATCHDOG_NOWAYOUT; variable
94 if (!nowayout) {
222 module_param(nowayout, bool, 0);
223 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started");
H A Dts72xx_wdt.c25 static bool nowayout = WATCHDOG_NOWAYOUT; variable
26 module_param(nowayout, bool, 0);
27 MODULE_PARM_DESC(nowayout, "Disable watchdog shutdown on close");
147 watchdog_set_nowayout(wdd, nowayout);
H A Dmenz69_wdt.c29 static bool nowayout = WATCHDOG_NOWAYOUT; variable
30 module_param(nowayout, bool, 0);
31 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
127 watchdog_set_nowayout(&drv->wdt, nowayout);
H A Dgpio_wdt.c17 static bool nowayout = WATCHDOG_NOWAYOUT; variable
18 module_param(nowayout, bool, 0);
19 MODULE_PARM_DESC(nowayout,
158 watchdog_set_nowayout(&priv->wdd, nowayout);
H A Dat91sam9_wdt.c75 static bool nowayout = WATCHDOG_NOWAYOUT; variable
76 module_param(nowayout, bool, 0);
77 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
89 bool nowayout; member in struct:at91wdt
235 watchdog_set_nowayout(&wdt->wdd, wdt->nowayout);
339 wdt->nowayout = nowayout;
369 pr_info("enabled (heartbeat=%d sec, nowayout=%d)\n",
370 wdt->wdd.timeout, wdt->nowayout);
H A Dsbc7240_wdt.c40 static bool nowayout = WATCHDOG_NOWAYOUT; variable
41 module_param(nowayout, bool, 0);
42 MODULE_PARM_DESC(nowayout, "Disable watchdog when closing device file");
101 if (!nowayout) {
136 || !nowayout) {
283 pr_info("Watchdog driver for SBC7240 initialised (nowayout=%d)\n",
284 nowayout);
H A Dsbc60xxwdt.c103 static bool nowayout = WATCHDOG_NOWAYOUT; variable
104 module_param(nowayout, bool, 0);
105 MODULE_PARM_DESC(nowayout,
169 if (!nowayout) {
200 if (nowayout)
363 pr_info("WDT driver for 60XX single board computer initialised. timeout=%d sec (nowayout=%d)\n",
364 timeout, nowayout);
H A Dpika_wdt.c44 static bool nowayout = WATCHDOG_NOWAYOUT; variable
45 module_param(nowayout, bool, 0);
46 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
92 (!nowayout && !pikawdt_private.open)) {
149 if (!nowayout) {
282 pr_info("initialized. heartbeat=%d sec (nowayout=%d)\n",
283 heartbeat, nowayout);
H A Duniphier_wdt.c45 static bool nowayout = WATCHDOG_NOWAYOUT; variable
209 watchdog_set_nowayout(&wdev->wdt_dev, nowayout);
223 dev_info(dev, "watchdog driver (timeout=%d sec, nowayout=%d)\n",
224 wdev->wdt_dev.timeout, nowayout);
250 module_param(nowayout, bool, 0000);
251 MODULE_PARM_DESC(nowayout,
H A Di6300esb.c57 #define ESB_WDT_LOCK (0x01 << 0) /* Lock (nowayout) */
85 static bool nowayout = WATCHDOG_NOWAYOUT; variable
86 module_param(nowayout, bool, 0);
87 MODULE_PARM_DESC(nowayout,
270 dev_warn(&edev->pdev->dev, "nowayout already set\n");
311 watchdog_set_nowayout(&edev->wdd, nowayout);
321 "initialized. heartbeat=%d sec (nowayout=%d)\n",
322 edev->wdd.timeout, nowayout);
H A Dalim1535_wdt.c39 static bool nowayout = WATCHDOG_NOWAYOUT; variable
40 module_param(nowayout, bool, 0);
41 MODULE_PARM_DESC(nowayout,
142 if (!nowayout) {
419 pr_info("initialized. timeout=%d sec (nowayout=%d)\n",
420 timeout, nowayout);
H A Dit8712f_wdt.c45 static bool nowayout = WATCHDOG_NOWAYOUT; variable
46 module_param(nowayout, bool, 0);
47 MODULE_PARM_DESC(nowayout, "Disable watchdog shutdown on close");
221 if (!nowayout)
332 } else if (!nowayout) {
H A Dmachzwd.c22 * Added nowayout module option to override CONFIG_WATCHDOG_NOWAYOUT
90 static bool nowayout = WATCHDOG_NOWAYOUT; variable
91 module_param(nowayout, bool, 0);
92 MODULE_PARM_DESC(nowayout,
274 if (!nowayout) {
329 if (nowayout)
H A Dkeembay_wdt.c45 static bool nowayout = WATCHDOG_NOWAYOUT; variable
46 module_param(nowayout, bool, 0);
47 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default = "
238 watchdog_set_nowayout(&wdt->wdd, nowayout);
249 wdt->wdd.timeout, nowayout ? ", nowayout" : "");
H A Dw83877f_wdt.c90 static bool nowayout = WATCHDOG_NOWAYOUT; variable
91 module_param(nowayout, bool, 0);
92 MODULE_PARM_DESC(nowayout,
191 if (!nowayout) {
385 pr_info("WDT driver for W83877F initialised. timeout=%d sec (nowayout=%d)\n",
386 timeout, nowayout);
H A Dtegra_wdt.c72 static bool nowayout = WATCHDOG_NOWAYOUT; variable
73 module_param(nowayout, bool, 0);
74 MODULE_PARM_DESC(nowayout,
218 watchdog_set_nowayout(wdd, nowayout);
227 dev_info(dev, "initialized (heartbeat = %d sec, nowayout = %d)\n",
228 heartbeat, nowayout);
H A Dni903x_wdt.c50 static int nowayout = WATCHDOG_NOWAYOUT; variable
51 module_param(nowayout, int, S_IRUGO);
52 MODULE_PARM_DESC(nowayout,
210 watchdog_set_nowayout(wdd, nowayout);
221 dev_dbg(dev, "io_base=0x%04X, timeout=%d, nowayout=%d\n",
222 wdt->io_base, timeout, nowayout);
H A Dcadence_wdt.c50 static int nowayout = WATCHDOG_NOWAYOUT; variable
57 module_param(nowayout, int, 0644);
58 MODULE_PARM_DESC(nowayout,
327 watchdog_set_nowayout(cdns_wdt_device, nowayout);
355 cdns_wdt_device->timeout, nowayout ? ", nowayout" : "");
H A Drc32434_wdt.c62 static bool nowayout = WATCHDOG_NOWAYOUT; variable
63 module_param(nowayout, bool, 0);
64 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
142 if (nowayout)
168 if (!nowayout) {

Completed in 408 milliseconds

123456