Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/core/
H A Dcore.c234 host->ops->card_busy) { in __mmc_start_request()
237 while (host->ops->card_busy(host) && --tries) in __mmc_start_request()
1216 if (!host->ops->card_busy) in mmc_set_uhs_voltage()
1236 if (host->ops->card_busy && !host->ops->card_busy(host)) { in mmc_set_uhs_voltage()
1257 if (host->ops->card_busy && host->ops->card_busy(host)) in mmc_set_uhs_voltage()
H A Dmmc_ops.c467 if (data->busy_cmd != MMC_BUSY_IO && host->ops->card_busy) { in mmc_busy_cb()
468 *busy = host->ops->card_busy(host); in mmc_busy_cb()
634 if (!send_status && !host->ops->card_busy) { in __mmc_switch()
H A Dmmc.c1957 *busy = host->ops->card_busy(host); in mmc_sleep_busy_cb()
1994 if (!host->ops->card_busy) { in mmc_sleep()
/openbmc/linux/include/linux/mmc/
H A Dhost.h176 int (*card_busy)(struct mmc_host *host); member
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-brcmstb.c330 host->mmc_host_ops.card_busy = NULL; in sdhci_brcmstb_probe()
H A Dmeson-mx-sdhc-mmc.c501 .card_busy = meson_mx_sdhc_card_busy,
H A Dalcor.c951 .card_busy = alcor_card_busy,
H A Drenesas_sdhi_core.c1003 host->ops.card_busy = renesas_sdhi_card_busy; in renesas_sdhi_probe()
H A Dsdhci-omap.c1322 host->mmc_host_ops.card_busy = sdhci_omap_card_busy; in sdhci_omap_probe()
H A Dmeson-gx-mmc.c1132 .card_busy = meson_mmc_card_busy,
H A Dsunxi-mmc.c1120 .card_busy = sunxi_mmc_card_busy,
H A Drtsx_usb_sdmmc.c1257 .card_busy = sdmmc_card_busy,
H A Dusdhi6rol0.c1205 .card_busy = usdhi6_card_busy,
H A Dmmci.c2308 mmci_ops.card_busy = mmci_card_busy; in mmci_probe()
H A Ddw_mmc.c1818 .card_busy = dw_mci_card_busy,
H A Dmtk-sd.c2575 .card_busy = msdc_card_busy,
H A Dsdhci.c3067 .card_busy = sdhci_card_busy,