Lines Matching refs:sio_dev
899 device_t sio_dev = device_get_parent(dev); in superio_vendor() local
900 struct siosc *sc = device_get_softc(sio_dev); in superio_vendor()
908 device_t sio_dev = device_get_parent(dev); in superio_devid() local
909 struct siosc *sc = device_get_softc(sio_dev); in superio_devid()
917 device_t sio_dev = device_get_parent(dev); in superio_revid() local
918 struct siosc *sc = device_get_softc(sio_dev); in superio_revid()
926 device_t sio_dev = device_get_parent(dev); in superio_extid() local
927 struct siosc *sc = device_get_softc(sio_dev); in superio_extid()
935 device_t sio_dev = device_get_parent(dev); in superio_ldn_read() local
936 struct siosc *sc = device_get_softc(sio_dev); in superio_ldn_read()
956 device_t sio_dev = device_get_parent(dev); in superio_ldn_write() local
957 struct siosc *sc = device_get_softc(sio_dev); in superio_ldn_write()
975 device_t sio_dev = device_get_parent(dev); in superio_dev_enabled() local
976 struct siosc *sc = device_get_softc(sio_dev); in superio_dev_enabled()
991 device_t sio_dev = device_get_parent(dev); in superio_dev_enable() local
992 struct siosc *sc = device_get_softc(sio_dev); in superio_dev_enable()
1010 device_t sio_dev = device_get_parent(dev); in superio_dev_disable() local
1011 struct siosc *sc = device_get_softc(sio_dev); in superio_dev_disable()