Home
last modified time | relevance | path

Searched refs:orion_wdt_stop (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/watchdog/
H A Dorion_wdt.c89 static int orion_wdt_stop(struct udevice *dev) in orion_wdt_stop() function
153 orion_wdt_stop(dev); in orion_wdt_probe()
161 .stop = orion_wdt_stop,
/openbmc/linux/drivers/watchdog/
H A Dorion_wdt.c331 static int orion_wdt_stop(struct watchdog_device *wdt_dev) in orion_wdt_stop() function
380 .stop = orion_wdt_stop,
603 orion_wdt_stop(&dev->wdt); in orion_wdt_probe()
663 orion_wdt_stop(wdt_dev); in orion_wdt_shutdown()