Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Dsunxi_mmc.c475 .getcd = sunxi_mmc_getcd_legacy,
H A Domap_hsmmc.c706 .getcd = omap_hsmmc_getcd,
H A Dfsl_esdhc.c760 .getcd = esdhc_getcd,
H A Dmmc.c1501 if (mmc->cfg->ops->getcd)
1502 cd = mmc->cfg->ops->getcd(mmc);
/rk3399_rockchip-uboot/include/
H A Dmmc.h503 int (*getcd)(struct mmc *mmc); member