Searched defs:ubser_softc (Results 1 – 1 of 1) sorted by relevance
118 struct ubser_softc { struct119 struct ucom_super_softc sc_super_ucom;120 struct ucom_softc sc_ucom[UBSER_UNIT_MAX];122 struct usb_xfer *sc_xfer[UBSER_N_TRANSFER];123 struct usb_device *sc_udev;124 struct lock sc_lock;126 uint16_t sc_tx_size;128 uint8_t sc_numser;129 uint8_t sc_iface_no;130 uint8_t sc_iface_index;[all …]