Searched defs:ucom_softc (Results 1 – 1 of 1) sorted by relevance
144 struct ucom_softc { struct145 device_t sc_dev; /* base device */147 struct usbd_device * sc_udev; /* USB device */148 struct usbd_interface * sc_iface; /* data interface */150 int sc_bulkin_no; /* bulk in endpoint address */151 struct usbd_pipe * sc_bulkin_pipe;/* bulk in pipe */152 u_int sc_ibufsize; /* read buffer size */153 u_int sc_ibufsizepad; /* read buffer size padded */154 struct ucom_buffer sc_ibuff[UCOM_IN_BUFFS];158 int sc_bulkout_no; /* bulk out endpoint address */[all …]