Home
last modified time | relevance | path

Searched refs:sdhci_ops (Results 1 – 15 of 15) sorted by relevance

/external/u-boot/drivers/mmc/
Dmv_sdhci.c40 static struct sdhci_ops mv_ops;
81 memset(&mv_ops, 0, sizeof(struct sdhci_ops)); in mv_sdh_init()
Dbcm2835_sdhci.c156 static const struct sdhci_ops bcm2835_ops = {
243 .ops = &sdhci_ops,
Ds5p_sdhci.c81 static const struct sdhci_ops s5p_sdhci_ops = {
291 .ops = &sdhci_ops,
Dsdhci-cadence.c164 static const struct sdhci_ops sdhci_cdns_ops = {
259 sdhci_cdns_mmc_ops = sdhci_ops; in sdhci_cdns_probe()
Dzynq_sdhci.c222 const struct sdhci_ops arasan_ops = {
330 .ops = &sdhci_ops,
Dpci_mmc.c59 .ops = &sdhci_ops,
Dpic32_sdhci.c27 static const struct sdhci_ops pic32_sdhci_ops = {
Dtangier_sdhci.c77 .ops = &sdhci_ops,
Dsdhci.c545 const struct dm_mmc_ops sdhci_ops = { variable
553 static const struct mmc_ops sdhci_ops = { variable
582 cfg->ops = &sdhci_ops;
Drockchip_sdhci.c113 .ops = &sdhci_ops,
Datmel_sdhci.c122 .ops = &sdhci_ops,
Dsti_sdhci.c143 .ops = &sdhci_ops,
Dxenon_sdhci.c370 static const struct sdhci_ops xenon_sdhci_ops = {
493 .ops = &sdhci_ops,
Dmsm_sdhci.c202 .ops = &sdhci_ops,
/external/u-boot/include/
Dsdhci.h238 struct sdhci_ops { struct
265 const struct sdhci_ops *ops; argument
429 extern const struct dm_mmc_ops sdhci_ops;