Searched defs:usb_endpoint_descriptor (Results 1 – 2 of 2) sorted by relevance
106 struct usb_endpoint_descriptor { struct107 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 …]
369 struct usb_endpoint_descriptor { struct370 __u8 bLength;371 __u8 bDescriptorType;373 __u8 bEndpointAddress;374 __u8 bmAttributes;375 __le16 wMaxPacketSize;376 __u8 bInterval;380 __u8 bRefresh;381 __u8 bSynchAddress;