Lines Matching full:timeout
36 * TS-4800 supports the following timeout values:
45 * Keep the regmap/timeout map ordered by timeout
48 const int timeout; member
79 unsigned int timeout) in ts4800_wdt_set_timeout() argument
85 if (ts4800_wdt_map[i].timeout >= timeout) in ts4800_wdt_set_timeout()
89 wdd->timeout = ts4800_wdt_map[i].timeout; in ts4800_wdt_set_timeout()
151 wdd->min_timeout = ts4800_wdt_map[0].timeout; in ts4800_wdt_probe()
152 wdd->max_timeout = ts4800_wdt_map[MAX_TIMEOUT_INDEX].timeout; in ts4800_wdt_probe()
160 * must be called to initialize timeout and feed_val with valid values. in ts4800_wdt_probe()
161 * Default to maximum timeout if none, or an invalid one, is provided in in ts4800_wdt_probe()
164 if (!wdd->timeout) in ts4800_wdt_probe()
165 wdd->timeout = wdd->max_timeout; in ts4800_wdt_probe()
166 ts4800_wdt_set_timeout(wdd, wdd->timeout); in ts4800_wdt_probe()
180 dev_info(dev, "initialized (timeout = %d sec, nowayout = %d)\n", in ts4800_wdt_probe()
181 wdd->timeout, nowayout); in ts4800_wdt_probe()