Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dxen_wdt.c113 static struct watchdog_device xen_wdt_dev = { variable
135 watchdog_init_timeout(&xen_wdt_dev, timeout, NULL); in xen_wdt_probe()
136 watchdog_set_nowayout(&xen_wdt_dev, nowayout); in xen_wdt_probe()
137 watchdog_stop_on_reboot(&xen_wdt_dev); in xen_wdt_probe()
138 watchdog_stop_on_unregister(&xen_wdt_dev); in xen_wdt_probe()
140 ret = devm_watchdog_register_device(dev, &xen_wdt_dev); in xen_wdt_probe()
145 xen_wdt_dev.timeout, nowayout); in xen_wdt_probe()
153 int rc = xen_wdt_stop(&xen_wdt_dev); in xen_wdt_suspend()
164 return xen_wdt_start(&xen_wdt_dev); in xen_wdt_resume()