Home
last modified time | relevance | path

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

123

/openbmc/u-boot/drivers/mmc/
H A Dmv_sdhci.c40 static struct sdhci_ops mv_ops;
81 memset(&mv_ops, 0, sizeof(struct sdhci_ops)); in mv_sdh_init()
H A Ds5p_sdhci.c81 static const struct sdhci_ops s5p_sdhci_ops = {
241 .ops = &sdhci_ops,
H A Dbcm2835_sdhci.c156 static const struct sdhci_ops bcm2835_ops = {
243 .ops = &sdhci_ops,
H A Dsdhci-cadence.c164 static const struct sdhci_ops sdhci_cdns_ops = {
259 sdhci_cdns_mmc_ops = sdhci_ops; in sdhci_cdns_probe()
H A Dpic32_sdhci.c27 static const struct sdhci_ops pic32_sdhci_ops = {
H A Dpci_mmc.c59 .ops = &sdhci_ops,
H A Dtangier_sdhci.c77 .ops = &sdhci_ops,
H A Dzynq_sdhci.c221 const struct sdhci_ops arasan_ops = {
329 .ops = &sdhci_ops,
H A Dk3_arsan_sdhci.c104 .ops = &sdhci_ops,
H A Drockchip_sdhci.c113 .ops = &sdhci_ops,
H A Datmel_sdhci.c122 .ops = &sdhci_ops,
H A Dsti_sdhci.c143 .ops = &sdhci_ops,
H A Dsdhci.c573 const struct dm_mmc_ops sdhci_ops = { variable
581 static const struct mmc_ops sdhci_ops = { variable
610 cfg->ops = &sdhci_ops;
H A Daspeed_sdhci.c140 .ops = &sdhci_ops,
H A Dxenon_sdhci.c370 static const struct sdhci_ops xenon_sdhci_ops = {
493 .ops = &sdhci_ops,
/openbmc/u-boot/include/
H A Dsdhci.h242 struct sdhci_ops { struct
269 const struct sdhci_ops *ops; argument
434 extern const struct dm_mmc_ops sdhci_ops;
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-pxav2.c179 const struct sdhci_ops *ops;
183 static const struct sdhci_ops pxav1_sdhci_ops = {
199 static const struct sdhci_ops pxav2_sdhci_ops = {
H A Dsdhci-iproc.c184 static const struct sdhci_ops sdhci_iproc_ops = {
192 static const struct sdhci_ops sdhci_iproc_32only_ops = {
272 static const struct sdhci_ops sdhci_iproc_bcm2711_ops = {
H A Dsdhci-brcmstb.c42 struct sdhci_ops *ops;
152 static struct sdhci_ops sdhci_brcmstb_ops = {
159 static struct sdhci_ops sdhci_brcmstb_ops_7216 = {
H A Dsdhci-of-hlwd.c50 static const struct sdhci_ops sdhci_hlwd_ops = {
H A Dsdhci-pci-dwc-mshc.c74 static const struct sdhci_ops sdhci_snps_ops = {
H A Dsdhci-dove.c49 static const struct sdhci_ops sdhci_dove_ops = {
H A Dsdhci-pltfm.h16 const struct sdhci_ops *ops;
H A Dsdhci-acpi.c48 const struct sdhci_ops *ops;
223 static const struct sdhci_ops sdhci_acpi_ops_dflt = {
230 static const struct sdhci_ops sdhci_acpi_ops_int = {
599 static const struct sdhci_ops sdhci_acpi_ops_amd = {
/openbmc/linux/scripts/
H A Dconst_structs.checkpatch70 sdhci_ops

123