Searched refs:wdt_stop (Results 1 – 8 of 8) sorted by relevance
/drivers/watchdog/ |
D | sbc60xxwdt.c | 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); in wdt_turnoff() 326 if ((wdt_stop != 0x45) && (wdt_stop != wdt_start)) in sbc60xxwdt_unload() 327 release_region(wdt_stop, 1); in sbc60xxwdt_unload() 348 if (wdt_stop != 0x45 && wdt_stop != wdt_start) { in sbc60xxwdt_init() 349 if (!request_region(wdt_stop, 1, "SBC 60XX WDT")) { in sbc60xxwdt_init() 350 pr_err("I/O address 0x%04x already in use\n", wdt_stop); in sbc60xxwdt_init() 376 if (wdt_stop != 0x45 && wdt_stop != wdt_start) in sbc60xxwdt_init() [all …]
|
D | acquirewdt.c | 87 static int wdt_stop = 0x43; variable 88 module_param(wdt_stop, int, 0); 89 MODULE_PARM_DESC(wdt_stop, "Acquire WDT 'stop' io port (default 0x43)"); 115 inb_p(wdt_stop); in acq_stop() 247 if (wdt_stop != wdt_start) { in acq_probe() 248 if (!request_region(wdt_stop, 1, WATCHDOG_NAME)) { in acq_probe() 249 pr_err("I/O address 0x%04x already in use\n", wdt_stop); in acq_probe() 272 if (wdt_stop != wdt_start) in acq_probe() 273 release_region(wdt_stop, 1); in acq_probe() 282 if (wdt_stop != wdt_start) in acq_remove() [all …]
|
D | advantechwdt.c | 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); in advwdt_disable() 245 if (wdt_stop != wdt_start) { in advwdt_probe() 246 if (!request_region(wdt_stop, 1, WATCHDOG_NAME)) { in advwdt_probe() 248 wdt_stop); in advwdt_probe() 280 if (wdt_stop != wdt_start) in advwdt_probe() 281 release_region(wdt_stop, 1); in advwdt_probe() 289 if (wdt_stop != wdt_start) in advwdt_remove() [all …]
|
D | wafer5823wdt.c | 61 static int wdt_stop = 0x843; variable 80 inb_p(wdt_stop); in wafwdt_ping() 95 inb_p(wdt_stop); in wafwdt_stop() 268 if (wdt_stop != wdt_start) { in wafwdt_init() 269 if (!request_region(wdt_stop, 1, "Wafer 5823 WDT")) { in wafwdt_init() 270 pr_err("I/O address 0x%04x already in use\n", wdt_stop); in wafwdt_init() 304 if (wdt_stop != wdt_start) in wafwdt_init() 305 release_region(wdt_stop, 1); in wafwdt_init() 314 if (wdt_stop != wdt_start) in wafwdt_exit() 315 release_region(wdt_stop, 1); in wafwdt_exit()
|
D | w83977f_wdt.c | 142 static int wdt_stop(void) in wdt_stop() function 311 wdt_stop(); in wdt_release() 407 wdt_stop(); in wdt_ioctl() 445 wdt_stop(); in wdt_notify_sys() 518 wdt_stop(); in w83977f_wdt_exit()
|
D | wdt.c | 146 static int wdt_stop(void) in wdt_stop() function 442 wdt_stop(); in wdt_release() 516 wdt_stop(); in wdt_notify_sys()
|
D | it87_wdt.c | 283 static int wdt_stop(void) in wdt_stop() function 418 int ret = wdt_stop(); in wdt_release() 526 rc = wdt_stop(); in wdt_ioctl() 565 wdt_stop(); in wdt_notify_sys()
|
D | via_wdt.c | 119 static int wdt_stop(struct watchdog_device *wdd) in wdt_stop() function 146 .stop = wdt_stop,
|