Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/superio/
H A Dsuperio.c253 static const struct sio_conf_methods * const methods_table[] = { variable
553 for (m = 0; methods_table[m] != NULL; m++) { in superio_detect()
554 methods_table[m]->enter(res, port); in superio_detect()
555 if (methods_table[m]->vendor == SUPERIO_VENDOR_ITE) { in superio_detect()
558 } else if (methods_table[m]->vendor == SUPERIO_VENDOR_NUVOTON) { in superio_detect()
562 } else if (methods_table[m]->vendor == SUPERIO_VENDOR_FINTEK) { in superio_detect()
569 methods_table[m]->exit(res, port); in superio_detect()
575 methods_table[m]->vendor) in superio_detect()
589 if (methods_table[m] == NULL) in superio_detect()
598 sc->methods = methods_table[m]; in superio_detect()