/linux/Documentation/watchdog/ |
A D | watchdog-parameters.rst | 32 nowayout: 45 nowayout: 54 nowayout: 66 nowayout: 75 nowayout: 84 nowayout: 93 nowayout: 102 nowayout: 111 nowayout: 146 nowayout: [all …]
|
/linux/drivers/watchdog/ |
A D | mixcomwd.c | 106 static bool nowayout = WATCHDOG_NOWAYOUT; variable 107 module_param(nowayout, bool, 0); 108 MODULE_PARM_DESC(nowayout, 135 if (nowayout) in mixcomwd_open() 173 if (!nowayout) { in mixcomwd_write() 211 if (!nowayout) in mixcomwd_ioctl() 296 if (!nowayout) { in mixcomwd_exit()
|
A D | sl28cpld_wdt.c | 31 static bool nowayout = WATCHDOG_NOWAYOUT; variable 32 module_param(nowayout, bool, 0); 33 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default=" 63 if (nowayout) in sl28cpld_wdt_start() 188 nowayout = true; in sl28cpld_wdt_probe() 189 watchdog_set_nowayout(wdd, nowayout); in sl28cpld_wdt_probe() 207 wdd->timeout, nowayout ? ", nowayout" : ""); in sl28cpld_wdt_probe()
|
A D | sc520_wdt.c | 95 static bool nowayout = WATCHDOG_NOWAYOUT; variable 96 module_param(nowayout, bool, 0); 97 MODULE_PARM_DESC(nowayout, 223 if (!nowayout) { in fop_write() 252 if (nowayout) in fop_open() 371 if (!nowayout) in sc520_wdt_unload() 413 timeout, nowayout); in sc520_wdt_init()
|
A D | sun4v_wdt.c | 32 static bool nowayout = WATCHDOG_NOWAYOUT; variable 33 module_param(nowayout, bool, S_IRUGO); 34 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default=" 155 watchdog_set_nowayout(&wdd, nowayout); in sun4v_wdt_init() 162 wdd.timeout, nowayout); in sun4v_wdt_init()
|
A D | acquirewdt.c | 91 static bool nowayout = WATCHDOG_NOWAYOUT; variable 92 module_param(nowayout, bool, 0); 93 MODULE_PARM_DESC(nowayout, 122 if (!nowayout) { in acq_write() 194 if (nowayout) in acq_open() 262 pr_info("initialized. (nowayout=%d)\n", nowayout); in acq_probe()
|
A D | indydog.c | 32 static bool nowayout = WATCHDOG_NOWAYOUT; variable 33 module_param(nowayout, bool, 0); 34 MODULE_PARM_DESC(nowayout, 67 if (nowayout) in indydog_open() 83 if (!nowayout) in indydog_release()
|
A D | sbc_epx_c3.c | 33 static bool nowayout = WATCHDOG_NOWAYOUT; variable 34 module_param(nowayout, bool, 0); 35 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default=" 67 if (nowayout) in epx_c3_open() 84 if (!nowayout) in epx_c3_release()
|
A D | pika_wdt.c | 44 static bool nowayout = WATCHDOG_NOWAYOUT; variable 45 module_param(nowayout, bool, 0); 46 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started " 92 (!nowayout && !pikawdt_private.open)) { in pikawdt_ping() 149 if (!nowayout) { in pikawdt_write() 283 heartbeat, nowayout); in pikawdt_init()
|
A D | sbc7240_wdt.c | 40 static bool nowayout = WATCHDOG_NOWAYOUT; variable 41 module_param(nowayout, bool, 0); 42 MODULE_PARM_DESC(nowayout, "Disable watchdog when closing device file"); 101 if (!nowayout) { in fop_write() 136 || !nowayout) { in fop_close() 284 nowayout); in sbc7240_wdt_init()
|
A D | alim7101_wdt.c | 81 static bool nowayout = WATCHDOG_NOWAYOUT; variable 82 module_param(nowayout, bool, 0); 83 MODULE_PARM_DESC(nowayout, 189 if (!nowayout) { in fop_write() 390 nowayout = 1; in alim7101_wdt_init() 422 if (nowayout) in alim7101_wdt_init() 426 timeout, nowayout); in alim7101_wdt_init()
|
A D | smsc37b787_wdt.c | 84 static bool nowayout = WATCHDOG_NOWAYOUT; variable 356 if (nowayout) in wb_smsc_wdt_open() 394 if (!nowayout) { in wb_smsc_wdt_write() 564 nowayout); in wb_smsc_wdt_init() 583 if (!nowayout) { in wb_smsc_wdt_exit() 612 module_param(nowayout, bool, 0); 613 MODULE_PARM_DESC(nowayout,
|
A D | sbc60xxwdt.c | 103 static bool nowayout = WATCHDOG_NOWAYOUT; variable 104 module_param(nowayout, bool, 0); 105 MODULE_PARM_DESC(nowayout, 169 if (!nowayout) { in fop_write() 200 if (nowayout) in fop_open() 364 timeout, nowayout); in sbc60xxwdt_init()
|
A D | sbc8360.c | 195 static bool nowayout = WATCHDOG_NOWAYOUT; variable 199 module_param(nowayout, bool, 0); 200 MODULE_PARM_DESC(nowayout, 241 if (!nowayout) { in sbc8360_write() 264 if (nowayout) in sbc8360_open()
|
A D | softdog.c | 38 static bool nowayout = WATCHDOG_NOWAYOUT; variable 39 module_param(nowayout, bool, 0); 40 MODULE_PARM_DESC(nowayout, 187 watchdog_set_nowayout(&softdog_dev, nowayout); in softdog_init() 208 soft_noboot, softdog_dev.timeout, soft_panic, nowayout); in softdog_init()
|
A D | at91sam9_wdt.c | 75 static bool nowayout = WATCHDOG_NOWAYOUT; variable 76 module_param(nowayout, bool, 0); 77 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started " 89 bool nowayout; member 236 watchdog_set_nowayout(&wdt->wdd, wdt->nowayout); in at91_wdt_init() 340 wdt->nowayout = nowayout; in at91wdt_probe() 375 wdt->wdd.timeout, wdt->nowayout); in at91wdt_probe()
|
A D | ts4800_wdt.c | 19 static bool nowayout = WATCHDOG_NOWAYOUT; variable 20 module_param(nowayout, bool, 0); 21 MODULE_PARM_DESC(nowayout, 154 watchdog_set_nowayout(wdd, nowayout); in ts4800_wdt_probe() 180 wdd->timeout, nowayout); in ts4800_wdt_probe()
|
A D | txx9wdt.c | 33 static bool nowayout = WATCHDOG_NOWAYOUT; variable 34 module_param(nowayout, bool, 0); 35 MODULE_PARM_DESC(nowayout, 130 watchdog_set_nowayout(&txx9wdt, nowayout); in txx9wdt_probe() 137 timeout, WD_MAX_TIMEOUT, nowayout); in txx9wdt_probe()
|
A D | arm_smc_wdt.c | 31 static bool nowayout = WATCHDOG_NOWAYOUT; variable 145 watchdog_set_nowayout(wdd, nowayout); in smcwd_probe() 157 wdd->timeout, nowayout); in smcwd_probe() 181 module_param(nowayout, bool, 0); 182 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
|
A D | xen_wdt.c | 35 static bool nowayout = WATCHDOG_NOWAYOUT; variable 36 module_param(nowayout, bool, S_IRUGO); 37 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started " 136 watchdog_set_nowayout(&xen_wdt_dev, nowayout); in xen_wdt_probe() 145 xen_wdt_dev.timeout, nowayout); in xen_wdt_probe()
|
A D | ebc-c384_wdt.c | 30 static bool nowayout = WATCHDOG_NOWAYOUT; variable 31 module_param(nowayout, bool, 0); 32 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default=" 110 watchdog_set_nowayout(wdd, nowayout); in ebc_c384_wdt_probe()
|
A D | twl4030_wdt.c | 18 static bool nowayout = WATCHDOG_NOWAYOUT; variable 19 module_param(nowayout, bool, 0); 20 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started " 75 watchdog_set_nowayout(wdt, nowayout); in twl4030_wdt_probe()
|
A D | db8500_wdt.c | 32 static bool nowayout = WATCHDOG_NOWAYOUT; variable 33 module_param(nowayout, bool, 0); 34 MODULE_PARM_DESC(nowayout, 91 watchdog_set_nowayout(&db8500_wdt, nowayout); in db8500_wdt_probe()
|
A D | ep93xx_wdt.c | 32 static bool nowayout = WATCHDOG_NOWAYOUT; variable 33 module_param(nowayout, bool, 0); 34 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started"); 116 watchdog_set_nowayout(wdd, nowayout); in ep93xx_wdt_probe()
|
A D | scx200_wdt.c | 42 static bool nowayout = WATCHDOG_NOWAYOUT; variable 43 module_param(nowayout, bool, 0); 44 MODULE_PARM_DESC(nowayout, "Disable watchdog shutdown on close"); 109 else if (!nowayout) in scx200_wdt_release() 121 if (!nowayout) in scx200_wdt_notify_sys()
|