/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 | 59 static bool nowayout = WATCHDOG_NOWAYOUT; variable 60 module_param(nowayout, bool, 0); 61 MODULE_PARM_DESC(nowayout, 177 watchdog_set_nowayout(&softdog_dev, nowayout); in watchdog_init() 192 soft_noboot, soft_margin, soft_panic, nowayout); in watchdog_init()
|
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 | 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 | 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 | 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 | 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 | i6300esb.c | 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); in esb_timer_start() 229 if (!nowayout) { in esb_write() 456 BASEADDR, heartbeat, nowayout); in esb_probe() 470 if (!nowayout) in esb_remove()
|
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 | 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 | at91sam9_wdt.c | 77 static bool nowayout = WATCHDOG_NOWAYOUT; variable 78 module_param(nowayout, bool, 0); 79 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started " 91 bool nowayout; member 236 watchdog_set_nowayout(&wdt->wdd, wdt->nowayout); in at91_wdt_init() 341 wdt->nowayout = nowayout; in at91wdt_probe() 367 wdt->wdd.timeout, wdt->nowayout); in at91wdt_probe()
|
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, 134 watchdog_set_nowayout(&txx9wdt, nowayout); in txx9wdt_probe() 141 timeout, WD_MAX_TIMEOUT, nowayout); in txx9wdt_probe()
|
D | bfin_wdt.c | 52 static bool nowayout = WATCHDOG_NOWAYOUT; variable 157 if (nowayout) in bfin_wdt_open() 203 if (!nowayout) { in bfin_wdt_write() 371 timeout, nowayout); in bfin_wdt_probe() 474 module_param(nowayout, bool, 0); 475 MODULE_PARM_DESC(nowayout,
|
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 | at91rm9200_wdt.c | 35 static bool nowayout = WATCHDOG_NOWAYOUT; variable 42 module_param(nowayout, bool, 0); 43 MODULE_PARM_DESC(nowayout, 101 if (!nowayout) in at91_wdt_close() 217 wdt_time, nowayout ? ", nowayout" : ""); in at91wdt_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 " 87 watchdog_set_nowayout(wdt, nowayout); in twl4030_wdt_probe()
|
D | wafer5823wdt.c | 70 static bool nowayout = WATCHDOG_NOWAYOUT; variable 71 module_param(nowayout, bool, 0); 72 MODULE_PARM_DESC(nowayout, 103 if (!nowayout) { in wafwdt_write() 296 timeout, nowayout); in wafwdt_init()
|
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()
|
D | xen_wdt.c | 47 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) { in xen_wdt_write() 267 timeout, nowayout); in xen_wdt_probe() 286 if (!nowayout) in xen_wdt_remove()
|
D | gef_wdt.c | 74 static bool nowayout = WATCHDOG_NOWAYOUT; variable 75 module_param(nowayout, bool, 0); 76 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default=" 143 if (!nowayout) { in gef_wdt_write() 227 if (nowayout) in gef_wdt_open()
|
D | ib700wdt.c | 105 static bool nowayout = WATCHDOG_NOWAYOUT; variable 106 module_param(nowayout, bool, 0); 107 MODULE_PARM_DESC(nowayout, 152 if (!nowayout) { in ibwdt_write() 236 if (nowayout) in ibwdt_open()
|