Searched defs:usb_raw_ep_caps (Results 1 – 1 of 1) sorted by relevance
109 struct usb_raw_ep_caps { struct110 __u32 type_control : 1;111 __u32 type_iso : 1;112 __u32 type_bulk : 1;113 __u32 type_int : 1;114 __u32 dir_in : 1;115 __u32 dir_out : 1;