Searched defs:usb_endpoint_descriptor (Results 1 – 3 of 3) sorted by relevance
366 struct usb_endpoint_descriptor { struct367 __u8 bLength;368 __u8 bDescriptorType;370 __u8 bEndpointAddress;371 __u8 bmAttributes;372 __le16 wMaxPacketSize;373 __u8 bInterval;377 __u8 bRefresh;378 __u8 bSynchAddress;
181 struct usb_endpoint_descriptor { struct182 u8 bLength;183 u8 bDescriptorType; /* 0x5 */184 u8 bEndpointAddress;185 u8 bmAttributes;186 u16 wMaxPacketSize;187 u8 bInterval;
407 struct usb_endpoint_descriptor { struct408 __u8 bLength;409 __u8 bDescriptorType;411 __u8 bEndpointAddress;412 __u8 bmAttributes;413 __le16 wMaxPacketSize;414 __u8 bInterval;418 __u8 bRefresh;419 __u8 bSynchAddress;