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;
583 wait_event_timeout(korg1212->wait, korg1212->dsp_stop_is_processed, (HZ * 3) / 2);
597 wake_up(&korg1212->wait);
608 wake_up(&korg1212->wait);
948 // Bring the load/shift line low, then wait - the spec says >150ns from load/
1123 wake_up(&korg1212->wait);
1210 wait_event_timeout(korg1212->wait, korg1212->dsp_is_loaded, HZ * CARD_BOOT_TIMEOUT);
1546 /* FIXME: we should wait for ack! */
2084 init_waitqueue_head(&korg1212->wait);