Lines Matching refs:timeout
122 unsigned long timeout;
124 for (timeout = 20; timeout; timeout--) {
130 timeout = jiffies + msecs_to_jiffies(timeout_ms);
136 } while (time_before(jiffies, timeout));
153 unsigned long timeout = jiffies + msecs_to_jiffies(timeout_ms);
159 } while (time_before(jiffies, timeout));
161 dev_warn(&dev->core, "FIFO timeout (%08x/%08x/%08x)\n",
269 dev_warn(&dev->core, "%s: Notifier timeout\n", __func__);
301 dev_warn(&dev->core, "%s: Notifier timeout\n", __func__);