Searched refs:sdhci_ops (Results 1 – 15 of 15) sorted by relevance
/external/u-boot/drivers/mmc/ |
D | mv_sdhci.c | 40 static struct sdhci_ops mv_ops; 81 memset(&mv_ops, 0, sizeof(struct sdhci_ops)); in mv_sdh_init()
|
D | bcm2835_sdhci.c | 156 static const struct sdhci_ops bcm2835_ops = { 243 .ops = &sdhci_ops,
|
D | s5p_sdhci.c | 81 static const struct sdhci_ops s5p_sdhci_ops = { 291 .ops = &sdhci_ops,
|
D | sdhci-cadence.c | 164 static const struct sdhci_ops sdhci_cdns_ops = { 259 sdhci_cdns_mmc_ops = sdhci_ops; in sdhci_cdns_probe()
|
D | zynq_sdhci.c | 222 const struct sdhci_ops arasan_ops = { 330 .ops = &sdhci_ops,
|
D | pci_mmc.c | 59 .ops = &sdhci_ops,
|
D | pic32_sdhci.c | 27 static const struct sdhci_ops pic32_sdhci_ops = {
|
D | tangier_sdhci.c | 77 .ops = &sdhci_ops,
|
D | sdhci.c | 545 const struct dm_mmc_ops sdhci_ops = { variable 553 static const struct mmc_ops sdhci_ops = { variable 582 cfg->ops = &sdhci_ops;
|
D | rockchip_sdhci.c | 113 .ops = &sdhci_ops,
|
D | atmel_sdhci.c | 122 .ops = &sdhci_ops,
|
D | sti_sdhci.c | 143 .ops = &sdhci_ops,
|
D | xenon_sdhci.c | 370 static const struct sdhci_ops xenon_sdhci_ops = { 493 .ops = &sdhci_ops,
|
D | msm_sdhci.c | 202 .ops = &sdhci_ops,
|
/external/u-boot/include/ |
D | sdhci.h | 238 struct sdhci_ops { struct 265 const struct sdhci_ops *ops; argument 429 extern const struct dm_mmc_ops sdhci_ops;
|