Searched refs:wdt_stop (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/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 | 86 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); in acq_stop() 246 if (wdt_stop != wdt_start) { in acq_probe() 247 if (!request_region(wdt_stop, 1, WATCHDOG_NAME)) { in acq_probe() 248 pr_err("I/O address 0x%04x already in use\n", wdt_stop); in acq_probe() 271 if (wdt_stop != wdt_start) in acq_probe() 272 release_region(wdt_stop, 1); in acq_probe() 281 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 | stmp3xxx_rtc_wdt.c | 37 static int wdt_stop(struct watchdog_device *wdd) in wdt_stop() function 60 .stop = wdt_stop, 103 return wdt_stop(wdd); in stmp3xxx_wdt_suspend()
|
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 | intel-mid_wdt.c | 81 static int wdt_stop(struct watchdog_device *wd) in wdt_stop() function 110 .stop = wdt_stop,
|
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 | via_wdt.c | 119 static int wdt_stop(struct watchdog_device *wdd) in wdt_stop() function 146 .stop = wdt_stop,
|
D | diag288_wdt.c | 143 static int wdt_stop(struct watchdog_device *dev) in wdt_stop() function 198 .stop = wdt_stop,
|
D | it87_wdt.c | 300 static int wdt_stop(void) in wdt_stop() function 435 int ret = wdt_stop(); in wdt_release() 543 rc = wdt_stop(); in wdt_ioctl() 582 wdt_stop(); in wdt_notify_sys()
|
D | w83627hf_wdt.c | 262 static int wdt_stop(struct watchdog_device *wdog) in wdt_stop() function 314 .stop = wdt_stop,
|
/linux-4.4.14/Documentation/watchdog/ |
D | watchdog-parameters.txt | 14 wdt_stop: Acquire WDT 'stop' io port (default 0x43) 20 wdt_stop: Advantech WDT 'stop' io port (default 0x443) 264 wdt_stop: SBC60xx WDT 'stop' io port (default 0x45)
|