Home
last modified time | relevance | path

Searched defs:usb_endpoint_descriptor (Results 1 – 4 of 4) 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/u-boot/include/linux/usb/
Dch9.h366 struct usb_endpoint_descriptor { struct
367 __u8 bLength;
368 __u8 bDescriptorType;
370 __u8 bEndpointAddress;
371 __u8 bmAttributes;
372 __le16 wMaxPacketSize;
373 __u8 bInterval;
377 __u8 bRefresh;
378 __u8 bSynchAddress;
/external/u-boot/include/
Dusbdescriptors.h181 struct usb_endpoint_descriptor { struct
182 u8 bLength;
183 u8 bDescriptorType; /* 0x5 */
184 u8 bEndpointAddress;
185 u8 bmAttributes;
186 u16 wMaxPacketSize;
187 u8 bInterval;
/external/kernel-headers/original/uapi/linux/usb/
Dch9.h400 struct usb_endpoint_descriptor { struct
401 __u8 bLength;
402 __u8 bDescriptorType;
404 __u8 bEndpointAddress;
405 __u8 bmAttributes;
406 __le16 wMaxPacketSize;
407 __u8 bInterval;
411 __u8 bRefresh;
412 __u8 bSynchAddress;