Searched defs:usb_ep_caps (Results 1 – 1 of 1) sorted by relevance
152 struct usb_ep_caps { struct153 unsigned type_control:1;154 unsigned type_iso:1;155 unsigned type_bulk:1;156 unsigned type_int:1;157 unsigned dir_in:1;158 unsigned dir_out:1;