Lines Matching defs:timeout
1906 int timeout;
1932 timeout = 0;
1943 } while (++timeout < 200 && (reg & expected) != expected);
1949 timeout);
2889 unsigned long timeout;
2977 timeout = msecs_to_jiffies(5);
2979 timeout = msecs_to_jiffies(1);
2981 timeout = wait_for_completion_timeout(&wm8962->fll_lock,
2982 timeout);
2984 if (timeout == 0 && wm8962->irq) {