Lines Matching defs:wait
233 unsigned int wait;
239 for (wait = 0; wait < 1000; wait++) {
1337 ret = wait_event_timeout(ccdc->wait,
1396 * @max_wait: Max retry count in us for wait for idle/busy transition.
1401 unsigned int wait = 0;
1406 for (wait = 0; wait <= max_wait; wait++) {
1453 wake_up(&ccdc->wait);
1516 * have been received on the same time. Skip this event and wait
2698 init_waitqueue_head(&ccdc->wait);