Searched refs:xen_wdt_dev (Results 1 – 1 of 1) sorted by relevance
117 static struct watchdog_device xen_wdt_dev = { variable138 if (watchdog_init_timeout(&xen_wdt_dev, timeout, NULL)) in xen_wdt_probe()140 xen_wdt_dev.timeout); in xen_wdt_probe()141 watchdog_set_nowayout(&xen_wdt_dev, nowayout); in xen_wdt_probe()142 watchdog_stop_on_reboot(&xen_wdt_dev); in xen_wdt_probe()143 watchdog_stop_on_unregister(&xen_wdt_dev); in xen_wdt_probe()145 ret = devm_watchdog_register_device(&pdev->dev, &xen_wdt_dev); in xen_wdt_probe()153 xen_wdt_dev.timeout, nowayout); in xen_wdt_probe()161 int rc = xen_wdt_stop(&xen_wdt_dev); in xen_wdt_suspend()172 return xen_wdt_start(&xen_wdt_dev); in xen_wdt_resume()