Home
last modified time | relevance | path

Searched refs:nowayout (Results 1 – 25 of 111) sorted by relevance

12345

/linux/Documentation/watchdog/
H A Dwatchdog-parameters.rst41 nowayout:
54 nowayout:
63 nowayout:
75 nowayout:
84 nowayout:
93 nowayout:
102 nowayout:
111 nowayout:
120 nowayout:
145 nowayout:
[all …]
/linux/drivers/watchdog/
H A Dmixcomwd.c106 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()
295 if (!nowayout) { in mixcomwd_exit()
H A Dsl28cpld_wdt.c30 static bool nowayout = WATCHDOG_NOWAYOUT; variable
31 module_param(nowayout, bool, 0);
32 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
62 if (nowayout) in sl28cpld_wdt_start()
187 nowayout = true; in sl28cpld_wdt_probe()
188 watchdog_set_nowayout(wdd, nowayout); in sl28cpld_wdt_probe()
204 wdd->timeout, nowayout ? ", nowayout" : ""); in sl28cpld_wdt_probe()
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()
162 wdd.timeout, nowayout); in sun4v_wdt_init()
H A Dacquirewdt.c91 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()
261 pr_info("initialized. (nowayout=%d)\n", nowayout); in acq_probe()
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 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 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 nowayout); in sbc7240_wdt_init()
H A Dpika_wdt.c44 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()
282 heartbeat, nowayout); in pikawdt_init()
H A Dsbc8360.c195 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()
H A Dsbc60xxwdt.c103 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()
363 timeout, nowayout); in sbc60xxwdt_init()
H A Dalim7101_wdt.c81 static bool nowayout = WATCHDOG_NOWAYOUT; variable
82 module_param(nowayout, bool, 0);
83 MODULE_PARM_DESC(nowayout,
189 if (!nowayout) { in fop_write()
389 nowayout = 1; in alim7101_wdt_init()
421 if (nowayout) in alim7101_wdt_init()
425 timeout, nowayout); in alim7101_wdt_init()
H A Dtwl4030_wdt.c18 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()
H A Dts4800_wdt.c17 static bool nowayout = WATCHDOG_NOWAYOUT; variable
18 module_param(nowayout, bool, 0);
19 MODULE_PARM_DESC(nowayout,
155 watchdog_set_nowayout(wdd, nowayout); in ts4800_wdt_probe()
181 wdd->timeout, nowayout); in ts4800_wdt_probe()
H A Dtxx9wdt.c33 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()
H A Debc-c384_wdt.c30 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()
H A Dep93xx_wdt.c29 static bool nowayout = WATCHDOG_NOWAYOUT; variable
30 module_param(nowayout, bool, 0);
31 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started");
113 watchdog_set_nowayout(wdd, nowayout); in ep93xx_wdt_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()
145 xen_wdt_dev.timeout, nowayout); in xen_wdt_probe()
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()
370 wdt->wdd.timeout, wdt->nowayout); in at91wdt_probe()
H A Dscx200_wdt.c42 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()
H A Darm_smc_wdt.c31 static bool nowayout = WATCHDOG_NOWAYOUT; variable
156 watchdog_set_nowayout(wdd, nowayout); in smcwd_probe()
168 wdd->timeout, nowayout); in smcwd_probe()
192 module_param(nowayout, bool, 0);
193 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
H A Dtegra_wdt.c72 static bool nowayout = WATCHDOG_NOWAYOUT; variable
73 module_param(nowayout, bool, 0);
74 MODULE_PARM_DESC(nowayout,
218 watchdog_set_nowayout(wdd, nowayout); in tegra_wdt_probe()
228 heartbeat, nowayout); in tegra_wdt_probe()
H A Dadvantechwdt.c76 static bool nowayout = WATCHDOG_NOWAYOUT; variable
77 module_param(nowayout, bool, 0);
78 MODULE_PARM_DESC(nowayout,
113 if (!nowayout) { in advwdt_write()
270 timeout, nowayout); in advwdt_probe()
H A Dgef_wdt.c70 static bool nowayout = WATCHDOG_NOWAYOUT; variable
71 module_param(nowayout, bool, 0);
72 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
139 if (!nowayout) { in gef_wdt_write()
223 if (nowayout) in gef_wdt_open()
H A Dib700wdt.c101 static bool nowayout = WATCHDOG_NOWAYOUT; variable
102 module_param(nowayout, bool, 0);
103 MODULE_PARM_DESC(nowayout,
148 if (!nowayout) { in ibwdt_write()
232 if (nowayout) in ibwdt_open()

12345