Searched defs:ugl_softc (Results 1 – 1 of 1) sorted by relevance
123 struct ugl_softc { struct124 struct device sc_dev;126 struct arpcom sc_arpcom;128 struct timeout sc_stat_ch;130 struct usbd_device *sc_udev;131 struct usbd_interface *sc_iface;132 int sc_ed[UGL_ENDPT_MAX];133 struct usbd_pipe *sc_ep[UGL_ENDPT_MAX];134 struct ugl_cdata sc_cdata;136 uByte sc_ibuf[UGL_INTR_PKTLEN];[all …]