Lines Matching full:timeout
38 * TS-4800 supports the following timeout values:
47 * Keep the regmap/timeout map ordered by timeout
50 const int timeout; member
81 unsigned int timeout) in ts4800_wdt_set_timeout() argument
87 if (ts4800_wdt_map[i].timeout >= timeout) in ts4800_wdt_set_timeout()
91 wdd->timeout = ts4800_wdt_map[i].timeout; in ts4800_wdt_set_timeout()
150 wdd->min_timeout = ts4800_wdt_map[0].timeout; in ts4800_wdt_probe()
151 wdd->max_timeout = ts4800_wdt_map[MAX_TIMEOUT_INDEX].timeout; in ts4800_wdt_probe()
159 * must be called to initialize timeout and feed_val with valid values. in ts4800_wdt_probe()
160 * Default to maximum timeout if none, or an invalid one, is provided in in ts4800_wdt_probe()
163 if (!wdd->timeout) in ts4800_wdt_probe()
164 wdd->timeout = wdd->max_timeout; in ts4800_wdt_probe()
165 ts4800_wdt_set_timeout(wdd, wdd->timeout); in ts4800_wdt_probe()
179 dev_info(dev, "initialized (timeout = %d sec, nowayout = %d)\n", in ts4800_wdt_probe()
180 wdd->timeout, nowayout); in ts4800_wdt_probe()