Searched refs:getcd (Results 1 - 5 of 5) sorted by relevance

/u-boot/include/
H A Dmmc.h562 int (*getcd)(struct mmc *mmc); member in struct:mmc_ops
/u-boot/drivers/mmc/
H A Dfsl_esdhc.c926 .getcd = esdhc_getcd,
H A Dmmc.c1299 if (mmc->cfg->ops->getcd)
1300 cd = mmc->cfg->ops->getcd(mmc);
H A Dfsl_esdhc_imx.c1144 .getcd = esdhc_getcd,
H A Domap_hsmmc.c1531 .getcd = omap_hsmmc_getcd,

Completed in 113 milliseconds