Lines Matching defs:timeout
75 static unsigned timeout;
76 module_param(timeout, uint, 0);
77 MODULE_PARM_DESC(timeout, "Watchdog timeout in seconds (default="
141 val |= WDOG_SEC_TO_COUNT(wdog->timeout);
184 wdog->timeout = new_timeout;
222 imx2_wdt_set_timeout(wdog, wdog->timeout);
286 wdog->timeout = IMX2_WDT_DEFAULT_TIME;
313 watchdog_init_timeout(wdog, timeout, dev);
316 imx2_wdt_set_timeout(wdog, wdog->timeout);
337 * We are running, configure max timeout before reboot
355 * Don't update wdog->timeout, we'll restore the current value
387 imx2_wdt_set_timeout(wdog, wdog->timeout);