Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Duniphier-sd.c24 .get_cd = tmio_sd_get_cd,
Dpic32_sdhci.c28 .get_cd = pic32_sdhci_get_cd,
Dmmc-uclass.c97 if (!ops->get_cd) in dm_mmc_get_cd()
99 return ops->get_cd(dev); in dm_mmc_get_cd()
Dsandbox_mmc.c101 .get_cd = sandbox_mmc_get_cd,
Dsdhci.c525 if (host->ops && host->ops->get_cd)
526 host->ops->get_cd(host);
Drenesas-sdhi.c306 .get_cd = tmio_sd_get_cd,
Dftsdc010_mci.c367 .get_cd = ftsdc010_get_cd,
Darm_pl180_mmci.c499 .get_cd = dm_mmc_getcd,
Dtegra_mmc.c586 .get_cd = tegra_mmc_getcd,
Dstm32_sdmmc2.c519 .get_cd = stm32_sdmmc2_getcd,
Dsunxi_mmc.c563 .get_cd = sunxi_mmc_getcd,
Dfsl_esdhc.c1512 .get_cd = fsl_esdhc_get_cd,
Domap_hsmmc.c1427 .get_cd = omap_hsmmc_getcd,
/external/u-boot/include/
Dsdhci.h247 int (*get_cd)(struct sdhci_host *host); member
Dmmc.h425 int (*get_cd)(struct udevice *dev); member