Searched refs:nowayout (Results 101 - 125 of 133) sorted by relevance

123456

/linux-master/drivers/watchdog/
H A Dhpwdt.c37 static bool nowayout = WATCHDOG_NOWAYOUT; variable
334 watchdog_set_nowayout(&hpwdt_dev, nowayout);
356 dev_info(&dev->dev, "timeout: %d seconds (nowayout=%d)\n",
357 hpwdt_dev.timeout, nowayout);
424 module_param(nowayout, bool, 0);
425 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
H A Dpcwd_pci.c145 static bool nowayout = WATCHDOG_NOWAYOUT; variable
146 module_param(nowayout, bool, 0);
147 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
439 if (!nowayout) {
768 pr_info("initialized. heartbeat=%d sec (nowayout=%d)\n",
769 heartbeat, nowayout);
788 if (!nowayout)
H A Dkempld_wdt.c96 static bool nowayout = WATCHDOG_NOWAYOUT; variable
97 module_param(nowayout, bool, 0);
98 MODULE_PARM_DESC(nowayout,
455 /* Enable nowayout if watchdog is already locked */
458 if (!nowayout)
460 "Forcing nowayout - watchdog lock enabled!\n");
461 nowayout = true;
468 watchdog_set_nowayout(wdd, nowayout);
H A Dpcwd_usb.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="
366 if (!nowayout) {
746 pr_info("initialized. heartbeat=%d sec (nowayout=%d)\n",
747 heartbeat, nowayout);
784 if (!nowayout)
H A Ddiag288_wdt.c67 module_param_named(nowayout, nowayout_info, bool, 0444);
68 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default = CONFIG_WATCHDOG_NOWAYOUT)");
H A Drenesas_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 (default="
270 watchdog_set_nowayout(&priv->wdev, nowayout);
H A Domap_wdt.c46 static bool nowayout = WATCHDOG_NOWAYOUT; variable
47 module_param(nowayout, bool, 0);
48 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
258 watchdog_set_nowayout(&wdev->wdog, nowayout);
H A Drzg2l_wdt.c41 static bool nowayout = WATCHDOG_NOWAYOUT; variable
42 module_param(nowayout, bool, 0);
43 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
306 watchdog_set_nowayout(&priv->wdev, nowayout);
H A Dsp805_wdt.c78 static bool nowayout = WATCHDOG_NOWAYOUT; variable
79 module_param(nowayout, bool, 0);
80 MODULE_PARM_DESC(nowayout,
281 watchdog_set_nowayout(&wdt->wdd, nowayout);
H A Docteon-wdt-main.c98 static bool nowayout = WATCHDOG_NOWAYOUT; variable
99 module_param(nowayout, bool, 0444);
100 MODULE_PARM_DESC(nowayout,
559 watchdog_set_nowayout(&octeon_wdt, nowayout);
H A Dbcm7038_wdt.c36 static bool nowayout = WATCHDOG_NOWAYOUT; variable
229 module_param(nowayout, bool, 0);
230 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
H A Dimx_sc_wdt.c39 static bool nowayout = WATCHDOG_NOWAYOUT; variable
40 module_param(nowayout, bool, 0000);
41 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
H A Dsp5100_tco.c80 static bool nowayout = WATCHDOG_NOWAYOUT; variable
81 module_param(nowayout, bool, 0);
82 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started."
540 watchdog_set_nowayout(wdd, nowayout);
554 dev_info(dev, "initialized. heartbeat=%d sec (nowayout=%d)\n",
555 wdd->timeout, nowayout);
H A Dmtk_wdt.c68 static bool nowayout = WATCHDOG_NOWAYOUT; variable
427 watchdog_set_nowayout(&mtk_wdt->wdt_dev, nowayout);
439 dev_info(dev, "Watchdog enabled (timeout=%d sec, nowayout=%d)\n",
440 mtk_wdt->wdt_dev.timeout, nowayout);
515 module_param(nowayout, bool, 0);
516 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
H A Dpcwd.c44 * 011214 Added nowayout module option to override
208 static bool nowayout = WATCHDOG_NOWAYOUT; variable
209 module_param(nowayout, bool, 0);
210 MODULE_PARM_DESC(nowayout,
670 if (!nowayout) {
694 if (nowayout)
937 pr_info("initialized. heartbeat=%d sec (nowayout=%d)\n",
938 heartbeat, nowayout);
960 if (!nowayout)
H A Dimx2_wdt.c79 static bool nowayout = WATCHDOG_NOWAYOUT; variable
80 module_param(nowayout, bool, 0);
81 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
344 watchdog_set_nowayout(wdog, nowayout);
H A Dwdat_wdt.c52 static bool nowayout = WATCHDOG_NOWAYOUT; variable
53 module_param(nowayout, bool, 0);
54 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
465 watchdog_set_nowayout(&wdat->wdd, nowayout);
H A Daspeed_wdt.c20 static bool nowayout = WATCHDOG_NOWAYOUT; variable
21 module_param(nowayout, bool, 0);
22 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
356 watchdog_set_nowayout(&wdt->wdd, nowayout);
H A DiTCO_wdt.c118 static bool nowayout = WATCHDOG_NOWAYOUT; variable
119 module_param(nowayout, bool, 0);
120 MODULE_PARM_DESC(nowayout,
570 watchdog_set_nowayout(&p->wddev, nowayout);
600 dev_info(dev, "initialized. heartbeat=%d sec (nowayout=%d)\n",
601 heartbeat, nowayout);
H A Dorion_wdt.c52 static bool nowayout = WATCHDOG_NOWAYOUT; variable
635 watchdog_set_nowayout(&dev->wdt, nowayout);
641 dev->wdt.timeout, nowayout ? ", nowayout" : "");
684 module_param(nowayout, bool, 0);
685 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
H A Dimx7ulp_wdt.c51 static bool nowayout = WATCHDOG_NOWAYOUT; variable
52 module_param(nowayout, bool, 0000);
53 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
H A Df71808e_wdt.c99 static bool nowayout = WATCHDOG_NOWAYOUT; variable
100 module_param(nowayout, bool, 0444);
101 MODULE_PARM_DESC(nowayout, "Disable watchdog shutdown on close");
506 watchdog_set_nowayout(wdd, nowayout);
H A Ddw_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 "
633 watchdog_set_nowayout(wdd, nowayout);
/linux-master/drivers/hwmon/
H A Dsch56xx-common.c24 static bool nowayout = WATCHDOG_NOWAYOUT; variable
25 module_param(nowayout, bool, 0);
26 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
521 if (!nowayout)
530 watchdog_set_nowayout(&data->wddev, nowayout);
/linux-master/drivers/rtc/
H A Drtc-ds1374.c381 static bool nowayout = WATCHDOG_NOWAYOUT; variable
382 module_param(nowayout, bool, 0);
383 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default ="
519 watchdog_set_nowayout(&ds1374->wdt, nowayout);

Completed in 367 milliseconds

123456