Home
last modified time | relevance | path

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

/dflybsd-src/sys/bus/u4b/serial/
H A Ducycom.c72 struct ucycom_softc { struct
73 struct ucom_super_softc sc_super_ucom;
74 struct ucom_softc sc_ucom;
76 struct usb_device *sc_udev;
77 struct usb_xfer *sc_xfer[UCYCOM_N_TRANSFER];
78 struct lock sc_lock;
80 uint32_t sc_model;
84 uint16_t sc_flen; /* feature report length */
85 uint16_t sc_ilen; /* input report length */
86 uint16_t sc_olen; /* output report length */
[all …]