Searched defs:uchcom_softc (Results 1 – 1 of 1) sorted by relevance
155 struct uchcom_softc { struct156 struct ucom_super_softc sc_super_ucom;157 struct ucom_softc sc_ucom;159 struct usb_xfer *sc_xfer[UCHCOM_N_TRANSFER];160 struct usb_device *sc_udev;161 struct lock sc_lock;163 uint8_t sc_dtr; /* local copy */164 uint8_t sc_rts; /* local copy */165 uint8_t sc_version;166 uint8_t sc_msr;[all …]