Searched defs:nowayout (Results 76 - 100 of 101) sorted by relevance

12345

/drivers/watchdog/
H A Dxen_wdt.c47 static bool nowayout = WATCHDOG_NOWAYOUT; variable
48 module_param(nowayout, bool, S_IRUGO);
49 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
153 if (!nowayout) {
266 pr_info("initialized (timeout=%ds, nowayout=%d)\n",
267 timeout, nowayout);
286 if (!nowayout)
H A Dcadence_wdt.c54 static int nowayout = WATCHDOG_NOWAYOUT; variable
61 module_param(nowayout, int, 0);
62 MODULE_PARM_DESC(nowayout,
362 watchdog_set_nowayout(cdns_wdt_device, nowayout);
406 nowayout ? ", 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 Dibmasr.c63 static bool nowayout = WATCHDOG_NOWAYOUT; variable
251 if (!nowayout) {
403 if (!nowayout)
414 module_param(nowayout, bool, 0);
415 MODULE_PARM_DESC(nowayout,
H A Dit8712f_wdt.c50 static bool nowayout = WATCHDOG_NOWAYOUT; variable
51 module_param(nowayout, bool, 0);
52 MODULE_PARM_DESC(nowayout, "Disable watchdog shutdown on close");
226 if (!nowayout)
337 } else if (!nowayout) {
H A Dkempld_wdt.c106 static bool nowayout = WATCHDOG_NOWAYOUT; variable
107 module_param(nowayout, bool, 0);
108 MODULE_PARM_DESC(nowayout,
463 /* Enable nowayout if watchdog is already locked */
466 if (!nowayout)
468 "Forcing nowayout - watchdog lock enabled!\n");
469 nowayout = true;
476 watchdog_set_nowayout(wdd, nowayout);
515 if (!nowayout)
H A Dmachzwd.c28 * Added nowayout module option to override CONFIG_WATCHDOG_NOWAYOUT
96 static bool nowayout = WATCHDOG_NOWAYOUT; variable
97 module_param(nowayout, bool, 0);
98 MODULE_PARM_DESC(nowayout,
278 if (!nowayout) {
333 if (nowayout)
H A Dorion_wdt.c49 static bool nowayout = WATCHDOG_NOWAYOUT; variable
559 watchdog_set_nowayout(&dev->wdt, nowayout);
565 dev->wdt.timeout, nowayout ? ", nowayout" : "");
610 module_param(nowayout, bool, 0);
611 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
H A Dpc87413_wdt.c68 static bool nowayout = WATCHDOG_NOWAYOUT; variable
281 if (nowayout)
348 if (!nowayout) {
562 if (!nowayout) {
591 module_param(nowayout, bool, 0);
592 MODULE_PARM_DESC(nowayout,
H A Dsc1200wdt.c28 * 20020530 Joel Becker Add Matt Domsch's nowayout module
96 static bool nowayout = WATCHDOG_NOWAYOUT; variable
97 module_param(nowayout, bool, 0);
98 MODULE_PARM_DESC(nowayout,
273 if (!nowayout) {
H A Dsch311x_wdt.c77 static bool nowayout = WATCHDOG_NOWAYOUT; variable
78 module_param(nowayout, bool, 0);
79 MODULE_PARM_DESC(nowayout,
229 if (!nowayout) {
417 "SMSC SCH311x WDT initialized. timeout=%d sec (nowayout=%d)\n",
418 timeout, nowayout);
434 if (!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 Dw83627hf_wdt.c61 static bool nowayout = WATCHDOG_NOWAYOUT; variable
62 module_param(nowayout, bool, 0);
63 MODULE_PARM_DESC(nowayout,
446 watchdog_set_nowayout(&wdt_dev, nowayout);
464 pr_info("initialized. timeout=%d sec (nowayout=%d)\n",
465 wdt_dev.timeout, nowayout);
H A Dwdt_pci.c37 * Matt Domsch : nowayout module option
81 static bool nowayout = WATCHDOG_NOWAYOUT; variable
82 module_param(nowayout, bool, 0);
83 MODULE_PARM_DESC(nowayout,
361 if (!nowayout) {
458 if (nowayout)
682 pr_info("initialized. heartbeat=%d sec (nowayout=%d)\n",
683 heartbeat, nowayout);
H A Docteon-wdt-main.c100 static bool nowayout = WATCHDOG_NOWAYOUT; variable
101 module_param(nowayout, bool, S_IRUGO);
102 MODULE_PARM_DESC(nowayout,
531 if (!nowayout) {
H A Dpcwd_pci.c149 static bool nowayout = WATCHDOG_NOWAYOUT; variable
150 module_param(nowayout, bool, 0);
151 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
443 if (!nowayout) {
771 pr_info("initialized. heartbeat=%d sec (nowayout=%d)\n",
772 heartbeat, nowayout);
791 if (!nowayout)
H A Dpcwd_usb.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="
369 if (!nowayout) {
749 pr_info("initialized. heartbeat=%d sec (nowayout=%d)\n",
750 heartbeat, nowayout);
787 if (!nowayout)
H A Ds3c2410_wdt.c76 static bool nowayout = WATCHDOG_NOWAYOUT; variable
84 module_param(nowayout, bool, 0);
93 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
607 watchdog_set_nowayout(&wdt->wdt_device, nowayout);
H A Df71808e_wdt.c106 static bool nowayout = WATCHDOG_NOWAYOUT; variable
107 module_param(nowayout, bool, 0444);
108 MODULE_PARM_DESC(nowayout, "Disable watchdog shutdown on close");
478 if (nowayout)
492 } else if (!nowayout) {
513 if (!nowayout) {
717 if (nowayout)
H A Dhpwdt.c49 static bool nowayout = WATCHDOG_NOWAYOUT; variable
555 if (!nowayout) {
853 ", timer margin: %d seconds (nowayout=%d).\n",
854 HPWDT_VERSION, soft_margin, nowayout);
868 if (!nowayout)
892 module_param(nowayout, bool, 0);
893 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
H A Dit87_wdt.c150 static bool nowayout = DEFAULT_NOWAYOUT; variable
167 module_param(nowayout, bool, 0);
168 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started, default="
403 if (nowayout && !test_and_set_bit(WDTS_LOCKED, &wdt_status))
423 * or in the case, that nowayout is set or the magic character
474 if (!nowayout) {
735 pr_info("Chip IT%04x revision %d initialized. timeout=%d sec (nowayout=%d testmode=%d exclusive=%d nogameport=%d nocir=%d)\n",
737 nowayout, testmode, exclusive, nogameport, nocir);
H A Dpcwd.c43 * 011214 Added nowayout module option to override
207 static bool nowayout = WATCHDOG_NOWAYOUT; variable
208 module_param(nowayout, bool, 0);
209 MODULE_PARM_DESC(nowayout,
669 if (!nowayout) {
693 if (nowayout)
935 pr_info("initialized. heartbeat=%d sec (nowayout=%d)\n",
936 heartbeat, nowayout);
961 if (!nowayout)
/drivers/hwmon/
H A Dsch56xx-common.c38 static int nowayout = WATCHDOG_NOWAYOUT; variable
39 module_param(nowayout, int, 0);
40 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
457 if (!nowayout)
466 if (nowayout)
H A Dfschmd.c56 static bool nowayout = WATCHDOG_NOWAYOUT; variable
57 module_param(nowayout, bool, 0);
58 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
875 if (!nowayout) {
910 if (!nowayout)
/drivers/char/ipmi/
H A Dipmi_watchdog.c145 static bool nowayout = WATCHDOG_NOWAYOUT; variable
312 module_param(nowayout, bool, 0644);
313 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
789 if (!nowayout) {

Completed in 230 milliseconds

12345