Searched refs:sdhci_devices (Results 1 – 1 of 1) sorted by relevance
81 } sdhci_devices[] = { variable311 for (i = 0; sdhci_devices[i].model != 0; i++) { in sdhci_pci_probe()312 if (sdhci_devices[i].model == model && in sdhci_pci_probe()313 (sdhci_devices[i].subvendor == 0xffff || in sdhci_pci_probe()314 sdhci_devices[i].subvendor == subvendor)) { in sdhci_pci_probe()315 device_set_desc(dev, sdhci_devices[i].desc); in sdhci_pci_probe()342 for (i = 0; sdhci_devices[i].model != 0; i++) { in sdhci_pci_attach()343 if (sdhci_devices[i].model == model && in sdhci_pci_attach()344 (sdhci_devices[i].subvendor == 0xffff || in sdhci_pci_attach()345 sdhci_devices[i].subvendor == subvendor)) { in sdhci_pci_attach()[all …]