Home
last modified time | relevance | path

Searched refs:getwp (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dmmc.h504 int (*getwp)(struct mmc *mmc); member
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Domap_hsmmc.c707 .getwp = omap_hsmmc_getwp,
H A Dmmc.c71 if (mmc->cfg->ops->getwp) in mmc_getwp()
72 wp = mmc->cfg->ops->getwp(mmc); in mmc_getwp()