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

/linux-4.1.27/include/linux/mmc/
H A Dhost.h127 int (*card_busy)(struct mmc_host *host); member in struct:mmc_host_ops
/linux-4.1.27/drivers/mmc/core/
H A Dcore.c1512 if (!host->ops->card_busy) mmc_set_signal_voltage()
1535 if (host->ops->card_busy && !host->ops->card_busy(host)) { mmc_set_signal_voltage()
1568 if (host->ops->card_busy && host->ops->card_busy(host)) mmc_set_signal_voltage()
/linux-4.1.27/drivers/mmc/host/
H A Drtsx_usb_sdmmc.c1293 .card_busy = sdmmc_card_busy,
H A Dmmci.c1636 mmci_ops.card_busy = mmci_card_busy; mmci_probe()
H A Ddw_mmc.c1447 .card_busy = dw_mci_card_busy,
H A Dsdhci.c2240 .card_busy = sdhci_card_busy,

Completed in 176 milliseconds