Searched defs:nowayout (Results 51 - 75 of 101) sorted by relevance

12345

/drivers/watchdog/
H A Dmpc8xxx_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 "
269 watchdog_set_nowayout(&mpc8xxx_wdt_dev, nowayout);
H A Dmv64x60_wdt.c63 static bool nowayout = WATCHDOG_NOWAYOUT; variable
64 module_param(nowayout, bool, 0);
65 MODULE_PARM_DESC(nowayout,
131 if (nowayout)
158 if (!nowayout) {
H A Dnuc900_wdt.c57 static bool nowayout = WATCHDOG_NOWAYOUT; variable
58 module_param(nowayout, bool, 0);
59 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
199 if (!nowayout) {
H A Dnv_tco.c64 static bool nowayout = WATCHDOG_NOWAYOUT; variable
65 module_param(nowayout, bool, 0);
66 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started"
186 if (!nowayout) {
416 pr_info("initialized (0x%04x). heartbeat=%d sec (nowayout=%d)\n",
417 tcobase, heartbeat, nowayout);
431 if (!nowayout)
H A Dpika_wdt.c43 static bool nowayout = WATCHDOG_NOWAYOUT; variable
44 module_param(nowayout, bool, 0);
45 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
91 (!nowayout && !pikawdt_private.open)) {
148 if (!nowayout) {
280 pr_info("initialized. heartbeat=%d sec (nowayout=%d)\n",
281 heartbeat, nowayout);
H A Dpnx4008_wdt.c78 static bool nowayout = WATCHDOG_NOWAYOUT; variable
170 watchdog_set_nowayout(&pnx4008_wdd, nowayout);
229 module_param(nowayout, bool, 0);
230 MODULE_PARM_DESC(nowayout,
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 Drc32434_wdt.c67 static bool nowayout = WATCHDOG_NOWAYOUT; variable
68 module_param(nowayout, bool, 0);
69 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
147 if (nowayout)
173 if (!nowayout) {
H A Drt2880_wdt.c49 static bool nowayout = WATCHDOG_NOWAYOUT; variable
50 module_param(nowayout, bool, 0);
51 MODULE_PARM_DESC(nowayout,
164 watchdog_set_nowayout(&rt288x_wdt_dev, nowayout);
H A Dsbc60xxwdt.c109 static bool nowayout = WATCHDOG_NOWAYOUT; variable
110 module_param(nowayout, bool, 0);
111 MODULE_PARM_DESC(nowayout,
175 if (!nowayout) {
206 if (nowayout)
368 pr_info("WDT driver for 60XX single board computer initialised. timeout=%d sec (nowayout=%d)\n",
369 timeout, nowayout);
H A Dsbc7240_wdt.c49 static bool nowayout = WATCHDOG_NOWAYOUT; variable
50 module_param(nowayout, bool, 0);
51 MODULE_PARM_DESC(nowayout, "Disable watchdog when closing device file");
110 if (!nowayout) {
145 || !nowayout) {
292 pr_info("Watchdog driver for SBC7240 initialised (nowayout=%d)\n",
293 nowayout);
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 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 Dsirfsoc_wdt.c33 static bool nowayout = WATCHDOG_NOWAYOUT; variable
36 module_param(nowayout, bool, 0);
39 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
156 watchdog_set_nowayout(&sirfsoc_wdd, nowayout);
H A Dsp5100_tco.c68 static bool nowayout = WATCHDOG_NOWAYOUT; variable
69 module_param(nowayout, bool, 0);
70 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started."
203 if (!nowayout) {
499 pr_info("initialized (0x%p). heartbeat=%d sec (nowayout=%d)\n",
500 tcobase, heartbeat, nowayout);
514 if (!nowayout)
H A Dsp805_wdt.c72 static bool nowayout = WATCHDOG_NOWAYOUT; variable
73 module_param(nowayout, bool, 0);
74 MODULE_PARM_DESC(nowayout,
231 watchdog_set_nowayout(&wdt->wdd, nowayout);
H A Dsunxi_wdt.c43 static bool nowayout = WATCHDOG_NOWAYOUT; variable
270 watchdog_set_nowayout(&sunxi_wdt->wdt_dev, nowayout);
287 dev_info(&pdev->dev, "Watchdog enabled (timeout=%d sec, nowayout=%d)",
288 sunxi_wdt->wdt_dev.timeout, nowayout);
328 module_param(nowayout, bool, 0);
329 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
H A Dtegra_wdt.c80 static bool nowayout = WATCHDOG_NOWAYOUT; variable
81 module_param(nowayout, bool, 0);
82 MODULE_PARM_DESC(nowayout,
224 watchdog_set_nowayout(wdd, nowayout);
236 "initialized (heartbeat = %d sec, nowayout = %d)\n",
237 heartbeat, nowayout);
H A Dts72xx_wdt.c37 static bool nowayout = WATCHDOG_NOWAYOUT; variable
38 module_param(nowayout, bool, 0);
39 MODULE_PARM_DESC(nowayout, "Disable watchdog shutdown on close");
264 if (!nowayout) {
H A Dvia_wdt.c61 static bool nowayout = WATCHDOG_NOWAYOUT; variable
62 module_param(nowayout, bool, 0);
63 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
209 watchdog_set_nowayout(&wdt_dev, nowayout);
H A Dw83877f_wdt.c94 static bool nowayout = WATCHDOG_NOWAYOUT; variable
95 module_param(nowayout, bool, 0);
96 MODULE_PARM_DESC(nowayout,
195 if (!nowayout) {
388 pr_info("WDT driver for W83877F initialised. timeout=%d sec (nowayout=%d)\n",
389 timeout, nowayout);
H A Dw83977f_wdt.c61 static bool nowayout = WATCHDOG_NOWAYOUT; variable
62 module_param(nowayout, bool, 0);
63 MODULE_PARM_DESC(nowayout,
297 if (nowayout)
308 * Lock it in if it's a module and we set nowayout
337 if (!nowayout) {
503 pr_info("initialized. timeout=%d sec (nowayout=%d testmode=%d)\n",
504 timeout, nowayout, testmode);
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 Dwdt.c32 * Matt Domsch : Added nowayout module option
69 static bool nowayout = WATCHDOG_NOWAYOUT; variable
70 module_param(nowayout, bool, 0);
71 MODULE_PARM_DESC(nowayout,
325 if (!nowayout) {
642 pr_info("WDT500/501-P driver 0.10 at 0x%04x (Interrupt %d). heartbeat=%d sec (nowayout=%d)\n",
643 io, irq, heartbeat, nowayout);
H A Dwdt977.c15 * Added nowayout module option to override CONFIG_WATCHDOG_NOWAYOUT
70 static bool nowayout = WATCHDOG_NOWAYOUT; variable
71 module_param(nowayout, bool, 0);
72 MODULE_PARM_DESC(nowayout,
272 if (nowayout)
283 * Lock it in if it's a module and we set nowayout
312 if (!nowayout) {
482 pr_info("initialized. timeout=%d sec (nowayout=%d, testmode=%i)\n",
483 timeout, nowayout, testmode);

Completed in 667 milliseconds

12345