Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dmmci.h400 bool (*busy_complete)(struct mmci_host *host, struct mmc_command *cmd, u32 status, u32 err_msk); member
H A Dmmci.c1193 host->ops->busy_complete = ux500_busy_complete; in ux500_variant_init()
1199 host->ops->busy_complete = ux500_busy_complete; in ux500v2_variant_init()
1492 if (!host->ops->busy_complete(host, cmd, status, err_msk)) in mmci_cmd_irq()
H A Dmmci_stm32_sdmmc.c705 .busy_complete = sdmmc_busy_complete,