Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-iproc.c26 struct sdhci_iproc_data { struct
34 const struct sdhci_iproc_data *data; argument
222 static const struct sdhci_iproc_data iproc_cygnus_data = {
246 static const struct sdhci_iproc_data iproc_data = {
270 static const struct sdhci_iproc_data bcm2835_data = {
302 static const struct sdhci_iproc_data bcm2711_data = {
329 static const struct sdhci_iproc_data bcm_arasan_data = {
346 const struct sdhci_iproc_data *iproc_data = NULL; in sdhci_iproc_probe()