Searched refs:SUPERIO_DEV_NONE (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/superio/
H A Dsuperio.h42 SUPERIO_DEV_NONE, enumerator in enum:superio_dev_type
H A Dsuperio.c269 { .type = SUPERIO_DEV_NONE },
274 { .type = SUPERIO_DEV_NONE },
281 { .type = SUPERIO_DEV_NONE },
286 { .type = SUPERIO_DEV_NONE },
450 case SUPERIO_DEV_NONE:
661 for (i = 0; sc->known_devices[i].type != SUPERIO_DEV_NONE; i++) {
710 dinfo->type = SUPERIO_DEV_NONE;
958 if (type == SUPERIO_DEV_NONE && ldn == -1)
964 if (type != SUPERIO_DEV_NONE && dinfo->type != type)

Completed in 40 milliseconds