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