Searched refs:sdhci_acpi_devices (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/sdhci/
H A Dsdhci_acpi.c62 } sdhci_acpi_devices[] = { variable in typeref:struct:sdhci_acpi_device
258 for (i = 0; sdhci_acpi_devices[i].hid != NULL; i++) {
259 if (strcmp(sdhci_acpi_devices[i].hid, hid) != 0)
261 if ((sdhci_acpi_devices[i].uid != 0) &&
262 (sdhci_acpi_devices[i].uid != uid))
264 return (&sdhci_acpi_devices[i]);

Completed in 85 milliseconds