Home
last modified time | relevance | path

Searched defs:usb_endpoint_descriptor (Results 1 – 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/uapi/linux/usb/
Dch9.h405 struct usb_endpoint_descriptor { struct
406 __u8 bLength;
407 __u8 bDescriptorType;
409 __u8 bEndpointAddress;
410 __u8 bmAttributes;
411 __le16 wMaxPacketSize;
412 __u8 bInterval;
416 __u8 bRefresh;
417 __u8 bSynchAddress;
/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/common/
Dusb_def.h390 struct usb_endpoint_descriptor { struct
391 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 */