Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/superio/
HDsuperio.c854 device_t sio_dev = device_get_parent(dev); in superio_vendor() local
855 struct siosc *sc = device_get_softc(sio_dev); in superio_vendor()
863 device_t sio_dev = device_get_parent(dev); in superio_devid() local
864 struct siosc *sc = device_get_softc(sio_dev); in superio_devid()
872 device_t sio_dev = device_get_parent(dev); in superio_revid() local
873 struct siosc *sc = device_get_softc(sio_dev); in superio_revid()
881 device_t sio_dev = device_get_parent(dev); in superio_read() local
882 struct siosc *sc = device_get_softc(sio_dev); in superio_read()
895 device_t sio_dev = device_get_parent(dev); in superio_write() local
896 struct siosc *sc = device_get_softc(sio_dev); in superio_write()
[all …]