Searched defs:uchcom_softc (Results 1 – 1 of 1) sorted by relevance
163 struct uchcom_softc { struct164 struct ucom_super_softc sc_super_ucom;165 struct ucom_softc sc_ucom;167 struct usb_xfer *sc_xfer[UCHCOM_N_TRANSFER];168 struct usb_device *sc_udev;169 struct mtx sc_mtx;171 uint8_t sc_dtr; /* local copy */172 uint8_t sc_rts; /* local copy */173 uint8_t sc_version;174 uint8_t sc_msr;[all …]