Home
last modified time | relevance | path

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

/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 Ddavinci_mmc.c464 .get_cd = davinci_mmc_getcd,
H A Drenesas-sdhi.c411 .get_cd = tmio_sd_get_cd,
H A Dftsdc010_mci.c367 .get_cd = ftsdc010_get_cd,
H A Darm_pl180_mmci.c511 .get_cd = dm_mmc_getcd,
H A Dtegra_mmc.c586 .get_cd = tegra_mmc_getcd,
H A Dstm32_sdmmc2.c573 .get_cd = stm32_sdmmc2_getcd,
H A Dsunxi_mmc.c603 .get_cd = sunxi_mmc_getcd,
H A Dmtk-sd.c1362 .get_cd = msdc_ops_get_cd,
H A Dfsl_esdhc.c1610 .get_cd = fsl_esdhc_get_cd,
H A Domap_hsmmc.c1520 .get_cd = omap_hsmmc_getcd,
/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