Home
last modified time | relevance | path

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

/include/
A Dusbdescriptors.h178 struct usb_endpoint_descriptor { struct
179 u8 bLength;
180 u8 bDescriptorType; /* 0x5 */
181 u8 bEndpointAddress;
182 u8 bmAttributes;
183 u16 wMaxPacketSize;
184 u8 bInterval;
/include/linux/usb/
A Dch9.h364 struct usb_endpoint_descriptor { struct
365 __u8 bLength;
366 __u8 bDescriptorType;
368 __u8 bEndpointAddress;
369 __u8 bmAttributes;
370 __le16 wMaxPacketSize;
371 __u8 bInterval;
375 __u8 bRefresh;
376 __u8 bSynchAddress;

Completed in 9 milliseconds