/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, 228 if (!nowayout) { in fop_write() 257 if (nowayout) in fop_open() 375 if (!nowayout) in sc520_wdt_unload() 417 timeout, nowayout); in sc520_wdt_init()
|
D | softdog.c | 60 static bool nowayout = WATCHDOG_NOWAYOUT; variable 61 module_param(nowayout, bool, 0); 62 MODULE_PARM_DESC(nowayout, 179 watchdog_set_nowayout(&softdog_dev, nowayout); in watchdog_init() 194 soft_noboot, soft_margin, soft_panic, nowayout); in watchdog_init()
|
D | acquirewdt.c | 96 static bool nowayout = WATCHDOG_NOWAYOUT; variable 97 module_param(nowayout, bool, 0); 98 MODULE_PARM_DESC(nowayout, 127 if (!nowayout) { in acq_write() 199 if (nowayout) in acq_open() 266 pr_info("initialized. (nowayout=%d)\n", nowayout); in acq_probe()
|
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() 374 nowayout = 1; in alim7101_wdt_init() 400 if (nowayout) in alim7101_wdt_init() 404 timeout, nowayout); in alim7101_wdt_init()
|
D | pika_wdt.c | 42 static bool nowayout = WATCHDOG_NOWAYOUT; variable 43 module_param(nowayout, bool, 0); 44 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started " 90 (!nowayout && !pikawdt_private.open)) { in pikawdt_ping() 147 if (!nowayout) { in pikawdt_write() 280 heartbeat, nowayout); in pikawdt_init()
|
D | bcm47xx_wdt.c | 38 static bool nowayout = WATCHDOG_NOWAYOUT; variable 45 module_param(nowayout, bool, 0); 46 MODULE_PARM_DESC(nowayout, 158 if (!nowayout) { in bcm47xx_wdt_write() 289 wdt_time, nowayout ? ", nowayout" : ""); in bcm47xx_wdt_init() 295 if (!nowayout) in bcm47xx_wdt_exit()
|
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 | 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 | indydog.c | 36 static bool nowayout = WATCHDOG_NOWAYOUT; variable 37 module_param(nowayout, bool, 0); 38 MODULE_PARM_DESC(nowayout, 80 if (nowayout) in indydog_open() 96 if (!nowayout) in indydog_release()
|
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() 617 module_param(nowayout, bool, 0); 618 MODULE_PARM_DESC(nowayout,
|
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 | i6300esb.c | 98 static bool nowayout = WATCHDOG_NOWAYOUT; variable 99 module_param(nowayout, bool, 0); 100 MODULE_PARM_DESC(nowayout, 128 val = ESB_WDT_ENABLE | (nowayout ? ESB_WDT_LOCK : 0x00); in esb_timer_start() 230 if (!nowayout) { in esb_write() 457 BASEADDR, heartbeat, nowayout); in esb_probe() 471 if (!nowayout) in esb_remove()
|
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 | 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() 475 module_param(nowayout, bool, 0); 476 MODULE_PARM_DESC(nowayout,
|
D | at91sam9_wdt.c | 65 static bool nowayout = WATCHDOG_NOWAYOUT; variable 66 module_param(nowayout, bool, 0); 67 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started " 97 (!nowayout && !at91wdt_private.open)) { in at91_ping() 219 if (!nowayout) { in at91_wdt_write() 289 heartbeat, nowayout); in at91wdt_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 | txx9wdt.c | 37 static bool nowayout = WATCHDOG_NOWAYOUT; variable 38 module_param(nowayout, bool, 0); 39 MODULE_PARM_DESC(nowayout, 135 watchdog_set_nowayout(&txx9wdt, nowayout); in txx9wdt_probe() 142 timeout, WD_MAX_TIMEOUT, nowayout); in txx9wdt_probe()
|
D | at91rm9200_wdt.c | 33 static bool nowayout = WATCHDOG_NOWAYOUT; variable 40 module_param(nowayout, bool, 0); 41 MODULE_PARM_DESC(nowayout, 99 if (!nowayout) in at91_wdt_close() 215 wdt_time, nowayout ? ", nowayout" : ""); in at91wdt_probe()
|
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 | dw_wdt.c | 49 static bool nowayout = WATCHDOG_NOWAYOUT; variable 50 module_param(nowayout, bool, 0); 51 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started " 124 (!nowayout && !dw_wdt.in_use)) { in dw_wdt_ping() 163 if (!nowayout) { in dw_wdt_write() 244 if (!nowayout) in dw_wdt_release()
|
D | scx200_wdt.c | 46 static bool nowayout = WATCHDOG_NOWAYOUT; variable 47 module_param(nowayout, bool, 0); 48 MODULE_PARM_DESC(nowayout, "Disable watchdog shutdown on close"); 113 else if (!nowayout) in scx200_wdt_release() 125 if (!nowayout) in scx200_wdt_notify_sys()
|
D | gef_wdt.c | 73 static bool nowayout = WATCHDOG_NOWAYOUT; variable 74 module_param(nowayout, bool, 0); 75 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default=" 142 if (!nowayout) { in gef_wdt_write() 226 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()
|