Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mmc/host/
Dsdhci-omap.c91 struct sdhci_omap_data { struct
923 static const struct sdhci_omap_data k2g_data = {
927 static const struct sdhci_omap_data am335_data = {
932 static const struct sdhci_omap_data am437_data = {
937 static const struct sdhci_omap_data dra7_data = {
1091 struct sdhci_omap_data *data; in sdhci_omap_probe()
1099 data = (struct sdhci_omap_data *)match->data; in sdhci_omap_probe()