Home
last modified time | relevance | path

Searched refs:buf_ready_int (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci.h592 wait_queue_head_t buf_ready_int; /* Waitqueue for Buffer Read Ready interrupt */ member
H A Dsdhci.c2812 wait_event_timeout(host->buf_ready_int, (host->tuning_done == 1), in sdhci_send_tuning()
3353 wake_up(&host->buf_ready_int); in sdhci_data_irq()
4769 init_waitqueue_head(&host->buf_ready_int); in __sdhci_add_host()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci.h603 wait_queue_head_t buf_ready_int; /* Waitqueue for Buffer Read Ready interrupt */ member
H A Dsdhci.c2838 wait_event_timeout(host->buf_ready_int, (host->tuning_done == 1), in sdhci_send_tuning()
3382 wake_up(&host->buf_ready_int); in sdhci_data_irq()
4812 init_waitqueue_head(&host->buf_ready_int); in __sdhci_add_host()

Completed in 24 milliseconds