Searched refs:intelspi_acpi_devices (Results 1 – 1 of 1) sorted by relevance
45 } intelspi_acpi_devices[] = { variable65 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()