Home
last modified time | relevance | path

Searched refs:superio_find_dev (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/superio/
H A Dsuperio.h59 device_t superio_find_dev(device_t superio, superio_dev_type_t type,
H A Dsuperio.c1038 superio_find_dev(device_t superio, superio_dev_type_t type, int ldn) in superio_find_dev() function
/freebsd/sys/dev/nctgpio/
H A Dnctgpio.c1157 dev_8 = superio_find_dev(device_get_parent(dev), SUPERIO_DEV_WDT, 8); in nct_attach()