Home
last modified time | relevance | path

Searched refs:mmc_bind (Results 1 – 14 of 14) sorted by relevance

/rk3399_rockchip-uboot/drivers/mmc/
H A Dsandbox_mmc.c123 return mmc_bind(dev, &plat->mmc, cfg); in sandbox_mmc_bind()
H A Dmeson_gx_mmc.c274 return mmc_bind(dev, &pdata->mmc, &pdata->cfg); in meson_mmc_bind()
H A Dmmc-uclass.c272 int mmc_bind(struct udevice *dev, struct mmc *mmc, const struct mmc_config *cfg) in mmc_bind() function
H A Dsunxi_mmc.c626 return mmc_bind(dev, &plat->mmc, &plat->cfg); in sunxi_mmc_bind()
H A Dstm32_sdmmc2.c591 return mmc_bind(dev, &plat->mmc, &plat->cfg); in stm32_sdmmc_bind()
H A Dgen_atmel_mci.c616 return mmc_bind(dev, &plat->mmc, &plat->cfg);
H A Dtegra_mmc.c666 return mmc_bind(dev, &plat->mmc, &plat->cfg); in tegra_mmc_bind()
H A Duniphier-sd.c664 return mmc_bind(dev, &plat->mmc, &plat->cfg); in uniphier_sd_bind()
H A Dsdhci.c811 return mmc_bind(dev, mmc, cfg);
H A Domap_hsmmc.c852 return mmc_bind(dev, &plat->mmc, &plat->cfg);
H A Dsh_sdhi.c820 return mmc_bind(dev, &plat->mmc, &plat->cfg); in sh_sdhi_dm_bind()
H A Ddw_mmc.c947 return mmc_bind(dev, mmc, cfg);
H A Dfsl_esdhc.c1179 return mmc_bind(dev, &plat->mmc, &plat->cfg); in fsl_esdhc_bind()
/rk3399_rockchip-uboot/include/
H A Dmmc.h681 int mmc_bind(struct udevice *dev, struct mmc *mmc,