/Linux-v4.19/Documentation/watchdog/ |
D | watchdog-parameters.txt | 16 nowayout: Watchdog cannot be stopped once started 23 nowayout: Watchdog cannot be stopped once started 28 nowayout: Watchdog cannot be stopped once started 35 nowayout: Watchdog cannot be stopped once started 40 nowayout: Disable watchdog shutdown on close 45 nowayout: Watchdog cannot be stopped once started 50 nowayout: Watchdog cannot be stopped once started 55 nowayout: Watchdog cannot be stopped once started 73 nowayout: Watchdog cannot be stopped once started 81 nowayout: Watchdog cannot be stopped once started [all …]
|
/Linux-v4.19/drivers/watchdog/ |
D | mixcomwd.c | 111 static bool nowayout = WATCHDOG_NOWAYOUT; variable 112 module_param(nowayout, bool, 0); 113 MODULE_PARM_DESC(nowayout, 140 if (nowayout) in mixcomwd_open() 178 if (!nowayout) { in mixcomwd_write() 216 if (!nowayout) in mixcomwd_ioctl() 300 if (!nowayout) { in mixcomwd_exit()
|
D | sc520_wdt.c | 99 static bool nowayout = WATCHDOG_NOWAYOUT; variable 100 module_param(nowayout, bool, 0); 101 MODULE_PARM_DESC(nowayout, 227 if (!nowayout) { in fop_write() 256 if (nowayout) in fop_open() 374 if (!nowayout) in sc520_wdt_unload() 416 timeout, nowayout); in sc520_wdt_init()
|
D | softdog.c | 40 static bool nowayout = WATCHDOG_NOWAYOUT; variable 41 module_param(nowayout, bool, 0); 42 MODULE_PARM_DESC(nowayout, 139 watchdog_set_nowayout(&softdog_dev, nowayout); in softdog_init() 157 soft_noboot, softdog_dev.timeout, soft_panic, nowayout); in softdog_init()
|
D | sun4v_wdt.c | 36 static bool nowayout = WATCHDOG_NOWAYOUT; variable 37 module_param(nowayout, bool, S_IRUGO); 38 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default=" 159 watchdog_set_nowayout(&wdd, nowayout); in sun4v_wdt_init() 166 wdd.timeout, nowayout); in sun4v_wdt_init()
|
D | indydog.c | 36 static bool nowayout = WATCHDOG_NOWAYOUT; variable 37 module_param(nowayout, bool, 0); 38 MODULE_PARM_DESC(nowayout, 71 if (nowayout) in indydog_open() 87 if (!nowayout) in indydog_release()
|
D | sbc_epx_c3.c | 37 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) in epx_c3_open() 88 if (!nowayout) in epx_c3_release()
|
D | acquirewdt.c | 95 static bool nowayout = WATCHDOG_NOWAYOUT; variable 96 module_param(nowayout, bool, 0); 97 MODULE_PARM_DESC(nowayout, 126 if (!nowayout) { in acq_write() 198 if (nowayout) in acq_open() 265 pr_info("initialized. (nowayout=%d)\n", nowayout); in acq_probe()
|
D | pika_wdt.c | 43 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)) { in pikawdt_ping() 148 if (!nowayout) { in pikawdt_write() 281 heartbeat, nowayout); in pikawdt_init()
|
D | sbc7240_wdt.c | 49 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) { in fop_write() 145 || !nowayout) { in fop_close() 293 nowayout); in sbc7240_wdt_init()
|
D | sbc8360.c | 199 static bool nowayout = WATCHDOG_NOWAYOUT; variable 203 module_param(nowayout, bool, 0); 204 MODULE_PARM_DESC(nowayout, 245 if (!nowayout) { in sbc8360_write() 268 if (nowayout) in sbc8360_open()
|
D | sbc60xxwdt.c | 109 static bool nowayout = WATCHDOG_NOWAYOUT; variable 110 module_param(nowayout, bool, 0); 111 MODULE_PARM_DESC(nowayout, 175 if (!nowayout) { in fop_write() 206 if (nowayout) in fop_open() 369 timeout, nowayout); in sbc60xxwdt_init()
|
D | alim7101_wdt.c | 80 static bool nowayout = WATCHDOG_NOWAYOUT; variable 81 module_param(nowayout, bool, 0); 82 MODULE_PARM_DESC(nowayout, 188 if (!nowayout) { in fop_write() 388 nowayout = 1; in alim7101_wdt_init() 420 if (nowayout) in alim7101_wdt_init() 424 timeout, nowayout); in alim7101_wdt_init()
|
D | smsc37b787_wdt.c | 88 static bool nowayout = WATCHDOG_NOWAYOUT; variable 360 if (nowayout) in wb_smsc_wdt_open() 398 if (!nowayout) { in wb_smsc_wdt_write() 567 nowayout); in wb_smsc_wdt_init() 586 if (!nowayout) { in wb_smsc_wdt_exit() 615 module_param(nowayout, bool, 0); 616 MODULE_PARM_DESC(nowayout,
|
D | iop_wdt.c | 39 static bool nowayout = WATCHDOG_NOWAYOUT; variable 111 if (!nowayout) { in iop_wdt_write() 163 if (!nowayout) { in iop_wdt_ioctl() 256 module_param(nowayout, bool, 0); 257 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started");
|
D | txx9wdt.c | 36 static bool nowayout = WATCHDOG_NOWAYOUT; variable 37 module_param(nowayout, bool, 0); 38 MODULE_PARM_DESC(nowayout, 135 watchdog_set_nowayout(&txx9wdt, nowayout); in txx9wdt_probe() 142 timeout, WD_MAX_TIMEOUT, nowayout); in txx9wdt_probe()
|
D | ebc-c384_wdt.c | 39 static bool nowayout = WATCHDOG_NOWAYOUT; variable 40 module_param(nowayout, bool, 0); 41 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default=" 119 watchdog_set_nowayout(wdd, nowayout); in ebc_c384_wdt_probe()
|
D | twl4030_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 " 88 watchdog_set_nowayout(wdt, nowayout); in twl4030_wdt_probe()
|
D | pnx833x_wdt.c | 58 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) in pnx833x_wdt_open() 126 if (!nowayout) in pnx833x_wdt_release()
|
D | ts4800_wdt.c | 19 static bool nowayout = WATCHDOG_NOWAYOUT; variable 20 module_param(nowayout, bool, 0); 21 MODULE_PARM_DESC(nowayout, 152 watchdog_set_nowayout(wdd, nowayout); in ts4800_wdt_probe() 182 wdd->timeout, nowayout); in ts4800_wdt_probe()
|
D | xen_wdt.c | 39 static bool nowayout = WATCHDOG_NOWAYOUT; variable 40 module_param(nowayout, bool, S_IRUGO); 41 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started " 141 watchdog_set_nowayout(&xen_wdt_dev, nowayout); in xen_wdt_probe() 153 xen_wdt_dev.timeout, nowayout); in xen_wdt_probe()
|
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() 341 wdt->nowayout = nowayout; in at91wdt_probe() 377 wdt->wdd.timeout, wdt->nowayout); in at91wdt_probe()
|
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"); 117 watchdog_set_nowayout(wdd, nowayout); in ep93xx_wdt_probe()
|
D | ux500_wdt.c | 35 static bool nowayout = WATCHDOG_NOWAYOUT; variable 36 module_param(nowayout, bool, 0); 37 MODULE_PARM_DESC(nowayout, 100 watchdog_set_nowayout(&ux500_wdt, nowayout); in ux500_wdt_probe()
|
D | scx200_wdt.c | 45 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) in scx200_wdt_release() 124 if (!nowayout) in scx200_wdt_notify_sys()
|