Home
last modified time | relevance | path

Searched refs:wdt_stop (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.10/drivers/watchdog/
Dsbc60xxwdt.c70 static int wdt_stop = 0x45; variable
71 module_param(wdt_stop, int, 0);
72 MODULE_PARM_DESC(wdt_stop, "SBC60xx WDT 'stop' io port (default 0x45)");
150 inb_p(wdt_stop); in wdt_turnoff()
321 if ((wdt_stop != 0x45) && (wdt_stop != wdt_start)) in sbc60xxwdt_unload()
322 release_region(wdt_stop, 1); in sbc60xxwdt_unload()
343 if (wdt_stop != 0x45 && wdt_stop != wdt_start) { in sbc60xxwdt_init()
344 if (!request_region(wdt_stop, 1, "SBC 60XX WDT")) { in sbc60xxwdt_init()
345 pr_err("I/O address 0x%04x already in use\n", wdt_stop); in sbc60xxwdt_init()
371 if (wdt_stop != 0x45 && wdt_stop != wdt_start) in sbc60xxwdt_init()
[all …]
Dacquirewdt.c82 static int wdt_stop = 0x43; variable
83 module_param(wdt_stop, int, 0);
84 MODULE_PARM_DESC(wdt_stop, "Acquire WDT 'stop' io port (default 0x43)");
110 inb_p(wdt_stop); in acq_stop()
243 if (wdt_stop != wdt_start) { in acq_probe()
244 if (!request_region(wdt_stop, 1, WATCHDOG_NAME)) { in acq_probe()
245 pr_err("I/O address 0x%04x already in use\n", wdt_stop); in acq_probe()
268 if (wdt_stop != wdt_start) in acq_probe()
269 release_region(wdt_stop, 1); in acq_probe()
278 if (wdt_stop != wdt_start) in acq_remove()
[all …]
Dadvantechwdt.c62 static int wdt_stop = 0x443; variable
63 module_param(wdt_stop, int, 0);
64 MODULE_PARM_DESC(wdt_stop, "Advantech WDT 'stop' io port (default 0x443)");
94 inb_p(wdt_stop); in advwdt_disable()
242 if (wdt_stop != wdt_start) { in advwdt_probe()
243 if (!request_region(wdt_stop, 1, WATCHDOG_NAME)) { in advwdt_probe()
245 wdt_stop); in advwdt_probe()
277 if (wdt_stop != wdt_start) in advwdt_probe()
278 release_region(wdt_stop, 1); in advwdt_probe()
286 if (wdt_stop != wdt_start) in advwdt_remove()
[all …]
Dwafer5823wdt.c57 static int wdt_stop = 0x843; variable
76 inb_p(wdt_stop); in wafwdt_ping()
91 inb_p(wdt_stop); in wafwdt_stop()
265 if (wdt_stop != wdt_start) { in wafwdt_init()
266 if (!request_region(wdt_stop, 1, "Wafer 5823 WDT")) { in wafwdt_init()
267 pr_err("I/O address 0x%04x already in use\n", wdt_stop); in wafwdt_init()
301 if (wdt_stop != wdt_start) in wafwdt_init()
302 release_region(wdt_stop, 1); in wafwdt_init()
311 if (wdt_stop != wdt_start) in wafwdt_exit()
312 release_region(wdt_stop, 1); in wafwdt_exit()
Dstmp3xxx_rtc_wdt.c36 static int wdt_stop(struct watchdog_device *wdd) in wdt_stop() function
59 .stop = wdt_stop,
79 wdt_stop(&stmp3xxx_wdd); in wdt_notify_sys()
123 return wdt_stop(wdd); in stmp3xxx_wdt_suspend()
Dw83977f_wdt.c137 static int wdt_stop(void) in wdt_stop() function
306 wdt_stop(); in wdt_release()
402 wdt_stop(); in wdt_ioctl()
440 wdt_stop(); in wdt_notify_sys()
514 wdt_stop(); in w83977f_wdt_exit()
Dintel-mid_wdt.c89 static int wdt_stop(struct watchdog_device *wd) in wdt_stop() function
117 .stop = wdt_stop,
Dwdt.c142 static int wdt_stop(void) in wdt_stop() function
438 wdt_stop(); in wdt_release()
512 wdt_stop(); in wdt_notify_sys()
Dvia_wdt.c119 static int wdt_stop(struct watchdog_device *wdd) in wdt_stop() function
146 .stop = wdt_stop,
Ddiag288_wdt.c151 static int wdt_stop(struct watchdog_device *dev) in wdt_stop() function
209 .stop = wdt_stop,
Dit87_wdt.c214 static int wdt_stop(struct watchdog_device *wdd) in wdt_stop() function
253 .stop = wdt_stop,
Dw83627hf_wdt.c276 static int wdt_stop(struct watchdog_device *wdog) in wdt_stop() function
316 .stop = wdt_stop,
/Linux-v5.10/Documentation/watchdog/
Dwatchdog-parameters.rst28 wdt_stop:
39 wdt_stop:
471 wdt_stop: