Lines Matching refs:timeout
123 unsigned long timeout;
125 for (timeout = 20; timeout; timeout--) {
131 timeout = jiffies + msecs_to_jiffies(timeout_ms);
137 } while (time_before(jiffies, timeout));
154 unsigned long timeout = jiffies + msecs_to_jiffies(timeout_ms);
160 } while (time_before(jiffies, timeout));
162 dev_warn(&dev->core, "FIFO timeout (%08x/%08x/%08x)\n",
270 dev_warn(&dev->core, "%s: Notifier timeout\n", __func__);
302 dev_warn(&dev->core, "%s: Notifier timeout\n", __func__);