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.c914 device_t sio_dev = device_get_parent(dev); in superio_vendor() local
915 struct siosc *sc = device_get_softc(sio_dev); in superio_vendor()
923 device_t sio_dev = device_get_parent(dev); in superio_devid() local
924 struct siosc *sc = device_get_softc(sio_dev); in superio_devid()
932 device_t sio_dev = device_get_parent(dev); in superio_revid() local
933 struct siosc *sc = device_get_softc(sio_dev); in superio_revid()
941 device_t sio_dev = device_get_parent(dev); in superio_extid() local
942 struct siosc *sc = device_get_softc(sio_dev); in superio_extid()
950 device_t sio_dev = device_get_parent(dev); in superio_ldn_read() local
951 struct siosc *sc = device_get_softc(sio_dev); in superio_ldn_read()
[all …]