Searched defs:ucycom_softc (Results 1 – 1 of 1) sorted by relevance
72 struct ucycom_softc { struct73 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 …]