Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvUSB_CH9.h228 struct usb_endpoint_descriptor { struct
229 MS_U8 bLength;
230 MS_U8 bDescriptorType;
232 MS_U8 bEndpointAddress;
233 MS_U8 bmAttributes;
234 MS_U16 wMaxPacketSize;
235 MS_U8 bInterval;
237 MS_U8 bRefresh;
238 MS_U8 bSynchAddress;
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB_CH9.h537 struct usb_endpoint_descriptor { struct
538 unsigned char bLength;
539 unsigned char bDescriptorType;
541 unsigned char bEndpointAddress;
542 unsigned char bmAttributes;
543 U16 wMaxPacketSize;
544 unsigned char bInterval;
546 unsigned char bRefresh;
547 unsigned char bSynchAddress;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/usb/
H A Dch9.h320 struct usb_endpoint_descriptor { struct
321 __u8 bLength;
322 __u8 bDescriptorType;
324 __u8 bEndpointAddress;
325 __u8 bmAttributes;
326 __le16 wMaxPacketSize;
327 __u8 bInterval;
331 __u8 bRefresh;
332 __u8 bSynchAddress;