Searched refs:mmc_create (Results 1 - 14 of 14) sorted by relevance

/u-boot/drivers/mmc/
H A Dmmc_legacy.c145 struct mmc *mmc_create(const struct mmc_config *cfg, void *priv) function
168 struct mmc *mmc_create(const struct mmc_config *cfg, void *priv) function
H A Ddavinci_mmc.c471 mmc_create(&host->cfg, host);
H A Djz_mmc.c415 mmc = mmc_create(&jz_mmc_plat_static.cfg, &jz_mmc_priv_static);
H A Dmxcmmc.c514 host->mmc = mmc_create(&mxcmci_cfg, host);
H A Ddw_mmc.c631 host->mmc = mmc_create(&host->cfg, host);
H A Dgen_atmel_mci.c509 mmc = mmc_create(cfg, priv);
H A Dmxsmmc.c208 mmc = mmc_create(&priv->cfg, priv);
H A Dsunxi_mmc.c573 return mmc_create(cfg, priv);
H A Dsh_mmcif.c632 mmc = mmc_create(&sh_mmcif_cfg, host);
H A Domap_hsmmc.c1620 mmc = mmc_create(cfg, priv);
1977 mmc = mmc_create(cfg, priv);
H A Dfsl_esdhc.c978 mmc = mmc_create(mmc_cfg, priv);
H A Dsdhci.c1048 host->mmc = mmc_create(&host->cfg, host);
H A Dfsl_esdhc_imx.c1341 mmc = mmc_create(&plat->cfg, priv);
/u-boot/include/
H A Dmmc.h772 struct mmc *mmc_create(const struct mmc_config *cfg, void *priv);

Completed in 137 milliseconds