Searched refs:xen_wdt_dev (Results 1 - 1 of 1) sorted by path

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

Completed in 205 milliseconds