Searched refs:dwmci_bind (Results 1 – 9 of 9) sorted by relevance
/u-boot/drivers/mmc/ |
A D | hi6220_dw_mmc.c | 81 ret = dwmci_bind(dev, &plat->mmc, &plat->cfg); in hi6220_dwmmc_bind()
|
A D | ca_dw_mmc.c | 156 return dwmci_bind(dev, &plat->mmc, &plat->cfg); in ca_dwmmc_bind()
|
A D | socfpga_dw_mmc.c | 188 ret = dwmci_bind(dev, &plat->mmc, &plat->cfg); in socfpga_dwmmc_bind()
|
A D | rockchip_dw_mmc.c | 160 return dwmci_bind(dev, &plat->mmc, &plat->cfg); in rockchip_dwmmc_bind()
|
A D | snps_dw_mmc.c | 177 ret = dwmci_bind(dev, &plat->mmc, &plat->cfg); in snps_dwmmc_bind()
|
A D | exynos_dw_mmc.c | 240 return dwmci_bind(dev, &plat->mmc, &plat->cfg); in exynos_dwmmc_bind()
|
A D | nexell_dw_mmc.c | 221 return dwmci_bind(dev, &plat->mmc, &plat->cfg); in nexell_dwmmc_bind()
|
A D | dw_mmc.c | 617 int dwmci_bind(struct udevice *dev, struct mmc *mmc, struct mmc_config *cfg) function
|
/u-boot/include/ |
A D | dwmmc.h | 289 int dwmci_bind(struct udevice *dev, struct mmc *mmc, struct mmc_config *cfg);
|
Completed in 9 milliseconds