Home
last modified time | relevance | path

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

/freebsd/sys/dev/superio/
H A Dsuperio.c252 static const struct sio_conf_methods * const methods_table[] = { variable
557 for (m = 0; methods_table[m] != NULL; m++) { in superio_detect()
558 methods_table[m]->enter(res, port); in superio_detect()
559 if (methods_table[m]->vendor == SUPERIO_VENDOR_ITE) { in superio_detect()
562 } else if (methods_table[m]->vendor == SUPERIO_VENDOR_NUVOTON) { in superio_detect()
566 } else if (methods_table[m]->vendor == SUPERIO_VENDOR_FINTEK) { in superio_detect()
573 methods_table[m]->exit(res, port); in superio_detect()
579 methods_table[m]->vendor) in superio_detect()
593 if (methods_table[m] == NULL) in superio_detect()
602 sc->methods = methods_table[m]; in superio_detect()