Home
last modified time | relevance | path

Searched refs:wdt_stop (Results 1 – 22 of 22) sorted by relevance

/openbmc/linux/drivers/watchdog/
H A Dsbc60xxwdt.c70 static int wdt_stop = 0x45; variable
71 module_param(wdt_stop, int, 0);
72 MODULE_PARM_DESC(wdt_stop, "SBC60xx WDT 'stop' io port (default 0x45)");
150 inb_p(wdt_stop); in wdt_turnoff()
321 if ((wdt_stop != 0x45) && (wdt_stop != wdt_start)) in sbc60xxwdt_unload()
322 release_region(wdt_stop, 1); in sbc60xxwdt_unload()
343 if (wdt_stop != 0x45 && wdt_stop != wdt_start) { in sbc60xxwdt_init()
344 if (!request_region(wdt_stop, 1, "SBC 60XX WDT")) { in sbc60xxwdt_init()
345 pr_err("I/O address 0x%04x already in use\n", wdt_stop); in sbc60xxwdt_init()
371 if (wdt_stop != 0x45 && wdt_stop != wdt_start) in sbc60xxwdt_init()
[all …]
H A Dacquirewdt.c82 static int wdt_stop = 0x43; variable
83 module_param(wdt_stop, int, 0);
84 MODULE_PARM_DESC(wdt_stop, "Acquire WDT 'stop' io port (default 0x43)");
110 inb_p(wdt_stop); in acq_stop()
243 if (wdt_stop != wdt_start) { in acq_probe()
244 if (!request_region(wdt_stop, 1, WATCHDOG_NAME)) { in acq_probe()
245 pr_err("I/O address 0x%04x already in use\n", wdt_stop); in acq_probe()
268 if (wdt_stop != wdt_start) in acq_probe()
269 release_region(wdt_stop, 1); in acq_probe()
278 if (wdt_stop != wdt_start) in acq_remove()
[all …]
H A Dadvantechwdt.c62 static int wdt_stop = 0x443; variable
63 module_param(wdt_stop, int, 0);
64 MODULE_PARM_DESC(wdt_stop, "Advantech WDT 'stop' io port (default 0x443)");
94 inb_p(wdt_stop); in advwdt_disable()
242 if (wdt_stop != wdt_start) { in advwdt_probe()
243 if (!request_region(wdt_stop, 1, WATCHDOG_NAME)) { in advwdt_probe()
245 wdt_stop); in advwdt_probe()
277 if (wdt_stop != wdt_start) in advwdt_probe()
278 release_region(wdt_stop, 1); in advwdt_probe()
286 if (wdt_stop != wdt_start) in advwdt_remove()
[all …]
H A Dwafer5823wdt.c57 static int wdt_stop = 0x843; variable
76 inb_p(wdt_stop); in wafwdt_ping()
91 inb_p(wdt_stop); in wafwdt_stop()
265 if (wdt_stop != wdt_start) { in wafwdt_init()
266 if (!request_region(wdt_stop, 1, "Wafer 5823 WDT")) { in wafwdt_init()
267 pr_err("I/O address 0x%04x already in use\n", wdt_stop); in wafwdt_init()
301 if (wdt_stop != wdt_start) in wafwdt_init()
302 release_region(wdt_stop, 1); in wafwdt_init()
311 if (wdt_stop != wdt_start) in wafwdt_exit()
312 release_region(wdt_stop, 1); in wafwdt_exit()
H A Dstmp3xxx_rtc_wdt.c36 static int wdt_stop(struct watchdog_device *wdd) in wdt_stop() function
59 .stop = wdt_stop,
79 wdt_stop(&stmp3xxx_wdd); in wdt_notify_sys()
122 return wdt_stop(wdd); in stmp3xxx_wdt_suspend()
H A Dw83977f_wdt.c137 static int wdt_stop(void) in wdt_stop() function
306 wdt_stop(); in wdt_release()
402 wdt_stop(); in wdt_ioctl()
440 wdt_stop(); in wdt_notify_sys()
514 wdt_stop(); in w83977f_wdt_exit()
H A Dintel-mid_wdt.c89 static int wdt_stop(struct watchdog_device *wd) in wdt_stop() function
117 .stop = wdt_stop,
H A Ddiag288_wdt.c129 static int wdt_stop(struct watchdog_device *dev) in wdt_stop() function
168 .stop = wdt_stop,
H A Dwdt.c142 static int wdt_stop(void) in wdt_stop() function
438 wdt_stop(); in wdt_release()
512 wdt_stop(); in wdt_notify_sys()
H A Dvia_wdt.c119 static int wdt_stop(struct watchdog_device *wdd) in wdt_stop() function
146 .stop = wdt_stop,
H A Dit87_wdt.c206 static int wdt_stop(struct watchdog_device *wdd) in wdt_stop() function
245 .stop = wdt_stop,
H A Dw83627hf_wdt.c284 static int wdt_stop(struct watchdog_device *wdog) in wdt_stop() function
324 .stop = wdt_stop,
/openbmc/u-boot/drivers/watchdog/
H A Ds5p_wdt.c13 void wdt_stop(void) in wdt_stop() function
31 wdt_stop(); in wdt_start()
H A Dwdt-uclass.c23 int wdt_stop(struct udevice *dev) in wdt_stop() function
/openbmc/u-boot/arch/arm/mach-mediatek/
H A Dcpu.c18 wdt_stop(wdt); in arch_misc_init()
/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/
H A Dwatchdog.h37 void wdt_stop(void);
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Dwatchdog.h36 void wdt_stop(void);
/openbmc/u-boot/include/
H A Dwdt.h36 int wdt_stop(struct udevice *dev);
/openbmc/u-boot/test/dm/
H A Dwdt.c35 ut_assertok(wdt_stop(dev)); in dm_test_wdt_base()
/openbmc/linux/Documentation/watchdog/
H A Dwatchdog-parameters.rst28 wdt_stop:
39 wdt_stop:
483 wdt_stop:
/openbmc/u-boot/board/samsung/universal_c210/
H A Duniversal.c208 wdt_stop(); in exynos_early_init_f()
/openbmc/u-boot/board/samsung/trats/
H A Dtrats.c394 wdt_stop(); in exynos_early_init_f()