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

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

Completed in 544 milliseconds