Home
last modified time | relevance | path

Searched refs:nowayout (Results 1 - 25 of 264) sorted by relevance

1234567891011

/kernel/linux/linux-5.10/drivers/watchdog/
H A Dmixcomwd.c28 * - added nowayout module option to override
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()
H A Dsl28cpld_wdt.c31 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()
186 /* if the watchdog is locked, we set nowayout */ in sl28cpld_wdt_probe()
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()
H A Dacquirewdt.c17 * Added nowayout module option to override CONFIG_WATCHDOG_NOWAYOUT
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()
H A Dsbc7240_wdt.c40 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()
283 pr_info("Watchdog driver for SBC7240 initialised (nowayout=%d)\n", in sbc7240_wdt_init()
284 nowayout); in sbc7240_wdt_init()
H A Dsc520_wdt.c95 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()
412 pr_info("WDT driver for SC520 initialised. timeout=%d sec (nowayout=%d)\n", in sc520_wdt_init()
413 timeout, nowayout); in sc520_wdt_init()
H A Dsun4v_wdt.c32 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()
161 pr_info("initialized (timeout=%ds, nowayout=%d)\n", in sun4v_wdt_init()
162 wdd.timeout, nowayout); in sun4v_wdt_init()
H A Dindydog.c32 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()
H A Dsbc_epx_c3.c33 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()
H A Dsoftdog.c38 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()
207 pr_info("initialized. soft_noboot=%d soft_margin=%d sec soft_panic=%d (nowayout=%d)\n", in softdog_init()
208 soft_noboot, softdog_dev.timeout, soft_panic, nowayout); in softdog_init()
H A Dat91sam9_wdt.c75 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
235 watchdog_set_nowayout(&wdt->wdd, wdt->nowayout); in at91_wdt_init()
339 wdt->nowayout = nowayout; in at91wdt_probe()
373 pr_info("enabled (heartbeat=%d sec, nowayout=%d)\n", in at91wdt_probe()
374 wdt->wdd.timeout, wdt->nowayout); in at91wdt_probe()
H A Dxen_wdt.c35 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()
144 dev_info(dev, "initialized (timeout=%ds, nowayout=%d)\n", in xen_wdt_probe()
145 xen_wdt_dev.timeout, nowayout); in xen_wdt_probe()
H A Darm_smc_wdt.c31 static bool nowayout = WATCHDOG_NOWAYOUT; variable
145 watchdog_set_nowayout(wdd, nowayout); in smcwd_probe()
156 "Watchdog registered (timeout=%d sec, nowayout=%d)\n", 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="
H A Diop_wdt.c27 static bool nowayout = WATCHDOG_NOWAYOUT; variable
99 if (!nowayout) { in iop_wdt_write()
151 if (!nowayout) { in iop_wdt_ioctl()
245 module_param(nowayout, bool, 0);
246 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started");
H A Dpnx833x_wdt.c54 static bool nowayout = WATCHDOG_NOWAYOUT; variable
55 module_param(nowayout, bool, 0);
56 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
104 if (nowayout) in pnx833x_wdt_open()
122 if (!nowayout) in pnx833x_wdt_release()
H A Dsbc8360.c30 * Added nowayout module option to override CONFIG_WATCHDOG_NOWAYOUT
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()
/kernel/linux/linux-6.6/drivers/watchdog/
H A Dmixcomwd.c28 * - added nowayout module option to override
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()
H A Dsl28cpld_wdt.c31 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()
186 /* if the watchdog is locked, we set nowayout */ in sl28cpld_wdt_probe()
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()
H A Dacquirewdt.c17 * Added nowayout module option to override CONFIG_WATCHDOG_NOWAYOUT
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()
H A Dsbc7240_wdt.c40 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()
283 pr_info("Watchdog driver for SBC7240 initialised (nowayout=%d)\n", in sbc7240_wdt_init()
284 nowayout); in sbc7240_wdt_init()
H A Dsc520_wdt.c95 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()
412 pr_info("WDT driver for SC520 initialised. timeout=%d sec (nowayout=%d)\n", in sc520_wdt_init()
413 timeout, nowayout); in sc520_wdt_init()
H A Dindydog.c32 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()
H A Dsbc_epx_c3.c33 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()
H A Dsoftdog.c38 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()
207 pr_info("initialized. soft_noboot=%d soft_margin=%d sec soft_panic=%d (nowayout=%d)\n", in softdog_init()
208 soft_noboot, softdog_dev.timeout, soft_panic, nowayout); in softdog_init()
H A Dsun4v_wdt.c32 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()
161 pr_info("initialized (timeout=%ds, nowayout=%d)\n", in sun4v_wdt_init()
162 wdd.timeout, nowayout); in sun4v_wdt_init()
H A Dat91sam9_wdt.c75 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
235 watchdog_set_nowayout(&wdt->wdd, wdt->nowayout); in at91_wdt_init()
339 wdt->nowayout = nowayout; in at91wdt_probe()
373 pr_info("enabled (heartbeat=%d sec, nowayout=%d)\n", in at91wdt_probe()
374 wdt->wdd.timeout, wdt->nowayout); in at91wdt_probe()

Completed in 11 milliseconds

1234567891011