Searched defs:usb_endpoint_descriptor (Results 1 – 3 of 3) sorted by relevance
228 struct usb_endpoint_descriptor { struct229 MS_U8 bLength;230 MS_U8 bDescriptorType;232 MS_U8 bEndpointAddress;233 MS_U8 bmAttributes;234 MS_U16 wMaxPacketSize;235 MS_U8 bInterval;237 MS_U8 bRefresh;238 MS_U8 bSynchAddress;
537 struct usb_endpoint_descriptor { struct538 unsigned char bLength;539 unsigned char bDescriptorType;541 unsigned char bEndpointAddress;542 unsigned char bmAttributes;543 U16 wMaxPacketSize;544 unsigned char bInterval;546 unsigned char bRefresh;547 unsigned char bSynchAddress;
320 struct usb_endpoint_descriptor { struct321 __u8 bLength;322 __u8 bDescriptorType;324 __u8 bEndpointAddress;325 __u8 bmAttributes;326 __le16 wMaxPacketSize;327 __u8 bInterval;331 __u8 bRefresh;332 __u8 bSynchAddress;