Home
last modified time | relevance | path

Searched refs:sdhci_bind (Results 1 – 13 of 13) sorted by relevance

/external/u-boot/drivers/mmc/
Dpci_mmc.c51 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in pci_mmc_bind()
Dtangier_sdhci.c27 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in sdhci_tangier_bind()
Drockchip_sdhci.c100 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in rockchip_sdhci_bind()
Datmel_sdhci.c110 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in atmel_sdhci_bind()
Dsti_sdhci.c130 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in sti_sdhci_bind()
Dmsm_sdhci.c189 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in msm_sdc_bind()
Dbcm2835_sdhci.c169 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in bcm2835_sdhci_bind()
Ds5p_sdhci.c274 ret = sdhci_bind(dev, &plat->mmc, &plat->cfg); in s5p_sdhci_bind()
Dsdhci-cadence.c235 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in sdhci_cdns_bind()
Dzynq_sdhci.c317 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in arasan_sdhci_bind()
Dxenon_sdhci.c479 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in xenon_sdhci_bind()
Dsdhci.c679 int sdhci_bind(struct udevice *dev, struct mmc *mmc, struct mmc_config *cfg) function
/external/u-boot/include/
Dsdhci.h410 int sdhci_bind(struct udevice *dev, struct mmc *mmc, struct mmc_config *cfg);