Lines Matching refs:timeout
32 static unsigned int timeout;
69 static int smcwd_set_timeout(struct watchdog_device *wdd, unsigned int timeout)
73 res = smcwd_call(wdd, SMCWD_SET_TIMEOUT, timeout, NULL);
75 wdd->timeout = timeout;
138 wdd->timeout = res.a2;
146 watchdog_init_timeout(wdd, timeout, &pdev->dev);
147 err = smcwd_set_timeout(wdd, wdd->timeout);
156 "Watchdog registered (timeout=%d sec, nowayout=%d)\n",
157 wdd->timeout, nowayout);
178 module_param(timeout, uint, 0);
179 MODULE_PARM_DESC(timeout, "Watchdog heartbeat in seconds");