Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/hiudc3/
Dusb3.h179 typedef struct usb_endpoint_descriptor { struct
191 } usb_endpoint_descriptor_t; argument
/third_party/uboot/u-boot-2020.01/include/linux/usb/
Dch9.h366 struct usb_endpoint_descriptor { struct
367 __u8 bLength;
368 __u8 bDescriptorType;
370 __u8 bEndpointAddress;
371 __u8 bmAttributes;
372 __le16 wMaxPacketSize;
373 __u8 bInterval;
377 __u8 bRefresh;
378 __u8 bSynchAddress;
/third_party/uboot/u-boot-2020.01/include/
Dusbdescriptors.h181 struct usb_endpoint_descriptor { struct
182 u8 bLength;
183 u8 bDescriptorType; /* 0x5 */
184 u8 bEndpointAddress;
185 u8 bmAttributes;
186 u16 wMaxPacketSize;
187 u8 bInterval;
/third_party/FreeBSD/sys/dev/usb/
Dusb.h526 struct usb_endpoint_descriptor { struct
527 uByte bLength;
528 uByte bDescriptorType;
529 uByte bEndpointAddress;
540 uByte bmAttributes;
565 typedef struct usb_endpoint_descriptor usb_endpoint_descriptor_t; argument