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