Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hwmon/
Dsch56xx-common.c250 static int watchdog_set_timeout(struct watchdog_device *wddev, in watchdog_set_timeout() function
383 .set_timeout = watchdog_set_timeout,
Dfschmd.c696 static int watchdog_set_timeout(struct fschmd_data *data, int timeout) in watchdog_set_timeout() function
924 ret = watchdog_set_timeout(data, i); in watchdog_ioctl()
1228 watchdog_set_timeout(data, 60); in fschmd_probe()
Dw83793.c1188 static int watchdog_set_timeout(struct w83793_data *data, int timeout) in watchdog_set_timeout() function
1427 ret = watchdog_set_timeout(data, val); in watchdog_ioctl()
/linux-5.19.10/drivers/watchdog/
Dwatchdog_dev.c359 static int watchdog_set_timeout(struct watchdog_device *wdd, in watchdog_set_timeout() function
779 err = watchdog_set_timeout(wdd, val); in watchdog_ioctl()