Home
last modified time | relevance | path

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

123

/openbmc/linux/include/linux/platform_data/
H A Dmmc-davinci.h14 int (*get_cd)(int module); member
/openbmc/u-boot/drivers/mmc/
H A Duniphier-sd.c24 .get_cd = tmio_sd_get_cd,
H A Dpic32_sdhci.c28 .get_cd = pic32_sdhci_get_cd,
H A Dsandbox_mmc.c101 .get_cd = sandbox_mmc_get_cd,
H A Dmmc-uclass.c97 if (!ops->get_cd) in dm_mmc_get_cd()
99 return ops->get_cd(dev); in dm_mmc_get_cd()
H A Dsdhci.c553 if (host->ops && host->ops->get_cd)
554 host->ops->get_cd(host);
H A Drenesas-sdhi.c411 .get_cd = tmio_sd_get_cd,
H A Dftsdc010_mci.c367 .get_cd = ftsdc010_get_cd,
H A Ddavinci_mmc.c464 .get_cd = davinci_mmc_getcd,
H A Dtegra_mmc.c586 .get_cd = tegra_mmc_getcd,
H A Darm_pl180_mmci.c511 .get_cd = dm_mmc_getcd,
H A Dstm32_sdmmc2.c573 .get_cd = stm32_sdmmc2_getcd,
H A Dsunxi_mmc.c603 .get_cd = sunxi_mmc_getcd,
/openbmc/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 Ddavinci_mmc.c1013 if (config && config->get_cd) in mmc_davinci_get_cd()
1014 return config->get_cd(pdev->id); in mmc_davinci_get_cd()
1053 .get_cd = mmc_davinci_get_cd,
H A Drenesas_sdhi_core.c817 (host->ops.get_cd && host->ops.get_cd(host->mmc)))) in renesas_sdhi_check_scc_error()
H A Dtmio_mmc_core.c1047 .get_cd = tmio_mmc_get_cd,
1190 _host->ops.get_cd = mmc_gpio_get_cd; in tmio_mmc_host_probe()
H A Dushc.c414 .get_cd = ushc_get_cd,
H A Dlitex_mmc.c465 .get_cd = litex_mmc_get_cd,
H A Dtoshsd.c553 .get_cd = toshsd_get_cd,
H A Dowl-mmc.c559 .get_cd = mmc_gpio_get_cd,
/openbmc/u-boot/include/
H A Dsdhci.h251 int (*get_cd)(struct sdhci_host *host); member
H A Dmmc.h431 int (*get_cd)(struct udevice *dev); member
/openbmc/linux/drivers/mmc/core/
H A Dcore.c2121 if (!ret && host->ops->get_cd && !host->ops->get_cd(host)) { in _mmc_detect_card_removed()
2239 if (mmc_card_is_removable(host) && host->ops->get_cd && in mmc_rescan()
2240 host->ops->get_cd(host) == 0) { in mmc_rescan()
/openbmc/linux/include/linux/mmc/
H A Dhost.h164 int (*get_cd)(struct mmc_host *host); member

123