Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/watchdog/
Df71808e_wdt.c436 static int watchdog_stop(void) in watchdog_stop() function
523 watchdog_stop(); in watchdog_release()
611 watchdog_stop(); in watchdog_ioctl()
644 watchdog_stop(); in watchdog_notify_sys()
864 watchdog_stop(); in f71808e_exit()
Dwatchdog_dev.c305 static int watchdog_stop(struct watchdog_device *wdd) in watchdog_stop() function
752 err = watchdog_stop(wdd); in watchdog_ioctl()
924 err = watchdog_stop(wdd); in watchdog_release()
1089 watchdog_stop(wdd); in watchdog_cdev_unregister()
/Linux-v5.10/drivers/hwmon/
Dsch56xx-common.c355 static int watchdog_stop(struct watchdog_device *wddev) in watchdog_stop() function
376 .stop = watchdog_stop,
Dfschmd.c771 static int watchdog_stop(struct fschmd_data *data) in watchdog_stop() function
834 watchdog_stop(data); in watchdog_release()
936 ret = watchdog_stop(data); in watchdog_ioctl()
1263 watchdog_stop(data); in fschmd_remove()