Home
last modified time | relevance | path

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

/linux-6.15/include/trace/events/
H A Dwatchdog.h38 DEFINE_EVENT(watchdog_template, watchdog_stop,
/linux-6.15/drivers/watchdog/
H A Dwatchdog_dev.c292 static int watchdog_stop(struct watchdog_device *wdd) in watchdog_stop() function
790 err = watchdog_stop(wdd); in watchdog_ioctl()
964 err = watchdog_stop(wdd); in watchdog_release()
1132 watchdog_stop(wdd); in watchdog_cdev_unregister()
/linux-6.15/drivers/hwmon/
H A Dsch56xx-common.c462 static int watchdog_stop(struct watchdog_device *wddev) in watchdog_stop() function
483 .stop = watchdog_stop,
H A 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()
1262 watchdog_stop(data); in fschmd_remove()
/linux-6.15/tools/testing/selftests/bpf/
H A Dtest_progs.c241 static void watchdog_stop(void) in watchdog_stop() function
1394 watchdog_stop(); in run_one_test()