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