Home
last modified time | relevance | path

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

/linux/include/linux/platform_data/
H A Dmmc-davinci.h14 int (*get_cd)(int module); member
/linux/drivers/mmc/host/
H A Dsdhci-pci-o2micro.c777 slot->host->mmc_host_ops.get_cd = sdhci_o2_get_cd; in sdhci_pci_o2_probe_slot()
781 slot->host->mmc_host_ops.get_cd = sdhci_o2_get_cd; in sdhci_pci_o2_probe_slot()
800 slot->host->mmc_host_ops.get_cd = sdhci_o2_get_cd; in sdhci_pci_o2_probe_slot()
H A Dushc.c412 .get_cd = ushc_get_cd,
H A Dlitex_mmc.c465 .get_cd = litex_mmc_get_cd,
H A Dowl-mmc.c559 .get_cd = mmc_gpio_get_cd,
H A Dpxamci.c522 .get_cd = mmc_gpio_get_cd,
H A Dsdhci.c243 if (!mmc->ops->get_cd(mmc)) in sdhci_do_reset()
1780 present = host->mmc->ops->get_cd(host->mmc); in sdhci_send_command_retry()
2219 present = mmc->ops->get_cd(mmc); in sdhci_request()
3060 present = mmc->ops->get_cd(mmc); in sdhci_card_event()
3084 .get_cd = sdhci_get_cd,
H A Dmeson-mx-sdhc-mmc.c500 .get_cd = mmc_gpio_get_cd,
H A Dmmc_spi.c1124 .get_cd = mmc_gpio_get_cd,
H A Dloongson2-mmc.c592 .get_cd = mmc_gpio_get_cd,
H A Dcavium.c901 .get_cd = mmc_gpio_get_cd,
H A Dsunplus-mmc.c846 .get_cd = spmmc_get_cd,
H A Djz4740_mmc.c1024 .get_cd = mmc_gpio_get_cd,
H A Drtsx_pci_sdmmc.c1459 .get_cd = sdmmc_get_cd,
H A Dusdhi6rol0.c1201 .get_cd = usdhi6_get_cd,
H A Ddw_mmc.c1818 .get_cd = dw_mci_get_cd,
/linux/include/linux/mmc/
H A Dhost.h210 int (*get_cd)(struct mmc_host *host); member