Searched defs:fotg210_iso_stream (Results 1 – 1 of 1) sorted by relevance
490 struct fotg210_iso_stream { struct492 struct fotg210_qh_hw *hw;494 u8 bEndpointAddress;495 u8 highspeed;496 struct list_head td_list; /* queued itds */497 struct list_head free_list; /* list of unused itds */498 struct usb_device *udev;499 struct usb_host_endpoint *ep;502 int next_uframe;503 __hc32 splits;[all …]