Home
last modified time | relevance | path

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

/freebsd/sys/dev/superio/
H A Dsuperio.c271 { .ldn = 9, .type = SUPERIO_DEV_GPIO },
281 { .ldn = 7, .type = SUPERIO_DEV_GPIO },
283 { .ldn = 15, .type = SUPERIO_DEV_GPIO },
288 { .ldn = 9, .type = SUPERIO_DEV_GPIO },
293 { .ldn = 0x7, .type = SUPERIO_DEV_GPIO },
300 { .ldn = 0x9, .type = SUPERIO_DEV_GPIO },
306 { .ldn = 6, .type = SUPERIO_DEV_GPIO },
503 case SUPERIO_DEV_GPIO: in devtype_to_str()
H A Dsuperio.h43 SUPERIO_DEV_GPIO, enumerator
/freebsd/sys/dev/ftgpio/
H A Dftgpio.c338 if (superio_get_type(dev) != SUPERIO_DEV_GPIO) in ftgpio_probe()
/freebsd/sys/dev/nctgpio/
H A Dnctgpio.c1117 if (superio_get_type(dev) != SUPERIO_DEV_GPIO) { in nct_probe()