Lines Matching refs:sio_dev
909 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()
966 device_t sio_dev = device_get_parent(dev); in superio_ldn_write() local
967 struct siosc *sc = device_get_softc(sio_dev); in superio_ldn_write()
985 device_t sio_dev = device_get_parent(dev); in superio_dev_enabled() local
986 struct siosc *sc = device_get_softc(sio_dev); in superio_dev_enabled()
1001 device_t sio_dev = device_get_parent(dev); in superio_dev_enable() local
1002 struct siosc *sc = device_get_softc(sio_dev); in superio_dev_enable()
1020 device_t sio_dev = device_get_parent(dev); in superio_dev_disable() local
1021 struct siosc *sc = device_get_softc(sio_dev); in superio_dev_disable()