Home
last modified time | relevance | path

Searched defs:uaq_softc (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/usb/
H A Dif_uaq.c227 struct uaq_softc { struct
228 struct device sc_dev;
229 struct usbd_device *sc_udev;
231 struct usbd_interface *sc_iface;
232 struct usb_task sc_link_task;
233 struct timeval sc_rx_notice;
234 int sc_ed[UAQ_ENDPT_MAX];
235 struct usbd_pipe *sc_ep[UAQ_ENDPT_MAX];
236 int sc_out_frame_size;
261 int uaq_ctl(struct uaq_softc *, uint8_t, uint8_t, uint16_t, argument