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