Searched refs:wdt_stop (Results 1 - 12 of 12) sorted by relevance

/drivers/watchdog/
H A Dacquirewdt.c86 static int wdt_stop = 0x43; variable
87 module_param(wdt_stop, int, 0);
88 MODULE_PARM_DESC(wdt_stop, "Acquire WDT 'stop' io port (default 0x43)");
114 inb_p(wdt_stop);
246 if (wdt_stop != wdt_start) {
247 if (!request_region(wdt_stop, 1, WATCHDOG_NAME)) {
248 pr_err("I/O address 0x%04x already in use\n", wdt_stop);
271 if (wdt_stop != wdt_start)
272 release_region(wdt_stop, 1);
281 if (wdt_stop !
[all...]
H A Dwafer5823wdt.c61 static int wdt_stop = 0x843; variable
80 inb_p(wdt_stop);
95 inb_p(wdt_stop);
268 if (wdt_stop != wdt_start) {
269 if (!request_region(wdt_stop, 1, "Wafer 5823 WDT")) {
270 pr_err("I/O address 0x%04x already in use\n", wdt_stop);
304 if (wdt_stop != wdt_start)
305 release_region(wdt_stop, 1);
314 if (wdt_stop != wdt_start)
315 release_region(wdt_stop,
[all...]
H A Dsbc60xxwdt.c37 * made wdt_stop and wdt_start module params
76 static int wdt_stop = 0x45; variable
77 module_param(wdt_stop, int, 0);
78 MODULE_PARM_DESC(wdt_stop, "SBC60xx WDT 'stop' io port (default 0x45)");
156 inb_p(wdt_stop);
326 if ((wdt_stop != 0x45) && (wdt_stop != wdt_start))
327 release_region(wdt_stop, 1);
348 if (wdt_stop != 0x45 && wdt_stop !
[all...]
H A Dadvantechwdt.c28 * add wdt_start and wdt_stop as parameters.
59 * to I/O port wdt_start. To disable, read I/O port wdt_stop.
62 * the manual says wdt_stop is 0x43, not 0x443).
66 static int wdt_stop = 0x443; variable
67 module_param(wdt_stop, int, 0);
68 MODULE_PARM_DESC(wdt_stop, "Advantech WDT 'stop' io port (default 0x443)");
98 inb_p(wdt_stop);
245 if (wdt_stop != wdt_start) {
246 if (!request_region(wdt_stop, 1, WATCHDOG_NAME)) {
248 wdt_stop);
[all...]
H A Dstmp3xxx_rtc_wdt.c37 static int wdt_stop(struct watchdog_device *wdd) function
60 .stop = wdt_stop,
102 return wdt_stop(wdd);
H A Dw83977f_wdt.c142 static int wdt_stop(void) function
311 wdt_stop();
407 wdt_stop();
445 wdt_stop();
518 wdt_stop();
H A Dintel-mid_wdt.c81 static int wdt_stop(struct watchdog_device *wd) function
110 .stop = wdt_stop,
H A Dwdt.c141 * wdt_stop:
146 static int wdt_stop(void) function
442 wdt_stop();
516 wdt_stop();
H A Ddiag288_wdt.c143 static int wdt_stop(struct watchdog_device *dev) function
199 .stop = wdt_stop,
H A Dvia_wdt.c119 static int wdt_stop(struct watchdog_device *wdd) function
146 .stop = wdt_stop,
H A Dit87_wdt.c299 static int wdt_stop(void) function
434 int ret = wdt_stop();
542 rc = wdt_stop();
581 wdt_stop();
H A Dw83627hf_wdt.c258 static int wdt_stop(struct watchdog_device *wdog) function
310 .stop = wdt_stop,

Completed in 98 milliseconds