Home
last modified time | relevance | path

Searched refs:mmc_create (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmmc_legacy.c129 struct mmc *mmc_create(const struct mmc_config *cfg, void *priv) in mmc_create() function
143 struct mmc *mmc_create(const struct mmc_config *cfg, void *priv) in mmc_create() function
H A Domap_hsmmc.c793 mmc = mmc_create(cfg, priv);
872 mmc = mmc_create(cfg, priv);
H A Dmmc_spi.c287 mmc = mmc_create(&mmc_spi_cfg, spi); in mmc_spi_init()
H A Dftsdc010_mci.c368 mmc = mmc_create(&chip->cfg, chip); in ftsdc010_mmc_init()
H A Ddavinci_mmc.c389 mmc_create(&host->cfg, host); in davinci_mmc_init()
H A Dmvebu_mmc.c436 mmc = mmc_create(&mvebu_mmc_cfg, bis); in mvebu_mmc_init()
H A Dpxa_mmc_gen.c422 mmc = mmc_create(&pxa_mmc_cfg, priv); in pxa_mmc_register()
H A Dmxsmmc.c422 mmc = mmc_create(&priv->cfg, priv); in mxsmmc_initialize()
H A Darm_pl180_mmci.c376 mmc = mmc_create(&host->cfg, host); in arm_pl180_mmci_init()
H A Dmxcmmc.c513 host->mmc = mmc_create(&mxcmci_cfg, host); in mxcmci_initialize()
H A Dgen_atmel_mci.c511 mmc = mmc_create(cfg, priv);
H A Dsunxi_mmc.c522 return mmc_create(cfg, priv); in sunxi_mmc_init()
H A Dsh_mmcif.c601 mmc = mmc_create(&sh_mmcif_cfg, host); in mmcif_mmc_init()
H A Dsdhci.c822 host->mmc = mmc_create(&host->cfg, host);
H A Ddw_mmc.c938 host->mmc = mmc_create(&host->cfg, host);
H A Dsh_sdhi.c766 mmc = mmc_create(&sh_sdhi_cfg, host); in sh_sdhi_init()
H A Dfsl_esdhc.c920 mmc = mmc_create(&plat->cfg, priv); in fsl_esdhc_initialize()
/OK3568_Linux_fs/u-boot/include/
H A Dmmc.h668 struct mmc *mmc_create(const struct mmc_config *cfg, void *priv);