Lines Matching refs:timeout
43 static unsigned int timeout = MESON_WDT_TIMEOUT; variable
77 unsigned int timeout) in meson_wdt_change_timeout() argument
84 reg |= MESON_SEC_TO_TC(timeout); in meson_wdt_change_timeout()
89 unsigned int timeout) in meson_wdt_set_timeout() argument
91 wdt_dev->timeout = timeout; in meson_wdt_set_timeout()
93 meson_wdt_change_timeout(wdt_dev, timeout); in meson_wdt_set_timeout()
116 meson_wdt_change_timeout(wdt_dev, meson_wdt->wdt_dev.timeout); in meson_wdt_start()
159 meson_wdt->wdt_dev.timeout = MESON_WDT_TIMEOUT; in meson_wdt_probe()
165 watchdog_init_timeout(&meson_wdt->wdt_dev, timeout, &pdev->dev); in meson_wdt_probe()
184 meson_wdt->wdt_dev.timeout, nowayout); in meson_wdt_probe()
225 module_param(timeout, uint, 0);
226 MODULE_PARM_DESC(timeout, "Watchdog heartbeat in seconds");