Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Dpic32_sdhci.c29 .get_cd = pic32_sdhci_get_cd,
H A Dsandbox_mmc.c101 .get_cd = sandbox_mmc_get_cd,
H A Dmmc-uclass.c137 if (!ops->get_cd) in dm_mmc_get_cd()
139 return ops->get_cd(dev); in dm_mmc_get_cd()
H A Dsdhci.c571 if (host->ops && host->ops->get_cd)
572 host->ops->get_cd(host);
H A Ddw_mmc.c894 .get_cd = dwmci_get_cd,
903 .get_cd = dwmci_get_cd,
H A Dsunxi_mmc.c556 .get_cd = sunxi_mmc_getcd,
H A Dstm32_sdmmc2.c518 .get_cd = stm32_sdmmc2_getcd,
H A Dtegra_mmc.c589 .get_cd = tegra_mmc_getcd,
H A Duniphier-sd.c627 .get_cd = uniphier_sd_get_cd,
H A Domap_hsmmc.c696 .get_cd = omap_hsmmc_getcd,
H A Dfsl_esdhc.c1157 .get_cd = fsl_esdhc_get_cd,
/rk3399_rockchip-uboot/include/
H A Dsdhci.h254 int (*get_cd)(struct sdhci_host *host); member
H A Dmmc.h456 int (*get_cd)(struct udevice *dev); member