Lines Matching refs:timeout
35 static unsigned int timeout;
87 unsigned int timeout)
94 reg |= MESON_SEC_TO_TC(timeout, meson_wdt->data->count_unit);
99 unsigned int timeout)
101 wdt_dev->timeout = timeout;
103 meson_wdt_change_timeout(wdt_dev, timeout);
126 meson_wdt_change_timeout(wdt_dev, meson_wdt->wdt_dev.timeout);
189 meson_wdt->wdt_dev.timeout = min_t(unsigned int,
195 watchdog_init_timeout(&meson_wdt->wdt_dev, timeout, dev);
206 dev_info(dev, "Watchdog enabled (timeout=%d sec, nowayout=%d)",
207 meson_wdt->wdt_dev.timeout, nowayout);
222 module_param(timeout, uint, 0);
223 MODULE_PARM_DESC(timeout, "Watchdog heartbeat in seconds");