Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-omap.c93 struct sdhci_omap_data { struct
928 static const struct sdhci_omap_data k2g_data = {
932 static const struct sdhci_omap_data am335_data = {
937 static const struct sdhci_omap_data am437_data = {
942 static const struct sdhci_omap_data dra7_data = {
1096 struct sdhci_omap_data *data; in sdhci_omap_probe()
1104 data = (struct sdhci_omap_data *)match->data; in sdhci_omap_probe()