Searched refs:sdhci_bind (Results 1 – 19 of 19) sorted by relevance
/u-boot/drivers/mmc/ |
A D | bcmstb_sdhci.c | 54 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in sdhci_bcmstb_bind()
|
A D | tangier_sdhci.c | 27 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in sdhci_tangier_bind()
|
A D | aspeed_sdhci.c | 72 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in aspeed_sdhci_bind()
|
A D | pic32_sdhci.c | 78 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in pic32_sdhci_bind()
|
A D | rockchip_sdhci.c | 101 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in rockchip_sdhci_bind()
|
A D | atmel_sdhci.c | 118 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in atmel_sdhci_bind()
|
A D | sti_sdhci.c | 132 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in sti_sdhci_bind()
|
A D | pci_mmc.c | 82 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in pci_mmc_bind()
|
A D | mv_sdhci.c | 144 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in mv_sdhci_bind()
|
A D | msm_sdhci.c | 195 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in msm_sdc_bind()
|
A D | bcm2835_sdhci.c | 171 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in bcm2835_sdhci_bind()
|
A D | s5p_sdhci.c | 231 ret = sdhci_bind(dev, &plat->mmc, &plat->cfg); in s5p_sdhci_bind()
|
A D | sdhci-cadence.c | 252 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in sdhci_cdns_bind()
|
A D | iproc_sdhci.c | 310 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in iproc_sdhci_bind()
|
A D | xenon_sdhci.c | 557 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in xenon_sdhci_bind()
|
A D | zynq_sdhci.c | 646 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in arasan_sdhci_bind()
|
A D | am654_sdhci.c | 638 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in am654_sdhci_bind()
|
A D | sdhci.c | 946 int sdhci_bind(struct udevice *dev, struct mmc *mmc, struct mmc_config *cfg) function
|
/u-boot/include/ |
A D | sdhci.h | 473 int sdhci_bind(struct udevice *dev, struct mmc *mmc, struct mmc_config *cfg);
|
Completed in 43 milliseconds