Home
last modified time | relevance | path

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

/freebsd/sys/dev/intel/
H A Dspi_acpi.c45 } intelspi_acpi_devices[] = { variable
65 for (i = 0; i < nitems(intelspi_acpi_devices); i++) { in intelspi_acpi_probe()
66 if (strcmp(intelspi_acpi_devices[i].hid, hid) == 0) { in intelspi_acpi_probe()
67 sc->sc_vers = intelspi_acpi_devices[i].vers; in intelspi_acpi_probe()
69 device_set_desc(dev, intelspi_acpi_devices[i].desc); in intelspi_acpi_probe()