Searched defs:nowayout (Results 1 - 25 of 101) sorted by relevance

12345

/drivers/watchdog/
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 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 Dretu_wdt.c112 bool nowayout = WATCHDOG_NOWAYOUT; local
132 watchdog_set_nowayout(retu_wdt, nowayout);
143 if (nowayout)
H A Drn5t618_wdt.c22 static bool nowayout = WATCHDOG_NOWAYOUT; variable
28 module_param(nowayout, bool, 0);
29 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
170 watchdog_set_nowayout(&wdt->wdt_dev, 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 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 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 Dwm8350_wdt.c22 static bool nowayout = WATCHDOG_NOWAYOUT; variable
23 module_param(nowayout, bool, 0);
24 MODULE_PARM_DESC(nowayout,
152 watchdog_set_nowayout(&wm8350_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 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 Dbcm47xx_wdt.c36 static bool nowayout = WATCHDOG_NOWAYOUT; variable
42 module_param(nowayout, bool, 0);
43 MODULE_PARM_DESC(nowayout,
204 watchdog_set_nowayout(&wdt->wdd, nowayout);
217 timeout, nowayout ? ", nowayout" : "",
H A Dbooke_wdt.c225 bool nowayout = WATCHDOG_NOWAYOUT; local
231 watchdog_set_nowayout(&booke_wdt_dev, nowayout);
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 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 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 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 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="
H A Dmena21_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 (default="
198 watchdog_set_nowayout(&a21_wdt, nowayout);
H A Dmenf21bmc_wdt.c32 static bool nowayout = WATCHDOG_NOWAYOUT; variable
33 module_param(nowayout, bool, 0);
34 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
147 watchdog_set_nowayout(&drv_data->wdt, nowayout);
H A Dmeson_wdt.c42 static bool nowayout = WATCHDOG_NOWAYOUT; variable
166 watchdog_set_nowayout(&meson_wdt->wdt_dev, nowayout);
183 dev_info(&pdev->dev, "Watchdog enabled (timeout=%d sec, nowayout=%d)",
184 meson_wdt->wdt_dev.timeout, nowayout);
229 module_param(nowayout, bool, 0);
230 MODULE_PARM_DESC(nowayout,
H A Dmoxart_wdt.c101 bool nowayout = WATCHDOG_NOWAYOUT; local
136 watchdog_set_nowayout(&moxart_wdt->dev, nowayout);
151 dev_dbg(dev, "Watchdog enabled (heartbeat=%d sec, nowayout=%d)\n",
152 moxart_wdt->dev.timeout, nowayout);
H A Domap_wdt.c47 static bool nowayout = WATCHDOG_NOWAYOUT; variable
48 module_param(nowayout, bool, 0);
49 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
244 watchdog_set_nowayout(omap_wdt, 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)

Completed in 79 milliseconds

12345