Searched defs:fotg210_iso_stream (Results 1 – 1 of 1) sorted by relevance
497 struct fotg210_iso_stream { struct499 struct fotg210_qh_hw *hw;501 u8 bEndpointAddress;502 u8 highspeed;503 struct list_head td_list; /* queued itds */504 struct list_head free_list; /* list of unused itds */505 struct usb_device *udev;506 struct usb_host_endpoint *ep;509 int next_uframe;510 __hc32 splits;[all …]