Searched defs:usb_ep_caps (Results 1 – 1 of 1) sorted by relevance
141 struct usb_ep_caps { struct142 unsigned type_control:1;143 unsigned type_iso:1;144 unsigned type_bulk:1;145 unsigned type_int:1;146 unsigned dir_in:1;147 unsigned dir_out:1;
Completed in 7 milliseconds