Home
last modified time | relevance | path

Searched defs:usb_endpoint_descriptor (Results 1 – 2 of 2) sorted by relevance

/development/ndk/platforms/android-9/include/linux/
Dusb_ch9.h192 struct usb_endpoint_descriptor { struct
193 __u8 bLength;
194 __u8 bDescriptorType;
196 __u8 bEndpointAddress;
197 __u8 bmAttributes;
198 __le16 wMaxPacketSize;
199 __u8 bInterval;
201 __u8 bRefresh;
202 __u8 bSynchAddress;
/development/ndk/platforms/android-21/include/linux/usb/
Dch9.h239 struct usb_endpoint_descriptor { struct
240 __u8 bLength;
241 __u8 bDescriptorType;
242 __u8 bEndpointAddress;
244 __u8 bmAttributes;
245 __le16 wMaxPacketSize;
246 __u8 bInterval;
247 __u8 bRefresh;
249 __u8 bSynchAddress;