Searched refs:wdt_start (Results 1 – 12 of 12) sorted by relevance
/drivers/watchdog/ |
D | wafer5823wdt.c | 62 static int wdt_start = 0x443; variable 81 inb_p(wdt_start); in wafwdt_ping() 88 outb_p(timeout, wdt_start); in wafwdt_start() 89 inb_p(wdt_start); in wafwdt_start() 268 if (wdt_stop != wdt_start) { in wafwdt_init() 276 if (!request_region(wdt_start, 1, "Wafer 5823 WDT")) { in wafwdt_init() 277 pr_err("I/O address 0x%04x already in use\n", wdt_start); in wafwdt_init() 302 release_region(wdt_start, 1); in wafwdt_init() 304 if (wdt_stop != wdt_start) in wafwdt_init() 314 if (wdt_stop != wdt_start) in wafwdt_exit() [all …]
|
D | acquirewdt.c | 91 static int wdt_start = 0x443; variable 92 module_param(wdt_start, int, 0); 93 MODULE_PARM_DESC(wdt_start, "Acquire WDT 'start' io port (default 0x443)"); 108 inb_p(wdt_start); in acq_keepalive() 246 if (wdt_stop != wdt_start) { in acq_probe() 254 if (!request_region(wdt_start, 1, WATCHDOG_NAME)) { in acq_probe() 255 pr_err("I/O address 0x%04x already in use\n", wdt_start); in acq_probe() 269 release_region(wdt_start, 1); in acq_probe() 271 if (wdt_stop != wdt_start) in acq_probe() 280 release_region(wdt_start, 1); in acq_remove() [all …]
|
D | advantechwdt.c | 70 static int wdt_start = 0x443; variable 71 module_param(wdt_start, int, 0); 72 MODULE_PARM_DESC(wdt_start, "Advantech WDT 'start' io port (default 0x443)"); 93 outb_p(timeout, wdt_start); in advwdt_ping() 245 if (wdt_stop != wdt_start) { in advwdt_probe() 254 if (!request_region(wdt_start, 1, WATCHDOG_NAME)) { in advwdt_probe() 255 pr_err("I/O address 0x%04x already in use\n", wdt_start); in advwdt_probe() 278 release_region(wdt_start, 1); in advwdt_probe() 280 if (wdt_stop != wdt_start) in advwdt_probe() 288 release_region(wdt_start, 1); in advwdt_remove() [all …]
|
D | sbc60xxwdt.c | 80 static int wdt_start = 0x443; variable 81 module_param(wdt_start, int, 0); 82 MODULE_PARM_DESC(wdt_start, "SBC60xx WDT 'start' io port (default 0x443)"); 132 inb_p(wdt_start); in wdt_timer_ping() 326 if ((wdt_stop != 0x45) && (wdt_stop != wdt_start)) in sbc60xxwdt_unload() 328 release_region(wdt_start, 1); in sbc60xxwdt_unload() 341 if (!request_region(wdt_start, 1, "SBC 60XX WDT")) { in sbc60xxwdt_init() 342 pr_err("I/O address 0x%04x already in use\n", wdt_start); in sbc60xxwdt_init() 348 if (wdt_stop != 0x45 && wdt_stop != wdt_start) { in sbc60xxwdt_init() 376 if (wdt_stop != 0x45 && wdt_stop != wdt_start) in sbc60xxwdt_init() [all …]
|
D | stmp3xxx_rtc_wdt.c | 28 static int wdt_start(struct watchdog_device *wdd) in wdt_start() function 49 return wdt_start(wdd); in wdt_set_timeout() 59 .start = wdt_start, 112 return wdt_start(wdd); in stmp3xxx_wdt_resume()
|
D | w83977f_wdt.c | 71 static int wdt_start(void) in wdt_start() function 300 wdt_start(); in wdt_open() 412 wdt_start(); in wdt_ioctl()
|
D | intel-mid_wdt.c | 44 static int wdt_start(struct watchdog_device *wd) in wdt_start() function 109 .start = wdt_start,
|
D | via_wdt.c | 108 static int wdt_start(struct watchdog_device *wdd) in wdt_start() function 145 .start = wdt_start,
|
D | diag288_wdt.c | 106 static int wdt_start(struct watchdog_device *dev) in wdt_start() function 198 .start = wdt_start,
|
D | w83627hf_wdt.c | 253 static int wdt_start(struct watchdog_device *wdog) in wdt_start() function 309 .start = wdt_start,
|
D | it87_wdt.c | 281 static int wdt_start(void) in wdt_start() function 406 ret = wdt_start(); in wdt_open() 551 rc = wdt_start(); in wdt_ioctl()
|
D | wdt.c | 121 static int wdt_start(void) in wdt_start() function 423 wdt_start(); in wdt_open()
|