Lines Matching refs:timeout
31 * @max_timeout: Largest possible watchdog timeout setting
32 * @min_timeout: Smallest possible watchdog timeout setting
79 [4] = on ? wdd->timeout : 0,
91 [3] = (u8)wdd->timeout,
92 [4] = (u8)(wdd->timeout >> 8),
107 * - Its timeout duration
110 * the value of 'wdd->timeout'.
196 unsigned int timeout)
198 wdd->timeout = timeout;
259 __le16 timeout = 0;
276 wdd->timeout = 60;
278 cell = nvmem_cell_get(dev, "wdt-timeout");
284 memcpy(&timeout, value, min(len, sizeof(timeout)));
289 watchdog_init_timeout(wdd, le16_to_cpu(timeout), dev);