Searched refs:watchdog_set_timeout (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/watchdog/
H A Dwatchdog_dev.c189 * watchdog_set_timeout: set the watchdog timer timeout
194 static int watchdog_set_timeout(struct watchdog_device *wdd, watchdog_set_timeout() function
379 err = watchdog_set_timeout(wdd, val); watchdog_ioctl()
H A Df71808e_wdt.c218 static int watchdog_set_timeout(int timeout) watchdog_set_timeout() function
594 if (watchdog_set_timeout(new_timeout)) watchdog_ioctl()
662 err = watchdog_set_timeout(timeout); watchdog_init()
/linux-4.4.14/drivers/hwmon/
H A Dsch56xx-common.c270 static int watchdog_set_timeout(struct watchdog_device *wddev, watchdog_set_timeout() function
417 .set_timeout = watchdog_set_timeout,
H A Dfschmd.c713 static int watchdog_set_timeout(struct fschmd_data *data, int timeout) watchdog_set_timeout() function
941 ret = watchdog_set_timeout(data, i); watchdog_ioctl()
1245 watchdog_set_timeout(data, 60); fschmd_probe()
H A Dw83793.c1203 static int watchdog_set_timeout(struct w83793_data *data, int timeout) watchdog_set_timeout() function
1442 ret = watchdog_set_timeout(data, val); watchdog_ioctl()

Completed in 212 milliseconds