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);
183 meson_wdt->wdt_dev.timeout = min_t(unsigned int,
189 watchdog_init_timeout(&meson_wdt->wdt_dev, timeout, dev);
200 dev_info(dev, "Watchdog enabled (timeout=%d sec, nowayout=%d)",
201 meson_wdt->wdt_dev.timeout, nowayout);
216 module_param(timeout, uint, 0);
217 MODULE_PARM_DESC(timeout, "Watchdog heartbeat in seconds");