wdt_stop           82 drivers/watchdog/acquirewdt.c static int wdt_stop = 0x43;
wdt_stop           83 drivers/watchdog/acquirewdt.c module_param(wdt_stop, int, 0);
wdt_stop           84 drivers/watchdog/acquirewdt.c MODULE_PARM_DESC(wdt_stop, "Acquire WDT 'stop' io port (default 0x43)");
wdt_stop          110 drivers/watchdog/acquirewdt.c 	inb_p(wdt_stop);
wdt_stop          242 drivers/watchdog/acquirewdt.c 	if (wdt_stop != wdt_start) {
wdt_stop          243 drivers/watchdog/acquirewdt.c 		if (!request_region(wdt_stop, 1, WATCHDOG_NAME)) {
wdt_stop          244 drivers/watchdog/acquirewdt.c 			pr_err("I/O address 0x%04x already in use\n", wdt_stop);
wdt_stop          267 drivers/watchdog/acquirewdt.c 	if (wdt_stop != wdt_start)
wdt_stop          268 drivers/watchdog/acquirewdt.c 		release_region(wdt_stop, 1);
wdt_stop          277 drivers/watchdog/acquirewdt.c 	if (wdt_stop != wdt_start)
wdt_stop          278 drivers/watchdog/acquirewdt.c 		release_region(wdt_stop, 1);
wdt_stop           62 drivers/watchdog/advantechwdt.c static int wdt_stop = 0x443;
wdt_stop           63 drivers/watchdog/advantechwdt.c module_param(wdt_stop, int, 0);
wdt_stop           64 drivers/watchdog/advantechwdt.c MODULE_PARM_DESC(wdt_stop, "Advantech WDT 'stop' io port (default 0x443)");
wdt_stop           94 drivers/watchdog/advantechwdt.c 	inb_p(wdt_stop);
wdt_stop          241 drivers/watchdog/advantechwdt.c 	if (wdt_stop != wdt_start) {
wdt_stop          242 drivers/watchdog/advantechwdt.c 		if (!request_region(wdt_stop, 1, WATCHDOG_NAME)) {
wdt_stop          244 drivers/watchdog/advantechwdt.c 			       wdt_stop);
wdt_stop          276 drivers/watchdog/advantechwdt.c 	if (wdt_stop != wdt_start)
wdt_stop          277 drivers/watchdog/advantechwdt.c 		release_region(wdt_stop, 1);
wdt_stop          285 drivers/watchdog/advantechwdt.c 	if (wdt_stop != wdt_start)
wdt_stop          286 drivers/watchdog/advantechwdt.c 		release_region(wdt_stop, 1);
wdt_stop          209 drivers/watchdog/diag288_wdt.c 	.stop = wdt_stop,
wdt_stop          104 drivers/watchdog/intel-mid_wdt.c 	.stop = wdt_stop,
wdt_stop          250 drivers/watchdog/it87_wdt.c 	.stop = wdt_stop,
wdt_stop           70 drivers/watchdog/sbc60xxwdt.c static int wdt_stop = 0x45;
wdt_stop           71 drivers/watchdog/sbc60xxwdt.c module_param(wdt_stop, int, 0);
wdt_stop           72 drivers/watchdog/sbc60xxwdt.c MODULE_PARM_DESC(wdt_stop, "SBC60xx WDT 'stop' io port (default 0x45)");
wdt_stop          150 drivers/watchdog/sbc60xxwdt.c 	inb_p(wdt_stop);
wdt_stop          320 drivers/watchdog/sbc60xxwdt.c 	if ((wdt_stop != 0x45) && (wdt_stop != wdt_start))
wdt_stop          321 drivers/watchdog/sbc60xxwdt.c 		release_region(wdt_stop, 1);
wdt_stop          342 drivers/watchdog/sbc60xxwdt.c 	if (wdt_stop != 0x45 && wdt_stop != wdt_start) {
wdt_stop          343 drivers/watchdog/sbc60xxwdt.c 		if (!request_region(wdt_stop, 1, "SBC 60XX WDT")) {
wdt_stop          344 drivers/watchdog/sbc60xxwdt.c 			pr_err("I/O address 0x%04x already in use\n", wdt_stop);
wdt_stop          370 drivers/watchdog/sbc60xxwdt.c 	if (wdt_stop != 0x45 && wdt_stop != wdt_start)
wdt_stop          371 drivers/watchdog/sbc60xxwdt.c 		release_region(wdt_stop, 1);
wdt_stop           59 drivers/watchdog/stmp3xxx_rtc_wdt.c 	.stop = wdt_stop,
wdt_stop           79 drivers/watchdog/stmp3xxx_rtc_wdt.c 		wdt_stop(&stmp3xxx_wdd);
wdt_stop          123 drivers/watchdog/stmp3xxx_rtc_wdt.c 		return wdt_stop(wdd);
wdt_stop          146 drivers/watchdog/via_wdt.c 	.stop =		wdt_stop,
wdt_stop          314 drivers/watchdog/w83627hf_wdt.c 	.stop = wdt_stop,
wdt_stop          306 drivers/watchdog/w83977f_wdt.c 		wdt_stop();
wdt_stop          402 drivers/watchdog/w83977f_wdt.c 			wdt_stop();
wdt_stop          440 drivers/watchdog/w83977f_wdt.c 		wdt_stop();
wdt_stop          513 drivers/watchdog/w83977f_wdt.c 	wdt_stop();
wdt_stop           57 drivers/watchdog/wafer5823wdt.c static int wdt_stop = 0x843;
wdt_stop           76 drivers/watchdog/wafer5823wdt.c 	inb_p(wdt_stop);
wdt_stop           91 drivers/watchdog/wafer5823wdt.c 	inb_p(wdt_stop);
wdt_stop          264 drivers/watchdog/wafer5823wdt.c 	if (wdt_stop != wdt_start) {
wdt_stop          265 drivers/watchdog/wafer5823wdt.c 		if (!request_region(wdt_stop, 1, "Wafer 5823 WDT")) {
wdt_stop          266 drivers/watchdog/wafer5823wdt.c 			pr_err("I/O address 0x%04x already in use\n", wdt_stop);
wdt_stop          300 drivers/watchdog/wafer5823wdt.c 	if (wdt_stop != wdt_start)
wdt_stop          301 drivers/watchdog/wafer5823wdt.c 		release_region(wdt_stop, 1);
wdt_stop          310 drivers/watchdog/wafer5823wdt.c 	if (wdt_stop != wdt_start)
wdt_stop          311 drivers/watchdog/wafer5823wdt.c 		release_region(wdt_stop, 1);
wdt_stop          438 drivers/watchdog/wdt.c 		wdt_stop();
wdt_stop          512 drivers/watchdog/wdt.c 		wdt_stop();