Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
A Dacquirewdt.c87 static int wdt_start = 0x443; variable
88 module_param(wdt_start, int, 0);
89 MODULE_PARM_DESC(wdt_start, "Acquire WDT 'start' io port (default 0x443)");
104 inb_p(wdt_start); in acq_keepalive()
243 if (wdt_stop != wdt_start) { in acq_probe()
251 if (!request_region(wdt_start, 1, WATCHDOG_NAME)) { in acq_probe()
252 pr_err("I/O address 0x%04x already in use\n", wdt_start); in acq_probe()
266 release_region(wdt_start, 1); in acq_probe()
268 if (wdt_stop != wdt_start) in acq_probe()
277 release_region(wdt_start, 1); in acq_remove()
[all …]
A Dadvantechwdt.c66 static int wdt_start = 0x443; variable
67 module_param(wdt_start, int, 0);
68 MODULE_PARM_DESC(wdt_start, "Advantech WDT 'start' io port (default 0x443)");
89 outb_p(timeout, wdt_start); in advwdt_ping()
242 if (wdt_stop != wdt_start) { in advwdt_probe()
251 if (!request_region(wdt_start, 1, WATCHDOG_NAME)) { in advwdt_probe()
252 pr_err("I/O address 0x%04x already in use\n", wdt_start); in advwdt_probe()
275 release_region(wdt_start, 1); in advwdt_probe()
277 if (wdt_stop != wdt_start) in advwdt_probe()
285 release_region(wdt_start, 1); in advwdt_remove()
[all …]
A Dwafer5823wdt.c58 static int wdt_start = 0x443; variable
77 inb_p(wdt_start); in wafwdt_ping()
84 outb_p(timeout, wdt_start); in wafwdt_start()
85 inb_p(wdt_start); in wafwdt_start()
265 if (wdt_stop != wdt_start) { in wafwdt_init()
273 if (!request_region(wdt_start, 1, "Wafer 5823 WDT")) { in wafwdt_init()
274 pr_err("I/O address 0x%04x already in use\n", wdt_start); in wafwdt_init()
299 release_region(wdt_start, 1); in wafwdt_init()
301 if (wdt_stop != wdt_start) in wafwdt_init()
311 if (wdt_stop != wdt_start) in wafwdt_exit()
[all …]
A Dsbc60xxwdt.c74 static int wdt_start = 0x443; variable
75 module_param(wdt_start, int, 0);
76 MODULE_PARM_DESC(wdt_start, "SBC60xx WDT 'start' io port (default 0x443)");
126 inb_p(wdt_start); in wdt_timer_ping()
321 if ((wdt_stop != 0x45) && (wdt_stop != wdt_start)) in sbc60xxwdt_unload()
323 release_region(wdt_start, 1); in sbc60xxwdt_unload()
336 if (!request_region(wdt_start, 1, "SBC 60XX WDT")) { in sbc60xxwdt_init()
337 pr_err("I/O address 0x%04x already in use\n", wdt_start); in sbc60xxwdt_init()
343 if (wdt_stop != 0x45 && wdt_stop != wdt_start) { in sbc60xxwdt_init()
371 if (wdt_stop != 0x45 && wdt_stop != wdt_start) in sbc60xxwdt_init()
[all …]
A Dstmp3xxx_rtc_wdt.c27 static int wdt_start(struct watchdog_device *wdd) in wdt_start() function
48 return wdt_start(wdd); in wdt_set_timeout()
58 .start = wdt_start,
133 return wdt_start(wdd); in stmp3xxx_wdt_resume()
A Dintel-mid_wdt.c51 static int wdt_start(struct watchdog_device *wd) in wdt_start() function
116 .start = wdt_start,
178 ret = wdt_start(wdt_dev); in mid_wdt_probe()
A Dw83977f_wdt.c66 static int wdt_start(void) in wdt_start() function
295 wdt_start(); in wdt_open()
407 wdt_start(); in wdt_ioctl()
A Dvia_wdt.c108 static int wdt_start(struct watchdog_device *wdd) in wdt_start() function
145 .start = wdt_start,
A Dit87_wdt.c201 static int wdt_start(struct watchdog_device *wdd) in wdt_start() function
244 .start = wdt_start,
A Ddiag288_wdt.c111 static int wdt_start(struct watchdog_device *dev) in wdt_start() function
204 .start = wdt_start,
A Dw83627hf_wdt.c271 static int wdt_start(struct watchdog_device *wdog) in wdt_start() function
315 .start = wdt_start,
A Dwdt.c117 static int wdt_start(void) in wdt_start() function
419 wdt_start(); in wdt_open()
/linux/Documentation/watchdog/
A Dwatchdog-parameters.rst30 wdt_start:
41 wdt_start:
473 wdt_start:

Completed in 23 milliseconds