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

123456

/linux-master/drivers/watchdog/
H A Dsun4v_wdt.c32 static bool nowayout = WATCHDOG_NOWAYOUT; variable
33 module_param(nowayout, bool, S_IRUGO);
34 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
155 watchdog_set_nowayout(&wdd, nowayout);
161 pr_info("initialized (timeout=%ds, nowayout=%d)\n",
162 wdd.timeout, nowayout);
H A Dacquirewdt.c17 * Added nowayout module option to override CONFIG_WATCHDOG_NOWAYOUT
91 static bool nowayout = WATCHDOG_NOWAYOUT; variable
92 module_param(nowayout, bool, 0);
93 MODULE_PARM_DESC(nowayout,
122 if (!nowayout) {
194 if (nowayout)
262 pr_info("initialized. (nowayout=%d)\n", nowayout);
H A Dda9055_wdt.c22 static bool nowayout = WATCHDOG_NOWAYOUT; variable
23 module_param(nowayout, bool, 0);
24 MODULE_PARM_DESC(nowayout,
140 watchdog_set_nowayout(da9055_wdt, nowayout);
H A Dstpmic1_wdt.c25 static bool nowayout = WATCHDOG_NOWAYOUT; variable
26 module_param(nowayout, bool, 0);
27 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
111 watchdog_set_nowayout(&wdt->wdtdev, nowayout);
H A Debc-c384_wdt.c30 static bool nowayout = WATCHDOG_NOWAYOUT; variable
31 module_param(nowayout, bool, 0);
32 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
110 watchdog_set_nowayout(wdd, nowayout);
H A Dtwl4030_wdt.c19 static bool nowayout = WATCHDOG_NOWAYOUT; variable
20 module_param(nowayout, bool, 0);
21 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
76 watchdog_set_nowayout(wdt, nowayout);
H A Ddb8500_wdt.c32 static bool nowayout = WATCHDOG_NOWAYOUT; variable
33 module_param(nowayout, bool, 0);
34 MODULE_PARM_DESC(nowayout,
91 watchdog_set_nowayout(&db8500_wdt, nowayout);
H A Dep93xx_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");
113 watchdog_set_nowayout(wdd, nowayout);
H A Dxen_wdt.c35 static bool nowayout = WATCHDOG_NOWAYOUT; variable
36 module_param(nowayout, bool, S_IRUGO);
37 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
136 watchdog_set_nowayout(&xen_wdt_dev, nowayout);
144 dev_info(dev, "initialized (timeout=%ds, nowayout=%d)\n",
145 xen_wdt_dev.timeout, nowayout);
H A Dsbc8360.c30 * Added nowayout module option to override CONFIG_WATCHDOG_NOWAYOUT
195 static bool nowayout = WATCHDOG_NOWAYOUT; variable
199 module_param(nowayout, bool, 0);
200 MODULE_PARM_DESC(nowayout,
241 if (!nowayout) {
264 if (nowayout)
H A Dindydog.c32 static bool nowayout = WATCHDOG_NOWAYOUT; variable
33 module_param(nowayout, bool, 0);
34 MODULE_PARM_DESC(nowayout,
67 if (nowayout)
83 if (!nowayout)
H A Dsbc_epx_c3.c33 static bool nowayout = WATCHDOG_NOWAYOUT; variable
34 module_param(nowayout, bool, 0);
35 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
67 if (nowayout)
84 if (!nowayout)
H A Darm_smc_wdt.c31 static bool nowayout = WATCHDOG_NOWAYOUT; variable
145 watchdog_set_nowayout(wdd, nowayout);
156 "Watchdog registered (timeout=%d sec, nowayout=%d)\n",
157 wdd->timeout, nowayout);
181 module_param(nowayout, bool, 0);
182 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
H A Dwafer5823wdt.c66 static bool nowayout = WATCHDOG_NOWAYOUT; variable
67 module_param(nowayout, bool, 0);
68 MODULE_PARM_DESC(nowayout,
99 if (!nowayout) {
292 pr_info("initialized. timeout=%d sec (nowayout=%d)\n",
293 timeout, nowayout);
H A Dscx200_wdt.c42 static bool nowayout = WATCHDOG_NOWAYOUT; variable
43 module_param(nowayout, bool, 0);
44 MODULE_PARM_DESC(nowayout, "Disable watchdog shutdown on close");
109 else if (!nowayout)
121 if (!nowayout)
H A Dsoftdog.c38 static bool nowayout = WATCHDOG_NOWAYOUT; variable
39 module_param(nowayout, bool, 0);
40 MODULE_PARM_DESC(nowayout,
187 watchdog_set_nowayout(&softdog_dev, nowayout);
207 pr_info("initialized. soft_noboot=%d soft_margin=%d sec soft_panic=%d (nowayout=%d)\n",
208 soft_noboot, softdog_dev.timeout, soft_panic, nowayout);
H A Dts4800_wdt.c17 static bool nowayout = WATCHDOG_NOWAYOUT; variable
18 module_param(nowayout, bool, 0);
19 MODULE_PARM_DESC(nowayout,
155 watchdog_set_nowayout(wdd, nowayout);
180 dev_info(dev, "initialized (timeout = %d sec, nowayout = %d)\n",
181 wdd->timeout, nowayout);
H A Dtxx9wdt.c33 static bool nowayout = WATCHDOG_NOWAYOUT; variable
34 module_param(nowayout, bool, 0);
35 MODULE_PARM_DESC(nowayout,
130 watchdog_set_nowayout(&txx9wdt, nowayout);
136 pr_info("Hardware Watchdog Timer: timeout=%d sec (max %ld) (nowayout= %d)\n",
137 timeout, WD_MAX_TIMEOUT, nowayout);
H A Dmixcomwd.c28 * - added nowayout module option to override
106 static bool nowayout = WATCHDOG_NOWAYOUT; variable
107 module_param(nowayout, bool, 0);
108 MODULE_PARM_DESC(nowayout,
135 if (nowayout)
173 if (!nowayout) {
211 if (!nowayout)
296 if (!nowayout) {
H A Dsmsc37b787_wdt.c16 * 2006 - Ported to Linux 2.6, added nowayout and MAGICCLOSE
84 static bool nowayout = WATCHDOG_NOWAYOUT; variable
356 if (nowayout)
394 if (!nowayout) {
563 pr_info("Watchdog initialized and sleeping (nowayout=%d)...\n",
564 nowayout);
583 if (!nowayout) {
612 module_param(nowayout, bool, 0);
613 MODULE_PARM_DESC(nowayout,
H A Dalim7101_wdt.c81 static bool nowayout = WATCHDOG_NOWAYOUT; variable
82 module_param(nowayout, bool, 0);
83 MODULE_PARM_DESC(nowayout,
189 if (!nowayout) {
390 nowayout = 1;
422 if (nowayout)
425 pr_info("WDT driver for ALi M7101 initialised. timeout=%d sec (nowayout=%d)\n",
426 timeout, nowayout);
H A Dsc520_wdt.c95 static bool nowayout = WATCHDOG_NOWAYOUT; variable
96 module_param(nowayout, bool, 0);
97 MODULE_PARM_DESC(nowayout,
223 if (!nowayout) {
252 if (nowayout)
371 if (!nowayout)
412 pr_info("WDT driver for SC520 initialised. timeout=%d sec (nowayout=%d)\n",
413 timeout, nowayout);
H A Dsl28cpld_wdt.c31 static bool nowayout = WATCHDOG_NOWAYOUT; variable
32 module_param(nowayout, bool, 0);
33 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
63 if (nowayout)
186 /* if the watchdog is locked, we set nowayout */
188 nowayout = true;
189 watchdog_set_nowayout(wdd, nowayout);
207 wdd->timeout, nowayout ? ", nowayout" : "");
H A Dmenf21bmc_wdt.c28 static bool nowayout = WATCHDOG_NOWAYOUT; variable
29 module_param(nowayout, bool, 0);
30 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
144 watchdog_set_nowayout(&drv_data->wdt, nowayout);
H A Dpseries-wdt.c83 static bool nowayout = WATCHDOG_NOWAYOUT; variable
84 module_param(nowayout, bool, 0444);
85 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
187 watchdog_set_nowayout(&pw->wd, nowayout);

Completed in 261 milliseconds

123456