Searched defs:pci_vtinput_softc (Results 1 – 1 of 1) sorted by relevance
142 struct pci_vtinput_softc { struct143 struct virtio_softc vsc_vs;144 struct vqueue_info vsc_queues[VTINPUT_MAXQ];145 pthread_mutex_t vsc_mtx;146 const char *vsc_evdev;147 int vsc_fd;171 struct pci_vtinput_softc *sc = vsc; in pci_vtinput_reset() argument