Lines Matching defs:timeout
36 static unsigned int timeout;
37 module_param(timeout, uint, 0);
38 MODULE_PARM_DESC(timeout, "Watchdog heartbeat in seconds="
81 unsigned int timeout)
84 unsigned long tcnt = timeout * 1000;
89 wdt_dev->timeout = timeout;
189 data->wdt_dev.timeout = DEFAULT_TIMEOUT;
190 watchdog_init_timeout(&data->wdt_dev, timeout, dev);
198 /* Watchdog is running - keep it running but extend timeout
214 meson_gxbb_wdt_set_timeout(&data->wdt_dev, data->wdt_dev.timeout);