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

12345

/drivers/watchdog/
H A Dindydog.c36 static bool nowayout = WATCHDOG_NOWAYOUT; variable
37 module_param(nowayout, bool, 0);
38 MODULE_PARM_DESC(nowayout,
71 if (nowayout)
87 if (!nowayout)
H A Dsoftdog.c36 * Added Matt Domsch's nowayout module option.
59 static bool nowayout = WATCHDOG_NOWAYOUT; variable
60 module_param(nowayout, bool, 0);
61 MODULE_PARM_DESC(nowayout,
177 watchdog_set_nowayout(&softdog_dev, nowayout);
191 pr_info("Software Watchdog Timer: 0.08 initialized. soft_noboot=%d soft_margin=%d sec soft_panic=%d (nowayout=%d)\n",
192 soft_noboot, soft_margin, soft_panic, nowayout);
H A Dmixcomwd.c32 * - added nowayout module option to override
111 static bool nowayout = WATCHDOG_NOWAYOUT; variable
112 module_param(nowayout, bool, 0);
113 MODULE_PARM_DESC(nowayout,
140 if (nowayout)
178 if (!nowayout) {
216 if (!nowayout)
300 if (!nowayout) {
H A Dacquirewdt.c21 * Added nowayout module option to override CONFIG_WATCHDOG_NOWAYOUT
95 static bool nowayout = WATCHDOG_NOWAYOUT; variable
96 module_param(nowayout, bool, 0);
97 MODULE_PARM_DESC(nowayout,
126 if (!nowayout) {
198 if (nowayout)
265 pr_info("initialized. (nowayout=%d)\n", nowayout);
H A Dep93xx_wdt.c40 static bool nowayout = WATCHDOG_NOWAYOUT; variable
41 module_param(nowayout, bool, 0);
42 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started");
136 watchdog_set_nowayout(&ep93xx_wdt_wdd, nowayout);
H A Dtwl4030_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 "
87 watchdog_set_nowayout(wdt, nowayout);
H A Dux500_wdt.c35 static bool nowayout = WATCHDOG_NOWAYOUT; variable
36 module_param(nowayout, bool, 0);
37 MODULE_PARM_DESC(nowayout,
99 watchdog_set_nowayout(&ux500_wdt, nowayout);
H A Dat91rm9200_wdt.c35 static bool nowayout = WATCHDOG_NOWAYOUT; variable
42 module_param(nowayout, bool, 0);
43 MODULE_PARM_DESC(nowayout,
101 if (!nowayout)
217 wdt_time, nowayout ? ", nowayout" : "");
H A Diop_wdt.c39 static bool nowayout = WATCHDOG_NOWAYOUT; variable
111 if (!nowayout) {
163 if (!nowayout) {
256 module_param(nowayout, bool, 0);
257 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started");
H A Dpnx833x_wdt.c58 static bool nowayout = WATCHDOG_NOWAYOUT; variable
59 module_param(nowayout, bool, 0);
60 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
108 if (nowayout)
126 if (!nowayout)
H A Dsbc8360.c34 * Added nowayout module option to override CONFIG_WATCHDOG_NOWAYOUT
199 static bool nowayout = WATCHDOG_NOWAYOUT; variable
203 module_param(nowayout, bool, 0);
204 MODULE_PARM_DESC(nowayout,
245 if (!nowayout) {
268 if (nowayout)
H A Dsbc_epx_c3.c37 static bool nowayout = WATCHDOG_NOWAYOUT; variable
38 module_param(nowayout, bool, 0);
39 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
71 if (nowayout)
88 if (!nowayout)
H A Dscx200_wdt.c45 static bool nowayout = WATCHDOG_NOWAYOUT; variable
46 module_param(nowayout, bool, 0);
47 MODULE_PARM_DESC(nowayout, "Disable watchdog shutdown on close");
112 else if (!nowayout)
124 if (!nowayout)
H A Dtxx9wdt.c36 static bool nowayout = WATCHDOG_NOWAYOUT; variable
37 module_param(nowayout, bool, 0);
38 MODULE_PARM_DESC(nowayout,
134 watchdog_set_nowayout(&txx9wdt, nowayout);
140 pr_info("Hardware Watchdog Timer: timeout=%d sec (max %ld) (nowayout= %d)\n",
141 timeout, WD_MAX_TIMEOUT, nowayout);
H A Dwafer5823wdt.c70 static bool nowayout = WATCHDOG_NOWAYOUT; variable
71 module_param(nowayout, bool, 0);
72 MODULE_PARM_DESC(nowayout,
103 if (!nowayout) {
295 pr_info("initialized. timeout=%d sec (nowayout=%d)\n",
296 timeout, nowayout);
H A Dalim7101_wdt.c80 static bool nowayout = WATCHDOG_NOWAYOUT; variable
81 module_param(nowayout, bool, 0);
82 MODULE_PARM_DESC(nowayout,
188 if (!nowayout) {
388 nowayout = 1;
420 if (nowayout)
423 pr_info("WDT driver for ALi M7101 initialised. timeout=%d sec (nowayout=%d)\n",
424 timeout, nowayout);
H A Di6300esb.c62 #define ESB_WDT_LOCK (0x01 << 0) /* Lock (nowayout) */
97 static bool nowayout = WATCHDOG_NOWAYOUT; variable
98 module_param(nowayout, bool, 0);
99 MODULE_PARM_DESC(nowayout,
127 val = ESB_WDT_ENABLE | (nowayout ? ESB_WDT_LOCK : 0x00);
229 if (!nowayout) {
399 pr_warn("nowayout already set\n");
455 pr_info("initialized (0x%p). heartbeat=%d sec (nowayout=%d)\n",
456 BASEADDR, heartbeat, nowayout);
470 if (!nowayout)
[all...]
H A Dsc520_wdt.c99 static bool nowayout = WATCHDOG_NOWAYOUT; variable
100 module_param(nowayout, bool, 0);
101 MODULE_PARM_DESC(nowayout,
227 if (!nowayout) {
256 if (nowayout)
374 if (!nowayout)
415 pr_info("WDT driver for SC520 initialised. timeout=%d sec (nowayout=%d)\n",
416 timeout, nowayout);
H A Dsmsc37b787_wdt.c20 * 2006 - Ported to Linux 2.6, added nowayout and MAGICCLOSE
88 static bool nowayout = WATCHDOG_NOWAYOUT; variable
360 if (nowayout)
398 if (!nowayout) {
566 pr_info("Watchdog initialized and sleeping (nowayout=%d)...\n",
567 nowayout);
586 if (!nowayout) {
615 module_param(nowayout, bool, 0);
616 MODULE_PARM_DESC(nowayout,
H A Dbcm2835_wdt.c43 static bool nowayout = WATCHDOG_NOWAYOUT; variable
131 watchdog_set_nowayout(&bcm2835_wdt_wdd, nowayout);
179 module_param(nowayout, bool, 0);
180 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
H A Dda9055_wdt.c26 static bool nowayout = WATCHDOG_NOWAYOUT; variable
27 module_param(nowayout, bool, 0);
28 MODULE_PARM_DESC(nowayout,
164 watchdog_set_nowayout(da9055_wdt, nowayout);
H A Dixp4xx_wdt.c30 static bool nowayout = WATCHDOG_NOWAYOUT; variable
75 if (!nowayout) {
207 module_param(nowayout, bool, 0);
208 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started");
H A Dlantiq_wdt.c44 static bool nowayout = WATCHDOG_NOWAYOUT; variable
86 if (!nowayout) {
242 module_param(nowayout, bool, 0);
243 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started");
H A Dm54xx_wdt.c37 static bool nowayout = WATCHDOG_NOWAYOUT; variable
95 if (!nowayout) {
222 module_param(nowayout, bool, 0);
223 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started");
H A Dmax63xx_wdt.c33 static bool nowayout = WATCHDOG_NOWAYOUT; variable
205 watchdog_set_nowayout(&max63xx_wdt_dev, nowayout);
249 module_param(nowayout, bool, 0);
250 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="

Completed in 197 milliseconds

12345