Lines Matching refs:timeout
32 * @set_timeout:The routine for setting the watchdog devices timeout value (in seconds).
68 * @timeout: The watchdog devices timeout value (in seconds).
70 * @min_timeout:The watchdog devices minimum timeout value (in seconds).
71 * @max_timeout:The watchdog devices maximum timeout value (in seconds)
78 * Hardware limit for maximum timeout, in milli-seconds.
102 unsigned int timeout;
159 /* Use the following function to check if a timeout value is invalid */
163 * The timeout is invalid if
167 * - the requested value is smaller than the configured minimum timeout,
169 * - a maximum hardware timeout is not configured, a maximum timeout
171 * configured maximum timeout.
182 return t && wdd->timeout && t >= wdd->timeout;