Home
last modified time | relevance | path

Searched refs:card_busy (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/mmc/core/
A Dcore.c235 host->ops->card_busy) { in __mmc_start_request()
238 while (host->ops->card_busy(host) && --tries) in __mmc_start_request()
1204 if (!host->ops->card_busy) in mmc_set_uhs_voltage()
1224 if (host->ops->card_busy && !host->ops->card_busy(host)) { in mmc_set_uhs_voltage()
1245 if (host->ops->card_busy && host->ops->card_busy(host)) in mmc_set_uhs_voltage()
A Dmmc_ops.c438 if (data->busy_cmd != MMC_BUSY_IO && host->ops->card_busy) { in mmc_busy_cb()
439 *busy = host->ops->card_busy(host); in mmc_busy_cb()
603 if (!send_status && !host->ops->card_busy) { in __mmc_switch()
A Dmmc.c1923 *busy = host->ops->card_busy(host); in mmc_sleep_busy_cb()
1960 if (!host->ops->card_busy) { in mmc_sleep()
/linux/include/linux/mmc/
A Dhost.h157 int (*card_busy)(struct mmc_host *host); member
/linux/drivers/mmc/host/
A Dmeson-mx-sdhc-mmc.c517 .card_busy = meson_mx_sdhc_card_busy,
A Drenesas_sdhi_core.c969 host->ops.card_busy = renesas_sdhi_card_busy; in renesas_sdhi_probe()
A Dalcor.c951 .card_busy = alcor_card_busy,
A Dmeson-gx-mmc.c1130 .card_busy = meson_mmc_card_busy,
A Dsdhci-omap.c1327 host->mmc_host_ops.card_busy = sdhci_omap_card_busy; in sdhci_omap_probe()
A Dsunxi-mmc.c1119 .card_busy = sunxi_mmc_card_busy,
A Drtsx_usb_sdmmc.c1260 .card_busy = sdmmc_card_busy,
A Dusdhi6rol0.c1205 .card_busy = usdhi6_card_busy,
A Dmmci.c2154 mmci_ops.card_busy = mmci_card_busy; in mmci_probe()
A Ddw_mmc.c1787 .card_busy = dw_mci_card_busy,
A Dmtk-sd.c2454 .card_busy = msdc_card_busy,
A Dsdhci.c3009 .card_busy = sdhci_card_busy,

Completed in 55 milliseconds