Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/watchdog/
Df71808e_wdt.c452 static int watchdog_stop(void) in watchdog_stop() function
539 watchdog_stop(); in watchdog_release()
627 watchdog_stop(); in watchdog_ioctl()
660 watchdog_stop(); in watchdog_notify_sys()
865 watchdog_stop(); in f71808e_exit()
Dwatchdog_dev.c287 static int watchdog_stop(struct watchdog_device *wdd) in watchdog_stop() function
715 err = watchdog_stop(wdd); in watchdog_ioctl()
878 err = watchdog_stop(wdd); in watchdog_release()
1029 watchdog_stop(wdd); in watchdog_cdev_unregister()
/Linux-v4.19/drivers/hwmon/
Dsch56xx-common.c368 static int watchdog_stop(struct watchdog_device *wddev) in watchdog_stop() function
389 .stop = watchdog_stop,
Dfschmd.c788 static int watchdog_stop(struct fschmd_data *data) in watchdog_stop() function
851 watchdog_stop(data); in watchdog_release()
953 ret = watchdog_stop(data); in watchdog_ioctl()
1280 watchdog_stop(data); in fschmd_remove()