Lines Matching refs:timeout
49 const struct max63xx_timeout *timeout;
61 * The timeout values used are actually the absolute minimum the chip
63 * (10s setting ends up with a 25s timeout), and can be up to 3 times
69 * I also decided to remove from the tables any timeout smaller than a
132 wdt->set(wdt, wdt->timeout->wdset);
135 if (wdt->timeout->tdelay == 0)
217 wdt->timeout = max63xx_select_timeout(table, heartbeat);
218 if (!wdt->timeout) {
232 wdt->wdd.timeout = wdt->timeout->twd;
243 wdt->timeout->twd, wdt->timeout->tdelay);
283 "Force selection of a timeout setting without initial delay "