Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/watchdog/
Dxen_wdt.c70 static int xen_wdt_stop(struct watchdog_device *wdd) in xen_wdt_stop() function
112 .stop = xen_wdt_stop,
161 int rc = xen_wdt_stop(&xen_wdt_dev); in xen_wdt_suspend()