Lines Matching refs:timeout
246 unsigned int timeout)
254 if (timeout <= 255)
259 if (timeout < resolution || timeout > (resolution * 255))
280 * Remember new timeout value, but do not write as that (re)starts
283 data->watchdog_preset = DIV_ROUND_UP(timeout, resolution);
284 wddev->timeout = data->watchdog_preset * resolution;
420 data->wddev.timeout = 60;
428 the BIOS set timeout from (if any was set at all) ->
429 Choose a preset which will give us a 1 minute timeout */