Lines Matching refs:timeout
21 /* minimum and maximum watchdog timeout, in seconds */
43 "Watchdog timeout in seconds. (default = "
120 unsigned int timeout)
123 u32 value = WDT_SEC2TICKS(timeout);
129 wdd->timeout = timeout;
140 * If the watchdog is enabled, then the timeout can be updated. Else,
146 wdd->timeout = timeout;
265 wdd->timeout = WDT_DEFAULT_TIMEOUT;
327 dev_info(dev, "initialized (timeout = %d sec, nowayout = %d)\n",
328 wdd->timeout, nowayout);