Searched defs:usb_endpoint_descriptor (Results 1 – 2 of 2) sorted by relevance
405 struct usb_endpoint_descriptor { struct406 __u8 bLength;407 __u8 bDescriptorType;409 __u8 bEndpointAddress;410 __u8 bmAttributes;411 __le16 wMaxPacketSize;412 __u8 bInterval;416 __u8 bRefresh;417 __u8 bSynchAddress;
390 struct usb_endpoint_descriptor { struct391 uint8_t bLength; /* Descriptor size in bytes = 7 */392 uint8_t bDescriptorType; /* ENDPOINT descriptor type = 5 */393 uint8_t bEndpointAddress; /* Endpoint # 0 - 15 | IN/OUT */394 uint8_t bmAttributes; /* Transfer type */395 uint16_t wMaxPacketSize; /* Bits 10:0 = max. packet size */396 uint8_t bInterval; /* Polling interval in (micro) frames */