Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/superio/
H A Dsuperio.c255 static const struct sio_conf_methods * const methods_table[] = { variable
499 for (m = 0; methods_table[m] != NULL; m++) { in superio_detect()
500 methods_table[m]->enter(res, port); in superio_detect()
501 if (methods_table[m]->vendor == SUPERIO_VENDOR_ITE) { in superio_detect()
504 } else if (methods_table[m]->vendor == SUPERIO_VENDOR_NUVOTON) { in superio_detect()
508 } else if (methods_table[m]->vendor == SUPERIO_VENDOR_FINTEK) { in superio_detect()
515 methods_table[m]->exit(res, port); in superio_detect()
521 methods_table[m]->vendor) in superio_detect()
533 if (methods_table[m] == NULL) in superio_detect()
542 sc->methods = methods_table[m]; in superio_detect()