Home
last modified time | relevance | path

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

/freebsd/sys/dev/superio/
H A Dsuperio.c909 device_t sio_dev = device_get_parent(dev); in superio_vendor() local
910 struct siosc *sc = device_get_softc(sio_dev); in superio_vendor()
918 device_t sio_dev = device_get_parent(dev); in superio_devid() local
919 struct siosc *sc = device_get_softc(sio_dev); in superio_devid()
927 device_t sio_dev = device_get_parent(dev); in superio_revid() local
928 struct siosc *sc = device_get_softc(sio_dev); in superio_revid()
936 device_t sio_dev = device_get_parent(dev); in superio_extid() local
937 struct siosc *sc = device_get_softc(sio_dev); in superio_extid()
945 device_t sio_dev = device_get_parent(dev); in superio_ldn_read() local
946 struct siosc *sc = device_get_softc(sio_dev); in superio_ldn_read()
[all …]