Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmmc.h491 int (*getcd)(struct mmc *mmc); member
/openbmc/u-boot/drivers/mmc/
H A Dsunxi_mmc.c514 .getcd = sunxi_mmc_getcd_legacy,
H A Dmmc.c1168 if (mmc->cfg->ops->getcd) in mmc_getcd()
1169 cd = mmc->cfg->ops->getcd(mmc); in mmc_getcd()
H A Dfsl_esdhc.c1143 .getcd = esdhc_getcd,
H A Domap_hsmmc.c1537 .getcd = omap_hsmmc_getcd,