Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Df71808e_wdt.c406 static int watchdog_stop(void) in watchdog_stop() function
493 watchdog_stop(); in watchdog_release()
580 watchdog_stop(); in watchdog_ioctl()
613 watchdog_stop(); in watchdog_notify_sys()
809 watchdog_stop(); in f71808e_exit()
Dwatchdog_dev.c128 static int watchdog_stop(struct watchdog_device *wdd) in watchdog_stop() function
362 err = watchdog_stop(wdd); in watchdog_ioctl()
479 err = watchdog_stop(wdd); in watchdog_release()
/linux-4.4.14/drivers/hwmon/
Dsch56xx-common.c380 static int watchdog_stop(struct watchdog_device *wddev) in watchdog_stop() function
415 .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()