Lines Matching refs:superio_table
319 } superio_table[] = { variable
570 for (i = 0; superio_table[i].vendor != 0; i++) { in superio_detect()
573 mask = superio_table[i].mask; in superio_detect()
574 if (superio_table[i].vendor != in superio_detect()
577 if ((superio_table[i].devid & ~mask) != (devid & ~mask)) in superio_detect()
579 if (prefer > 0 && prefer != superio_table[i].extid) in superio_detect()
585 if (superio_table[i].vendor != 0) in superio_detect()
600 sc->known_devices = superio_table[i].devices; in superio_detect()
606 sc->extid = superio_table[i].extid; in superio_detect()
616 if (superio_table[i].descr != NULL) { in superio_detect()
617 device_set_desc(dev, superio_table[i].descr); in superio_detect()