Searched refs:sio_dev (Results 1 – 1 of 1) sorted by relevance
854 device_t sio_dev = device_get_parent(dev); in superio_vendor() local855 struct siosc *sc = device_get_softc(sio_dev); in superio_vendor()863 device_t sio_dev = device_get_parent(dev); in superio_devid() local864 struct siosc *sc = device_get_softc(sio_dev); in superio_devid()872 device_t sio_dev = device_get_parent(dev); in superio_revid() local873 struct siosc *sc = device_get_softc(sio_dev); in superio_revid()881 device_t sio_dev = device_get_parent(dev); in superio_read() local882 struct siosc *sc = device_get_softc(sio_dev); in superio_read()895 device_t sio_dev = device_get_parent(dev); in superio_write() local896 struct siosc *sc = device_get_softc(sio_dev); in superio_write()[all …]