Searched refs:buf_ready_int (Results 1 – 2 of 2) sorted by relevance
508 wait_queue_head_t buf_ready_int; /* Waitqueue for Buffer Read Ready interrupt */ member
2026 wait_event_interruptible_timeout(host->buf_ready_int, in sdhci_execute_tuning()2437 wake_up(&host->buf_ready_int); in sdhci_data_irq()3382 init_waitqueue_head(&host->buf_ready_int); in sdhci_add_host()