Home
last modified time | relevance | path

Searched refs:busy_complete (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dmmci.h383 bool (*busy_complete)(struct mmci_host *host, u32 status, u32 err_msk); member
H A Dmmci_stm32_sdmmc.c517 .busy_complete = sdmmc_busy_complete,
H A Dmmci.c1090 host->ops->busy_complete = ux500_busy_complete; in ux500_variant_init()
1096 host->ops->busy_complete = ux500_busy_complete; in ux500v2_variant_init()
1384 if (!host->ops->busy_complete(host, status, err_msk)) in mmci_cmd_irq()
/kernel/linux/linux-6.6/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_stm32_sdmmc.c705 .busy_complete = sdmmc_busy_complete,
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()

Completed in 11 milliseconds