Searched defs:uts_softc (Results 1 – 1 of 1) sorted by relevance
48 struct uts_softc { struct49 struct device sc_dev;50 struct usbd_device *sc_udev;51 struct usbd_interface *sc_iface;52 int sc_product;53 int sc_vendor;55 int sc_intr_number;56 struct usbd_pipe *sc_intr_pipe;57 u_char *sc_ibuf;58 int sc_isize;[all …]