Lines Matching refs:timeout
201 unsigned long timeout;
203 timeout = jiffies + msecs_to_jiffies(750);
204 while (time_before(jiffies, timeout)) {
221 unsigned long timeout;
223 timeout = jiffies + msecs_to_jiffies(750);
224 while (time_before(jiffies, timeout)) {
298 * the x16 and x4 settings, so stop-state-timeout =
301 * Stop-state-timeout must be more than 100us as per CSI-2 spec, so we
302 * calculate a timeout that's 100us (rounding up).
389 (i >= 10) ? "(timeout)" : "");