Lines Matching refs:sio_dev
846 device_t sio_dev = device_get_parent(dev); in superio_vendor() local
847 struct siosc *sc = device_get_softc(sio_dev); in superio_vendor()
855 device_t sio_dev = device_get_parent(dev); in superio_devid() local
856 struct siosc *sc = device_get_softc(sio_dev); in superio_devid()
864 device_t sio_dev = device_get_parent(dev); in superio_revid() local
865 struct siosc *sc = device_get_softc(sio_dev); in superio_revid()
873 device_t sio_dev = device_get_parent(dev); in superio_read() local
874 struct siosc *sc = device_get_softc(sio_dev); in superio_read()
887 device_t sio_dev = device_get_parent(dev); in superio_write() local
888 struct siosc *sc = device_get_softc(sio_dev); in superio_write()
899 device_t sio_dev = device_get_parent(dev); in superio_dev_enabled() local
900 struct siosc *sc = device_get_softc(sio_dev); in superio_dev_enabled()
915 device_t sio_dev = device_get_parent(dev); in superio_dev_enable() local
916 struct siosc *sc = device_get_softc(sio_dev); in superio_dev_enable()
934 device_t sio_dev = device_get_parent(dev); in superio_dev_disable() local
935 struct siosc *sc = device_get_softc(sio_dev); in superio_dev_disable()