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 Dsandbox_mmc.c136 .get_cd = sandbox_mmc_get_cd,
A Dsnps_dw_mmc.c145 snps_dwmci_dm_ops.get_cd = snps_dwmmc_getcd; in snps_dwmmc_probe()
A Dmmc-uclass.c102 if (!ops->get_cd) in dm_mmc_get_cd()
104 return ops->get_cd(dev); in dm_mmc_get_cd()
A Dsdhci.c711 if (host->ops && host->ops->get_cd)
712 host->ops->get_cd(host);
778 .get_cd = sdhci_get_cd,
A Dpxa_mmc_gen.c512 .get_cd = NULL,
A Ddavinci_mmc.c451 .get_cd = davinci_mmc_getcd,
A Dftsdc010_mci.c370 .get_cd = ftsdc010_get_cd,
A Darm_pl180_mmci.c523 .get_cd = dm_mmc_getcd,
A Dmxsmmc.c663 .get_cd = mxsmmc_get_cd,
A Dtegra_mmc.c677 .get_cd = tegra_mmc_getcd,
A Dstm32_sdmmc2.c644 .get_cd = stm32_sdmmc2_getcd,
A Dsunxi_mmc.c596 .get_cd = sunxi_mmc_getcd,
A Drenesas-sdhi.c822 .get_cd = tmio_sd_get_cd,
A Dfsl_esdhc.c1111 .get_cd = fsl_esdhc_get_cd,
A Dfsl_esdhc_imx.c1689 .get_cd = fsl_esdhc_get_cd,
A Dmtk-sd.c1725 .get_cd = msdc_ops_get_cd,
A Domap_hsmmc.c1518 .get_cd = omap_hsmmc_getcd,
A Docteontx_hsmmc.c3699 .get_cd = octeontx_mmc_get_cd,
/u-boot/include/
A Dsdhci.h266 int (*get_cd)(struct sdhci_host *host); member
A Dmmc.h471 int (*get_cd)(struct udevice *dev); member

Completed in 41 milliseconds