Lines Matching defs:wait
13 #include <linux/wait.h>
245 #define COMMAND_ACK_DELAY 13 // number of RTC ticks to wait for an acknowledgement
314 wait_queue_head_t wait;
584 wait_event_timeout(korg1212->wait, korg1212->dsp_stop_is_processed, (HZ * 3) / 2);
598 wake_up(&korg1212->wait);
609 wake_up(&korg1212->wait);
949 // Bring the load/shift line low, then wait - the spec says >150ns from load/
1124 wake_up(&korg1212->wait);
1211 wait_event_timeout(korg1212->wait, korg1212->dsp_is_loaded, HZ * CARD_BOOT_TIMEOUT);
1554 /* FIXME: we should wait for ack! */
2175 init_waitqueue_head(&korg1212->wait);