Home
last modified time | relevance | path

Searched refs:busy_complete (Results 1 – 3 of 3) sorted by relevance

/drivers/mmc/host/
Dmmci.h383 bool (*busy_complete)(struct mmci_host *host, u32 status, u32 err_msk); member
Dmmci_stm32_sdmmc.c572 .busy_complete = sdmmc_busy_complete,
Dmmci.c1091 host->ops->busy_complete = ux500_busy_complete; in ux500_variant_init()
1097 host->ops->busy_complete = ux500_busy_complete; in ux500v2_variant_init()
1385 if (!host->ops->busy_complete(host, status, err_msk)) in mmci_cmd_irq()