Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Drealtek_otto_wdt.c123 static int otto_wdt_determine_timeouts(struct watchdog_device *wdev, unsigned int timeout, in otto_wdt_determine_timeouts() function
171 return otto_wdt_determine_timeouts(wdev, val, min(wdev->pretimeout, val - 1)); in otto_wdt_set_timeout()
176 return otto_wdt_determine_timeouts(wdev, wdev->timeout, val); in otto_wdt_set_pretimeout()
345 ret = otto_wdt_determine_timeouts(&ctrl->wdev, ctrl->wdev.timeout, 1); in otto_wdt_probe()