Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dsunxi_mmc.c475 .getcd = sunxi_mmc_getcd_legacy,
H A Domap_hsmmc.c706 .getcd = omap_hsmmc_getcd,
H A Dmmc.c1482 if (mmc->cfg->ops->getcd)
1483 cd = mmc->cfg->ops->getcd(mmc);
H A Dfsl_esdhc.c760 .getcd = esdhc_getcd,
/OK3568_Linux_fs/u-boot/include/
H A Dmmc.h503 int (*getcd)(struct mmc *mmc); member