Home
last modified time | relevance | path

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

/freebsd/sys/dev/superio/
H A Dsuperio.h31 typedef enum superio_vendor { enum
47 superio_vendor_t superio_vendor(device_t dev);
H A Dsuperio.c907 superio_vendor(device_t dev) in superio_vendor() function
/freebsd/sys/dev/ftwd/
H A Dftwd.c104 if (superio_vendor(dev) != SUPERIO_VENDOR_FINTEK || in ftwd_probe()
/freebsd/sys/dev/itwd/
H A Ditwd.c122 if (superio_vendor(dev) != SUPERIO_VENDOR_ITE) in itwd_probe()
/freebsd/sys/dev/ncthwm/
H A Dncthwm.c169 if (superio_vendor(dev) != SUPERIO_VENDOR_NUVOTON) { in ncthwm_probe()
/freebsd/sys/dev/wbwd/
H A Dwbwd.c469 if (superio_vendor(dev) != SUPERIO_VENDOR_NUVOTON) in wb_probe()
/freebsd/sys/dev/ftgpio/
H A Dftgpio.c336 if (superio_vendor(dev) != SUPERIO_VENDOR_FINTEK) in ftgpio_probe()
/freebsd/sys/dev/nctgpio/
H A Dnctgpio.c1113 if (superio_vendor(dev) != SUPERIO_VENDOR_NUVOTON) { in nct_probe()
/freebsd/share/man/man9/
H A DMakefile2520 superio.9 superio_vendor.9 \