Lines Matching refs:sio_dev
854 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()
907 device_t sio_dev = device_get_parent(dev); in superio_dev_enabled() local
908 struct siosc *sc = device_get_softc(sio_dev); in superio_dev_enabled()
923 device_t sio_dev = device_get_parent(dev); in superio_dev_enable() local
924 struct siosc *sc = device_get_softc(sio_dev); in superio_dev_enable()
942 device_t sio_dev = device_get_parent(dev); in superio_dev_disable() local
943 struct siosc *sc = device_get_softc(sio_dev); in superio_dev_disable()