Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A 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()
320 if ((wdt_stop != 0x45) && (wdt_stop != wdt_start)) in sbc60xxwdt_unload()
321 release_region(wdt_stop, 1); in sbc60xxwdt_unload()
342 if (wdt_stop != 0x45 && wdt_stop != wdt_start) { in sbc60xxwdt_init()
343 if (!request_region(wdt_stop, 1, "SBC 60XX WDT")) { in sbc60xxwdt_init()
344 pr_err("I/O address 0x%04x already in use\n", wdt_stop); in sbc60xxwdt_init()
370 if (wdt_stop != 0x45 && wdt_stop != wdt_start) in sbc60xxwdt_init()
[all …]
H A 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()
242 if (wdt_stop != wdt_start) { in acq_probe()
243 if (!request_region(wdt_stop, 1, WATCHDOG_NAME)) { in acq_probe()
244 pr_err("I/O address 0x%04x already in use\n", wdt_stop); in acq_probe()
267 if (wdt_stop != wdt_start) in acq_probe()
268 release_region(wdt_stop, 1); in acq_probe()
277 if (wdt_stop != wdt_start) in acq_remove()
[all …]
H A 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()
241 if (wdt_stop != wdt_start) { in advwdt_probe()
242 if (!request_region(wdt_stop, 1, WATCHDOG_NAME)) { in advwdt_probe()
244 wdt_stop); in advwdt_probe()
276 if (wdt_stop != wdt_start) in advwdt_probe()
277 release_region(wdt_stop, 1); in advwdt_probe()
285 if (wdt_stop != wdt_start) in advwdt_remove()
[all …]
H A Dwafer5823wdt.c57 static int wdt_stop = 0x843; variable
76 inb_p(wdt_stop); in wafwdt_ping()
91 inb_p(wdt_stop); in wafwdt_stop()
264 if (wdt_stop != wdt_start) { in wafwdt_init()
265 if (!request_region(wdt_stop, 1, "Wafer 5823 WDT")) { in wafwdt_init()
266 pr_err("I/O address 0x%04x already in use\n", wdt_stop); in wafwdt_init()
300 if (wdt_stop != wdt_start) in wafwdt_init()
301 release_region(wdt_stop, 1); in wafwdt_init()
310 if (wdt_stop != wdt_start) in wafwdt_exit()
311 release_region(wdt_stop, 1); in wafwdt_exit()
H A 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()
122 return wdt_stop(wdd); in stmp3xxx_wdt_suspend()
H A 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()
513 wdt_stop(); in w83977f_wdt_exit()
H A Ddiag288_wdt.c129 static int wdt_stop(struct watchdog_device *dev) in wdt_stop() function
168 .stop = wdt_stop,
H A Dintel-mid_wdt.c93 static int wdt_stop(struct watchdog_device *wd) in wdt_stop() function
121 .stop = wdt_stop,
H A Dwdt.c142 static int wdt_stop(void) in wdt_stop() function
438 wdt_stop(); in wdt_release()
512 wdt_stop(); in wdt_notify_sys()
H A Dvia_wdt.c119 static int wdt_stop(struct watchdog_device *wdd) in wdt_stop() function
146 .stop = wdt_stop,
H A Dlenovo_se10_wdt.c115 static int wdt_stop(struct watchdog_device *wdog) in wdt_stop() function
150 .stop = wdt_stop,
H A Dit87_wdt.c218 static int wdt_stop(struct watchdog_device *wdd) in wdt_stop() function
276 .stop = wdt_stop,
H A Dw83627hf_wdt.c284 static int wdt_stop(struct watchdog_device *wdog) in wdt_stop() function
324 .stop = wdt_stop,
/linux/Documentation/watchdog/
H A Dwatchdog-parameters.rst28 wdt_stop:
39 wdt_stop:
473 wdt_stop: