Searched refs:SUPERIO_DEV_GPIO (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/superio/ |
H A D | superio.c | 271 { .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 D | superio.h | 43 SUPERIO_DEV_GPIO, enumerator
|
/freebsd/sys/dev/ftgpio/ |
H A D | ftgpio.c | 338 if (superio_get_type(dev) != SUPERIO_DEV_GPIO) in ftgpio_probe()
|
/freebsd/sys/dev/nctgpio/ |
H A D | nctgpio.c | 1117 if (superio_get_type(dev) != SUPERIO_DEV_GPIO) { in nct_probe()
|