Searched refs:mmc_create (Results 1 – 17 of 17) sorted by relevance
/external/u-boot/drivers/mmc/ |
D | mmc_legacy.c | 149 struct mmc *mmc_create(const struct mmc_config *cfg, void *priv) in mmc_create() function 163 struct mmc *mmc_create(const struct mmc_config *cfg, void *priv) in mmc_create() function
|
D | mmc_spi.c | 287 mmc = mmc_create(&mmc_spi_cfg, spi); in mmc_spi_init()
|
D | mvebu_mmc.c | 435 mmc = mmc_create(&mvebu_mmc_cfg, bis); in mvebu_mmc_init()
|
D | pxa_mmc_gen.c | 421 mmc = mmc_create(&pxa_mmc_cfg, priv); in pxa_mmc_register()
|
D | davinci_mmc.c | 388 mmc_create(&host->cfg, host); in davinci_mmc_init()
|
D | mxsmmc.c | 421 mmc = mmc_create(&priv->cfg, priv); in mxsmmc_initialize()
|
D | mxcmmc.c | 513 host->mmc = mmc_create(&mxcmci_cfg, host); in mxcmci_initialize()
|
D | arm_pl180_mmci.c | 393 *mmc = mmc_create(&host->cfg, host); in arm_pl180_mmci_init()
|
D | dw_mmc.c | 525 host->mmc = mmc_create(&host->cfg, host);
|
D | gen_atmel_mci.c | 506 mmc = mmc_create(cfg, priv);
|
D | sunxi_mmc.c | 527 return mmc_create(cfg, priv); in sunxi_mmc_init()
|
D | sdhci.c | 692 host->mmc = mmc_create(&host->cfg, host);
|
D | sh_mmcif.c | 627 mmc = mmc_create(&sh_mmcif_cfg, host); in mmcif_mmc_init()
|
D | omap_hsmmc.c | 1532 mmc = mmc_create(cfg, priv); 1896 mmc = mmc_create(cfg, priv);
|
D | sh_sdhi.c | 765 mmc = mmc_create(&sh_sdhi_cfg, host); in sh_sdhi_init()
|
D | fsl_esdhc.c | 1254 mmc = mmc_create(&plat->cfg, priv); in fsl_esdhc_initialize()
|
/external/u-boot/include/ |
D | mmc.h | 654 struct mmc *mmc_create(const struct mmc_config *cfg, void *priv);
|