Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/watchdog/
Dxen_wdt.c66 static int xen_wdt_stop(struct watchdog_device *wdd) in xen_wdt_stop() function
108 .stop = xen_wdt_stop,
153 int rc = xen_wdt_stop(&xen_wdt_dev); in xen_wdt_suspend()