Searched defs:umct_softc (Results 1 – 1 of 1) sorted by relevance
94 struct umct_softc { struct95 struct ucom_super_softc sc_super_ucom;96 struct ucom_softc sc_ucom;98 struct usb_device *sc_udev;99 struct usb_xfer *sc_xfer[UMCT_N_TRANSFER];100 struct lock sc_lock;102 uint32_t sc_unit;127 static void umct_cfg_do_request(struct umct_softc *sc, uint8_t request, argument