Searched refs:wdt_start (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/watchdog/ |
A D | acquirewdt.c | 87 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 D | advantechwdt.c | 66 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 D | wafer5823wdt.c | 58 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 D | sbc60xxwdt.c | 74 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 D | stmp3xxx_rtc_wdt.c | 27 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 D | intel-mid_wdt.c | 51 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 D | w83977f_wdt.c | 66 static int wdt_start(void) in wdt_start() function 295 wdt_start(); in wdt_open() 407 wdt_start(); in wdt_ioctl()
|
A D | via_wdt.c | 108 static int wdt_start(struct watchdog_device *wdd) in wdt_start() function 145 .start = wdt_start,
|
A D | it87_wdt.c | 201 static int wdt_start(struct watchdog_device *wdd) in wdt_start() function 244 .start = wdt_start,
|
A D | diag288_wdt.c | 111 static int wdt_start(struct watchdog_device *dev) in wdt_start() function 204 .start = wdt_start,
|
A D | w83627hf_wdt.c | 271 static int wdt_start(struct watchdog_device *wdog) in wdt_start() function 315 .start = wdt_start,
|
A D | wdt.c | 117 static int wdt_start(void) in wdt_start() function 419 wdt_start(); in wdt_open()
|
/linux/Documentation/watchdog/ |
A D | watchdog-parameters.rst | 30 wdt_start: 41 wdt_start: 473 wdt_start:
|
Completed in 23 milliseconds