Searched defs:uchcom_softc (Results 1 – 1 of 1) sorted by relevance
121 struct uchcom_softc struct123 device_t sc_dev;124 struct usbd_device * sc_udev;125 device_t sc_subdev;126 struct usbd_interface * sc_iface;127 bool sc_dying;129 int sc_intr_endpoint;130 int sc_intr_size;131 struct usbd_pipe * sc_intr_pipe;132 u_char *sc_intr_buf;[all …]