Searched refs:buf_ready_int (Results 1 – 2 of 2) sorted by relevance
598 wait_queue_head_t buf_ready_int; /* Waitqueue for Buffer Read Ready interrupt */ member
2862 wait_event_timeout(host->buf_ready_int, (host->tuning_done == 1), in sdhci_send_tuning()3410 wake_up(&host->buf_ready_int); in sdhci_data_irq()4843 init_waitqueue_head(&host->buf_ready_int); in __sdhci_add_host()