Home
last modified time | relevance | path

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

/external/libusb-compat/libusb/
Dusb.h106 struct usb_endpoint_descriptor { struct
107 u_int8_t bLength;
108 u_int8_t bDescriptorType;
109 u_int8_t bEndpointAddress;
110 u_int8_t bmAttributes;
111 u_int16_t wMaxPacketSize;
112 u_int8_t bInterval;
113 u_int8_t bRefresh;
114 u_int8_t bSynchAddress;
116 unsigned char *extra; /* Extra descriptors */
[all …]
/external/kernel-headers/original/linux/
Dusb_ch9.h295 struct usb_endpoint_descriptor { struct
296 __u8 bLength;
297 __u8 bDescriptorType;
299 __u8 bEndpointAddress;
300 __u8 bmAttributes;
301 __le16 wMaxPacketSize;
302 __u8 bInterval;
306 __u8 bRefresh;
307 __u8 bSynchAddress;
/external/kernel-headers/original/linux/usb/
Dch9.h362 struct usb_endpoint_descriptor { struct
363 __u8 bLength;
364 __u8 bDescriptorType;
366 __u8 bEndpointAddress;
367 __u8 bmAttributes;
368 __le16 wMaxPacketSize;
369 __u8 bInterval;
373 __u8 bRefresh;
374 __u8 bSynchAddress;