Searched refs:methods_table (Results 1 – 1 of 1) sorted by relevance
252 static const struct sio_conf_methods * const methods_table[] = { variable552 for (m = 0; methods_table[m] != NULL; m++) { in superio_detect()553 methods_table[m]->enter(res, port); in superio_detect()554 if (methods_table[m]->vendor == SUPERIO_VENDOR_ITE) { in superio_detect()557 } else if (methods_table[m]->vendor == SUPERIO_VENDOR_NUVOTON) { in superio_detect()561 } else if (methods_table[m]->vendor == SUPERIO_VENDOR_FINTEK) { in superio_detect()568 methods_table[m]->exit(res, port); in superio_detect()574 methods_table[m]->vendor) in superio_detect()588 if (methods_table[m] == NULL) in superio_detect()597 sc->methods = methods_table[m]; in superio_detect()