Searched defs:usb_raw_ep_caps (Results 1 – 1 of 1) sorted by relevance
119 struct usb_raw_ep_caps { struct120 __u32 type_control : 1;121 __u32 type_iso : 1;122 __u32 type_bulk : 1;123 __u32 type_int : 1;124 __u32 dir_in : 1;125 __u32 dir_out : 1;