Lines Matching refs:timeout
22 /* minimum and maximum watchdog timeout, in seconds */
44 "Watchdog timeout in seconds. (default = "
121 unsigned int timeout)
124 u32 value = WDT_SEC2TICKS(timeout);
130 wdd->timeout = timeout;
141 * If the watchdog is enabled, then the timeout can be updated. Else,
147 wdd->timeout = timeout;
265 wdd->timeout = WDT_DEFAULT_TIMEOUT;
319 dev_info(dev, "initialized (timeout = %d sec, nowayout = %d)\n",
320 wdd->timeout, nowayout);