Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/usb/
H A 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;
/rk3399_rockchip-uboot/include/
H A Dusbdescriptors.h182 struct usb_endpoint_descriptor { struct
183 u8 bLength;
184 u8 bDescriptorType; /* 0x5 */
185 u8 bEndpointAddress;
186 u8 bmAttributes;
187 u16 wMaxPacketSize;
188 u8 bInterval;