Home
last modified time | relevance | path

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

/u-boot/drivers/mmc/
A Duniphier-sd.c26 .get_cd = tmio_sd_get_cd,
A Dpiton_mmc.c114 .get_cd = piton_mmc_getcd,
A Dsnps_dw_mmc.c145 snps_dwmci_dm_ops.get_cd = snps_dwmmc_getcd; in snps_dwmmc_probe()
A Dmmc-uclass.c105 if (!ops->get_cd) in dm_mmc_get_cd()
107 return ops->get_cd(dev); in dm_mmc_get_cd()
A Dsandbox_mmc.c145 .get_cd = sandbox_mmc_get_cd,
A Dsdhci.c744 if (host->ops && host->ops->get_cd)
745 host->ops->get_cd(host);
843 .get_cd = sdhci_get_cd,
A Ddavinci_mmc.c451 .get_cd = davinci_mmc_getcd,
A Dftsdc010_mci.c368 .get_cd = ftsdc010_get_cd,
A Darm_pl180_mmci.c534 .get_cd = dm_mmc_getcd,
A Dsunxi_mmc.c613 .get_cd = sunxi_mmc_getcd,
A Dmxsmmc.c663 .get_cd = mxsmmc_get_cd,
A Dtegra_mmc.c677 .get_cd = tegra_mmc_getcd,
A Dstm32_sdmmc2.c660 .get_cd = stm32_sdmmc2_getcd,
A Drenesas-sdhi.c816 .get_cd = tmio_sd_get_cd,
A Dfsl_esdhc.c1175 .get_cd = fsl_esdhc_get_cd,
A Dfsl_esdhc_imx.c1617 .get_cd = fsl_esdhc_get_cd,
A Dmtk-sd.c1761 .get_cd = msdc_ops_get_cd,
A Domap_hsmmc.c1518 .get_cd = omap_hsmmc_getcd,
A Docteontx_hsmmc.c3771 .get_cd = octeontx_mmc_get_cd,
/u-boot/include/
A Dsdhci.h272 int (*get_cd)(struct sdhci_host *host); member
A Dmmc.h478 int (*get_cd)(struct udevice *dev); member

Completed in 57 milliseconds