Searched refs:sdhci_bind (Results 1 – 13 of 13) sorted by relevance
/external/u-boot/drivers/mmc/ |
D | pci_mmc.c | 51 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in pci_mmc_bind()
|
D | tangier_sdhci.c | 27 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in sdhci_tangier_bind()
|
D | rockchip_sdhci.c | 100 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in rockchip_sdhci_bind()
|
D | atmel_sdhci.c | 110 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in atmel_sdhci_bind()
|
D | sti_sdhci.c | 130 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in sti_sdhci_bind()
|
D | msm_sdhci.c | 189 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in msm_sdc_bind()
|
D | bcm2835_sdhci.c | 169 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in bcm2835_sdhci_bind()
|
D | s5p_sdhci.c | 274 ret = sdhci_bind(dev, &plat->mmc, &plat->cfg); in s5p_sdhci_bind()
|
D | sdhci-cadence.c | 235 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in sdhci_cdns_bind()
|
D | zynq_sdhci.c | 317 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in arasan_sdhci_bind()
|
D | xenon_sdhci.c | 479 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in xenon_sdhci_bind()
|
D | sdhci.c | 679 int sdhci_bind(struct udevice *dev, struct mmc *mmc, struct mmc_config *cfg) function
|
/external/u-boot/include/ |
D | sdhci.h | 410 int sdhci_bind(struct udevice *dev, struct mmc *mmc, struct mmc_config *cfg);
|