Home
last modified time | relevance | path

Searched defs:uchcom_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/sys/dev/usb/serial/
H A Duchcom.c163 struct uchcom_softc { struct
164 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 …]