Lines Matching defs:ugl_softc
123 struct ugl_softc { struct
124 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];
138 u_int sc_rx_errs;
139 struct timeval sc_rx_notice;
140 u_int sc_intr_errs;