Home
last modified time | relevance | path

Searched defs:usb_interface_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.h210 struct usb_interface_descriptor { struct
211 MS_U8 bLength;
212 MS_U8 bDescriptorType;
214 MS_U8 bInterfaceNumber;
215 MS_U8 bAlternateSetting;
216 MS_U8 bNumEndpoints;
217 MS_U8 bInterfaceClass;
218 MS_U8 bInterfaceSubClass;
219 MS_U8 bInterfaceProtocol;
220 MS_U8 iInterface;
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB_CH9.h502 struct usb_interface_descriptor { struct
503 unsigned char bLength;
504 unsigned char bDescriptorType;
506 unsigned char bInterfaceNumber;
507 unsigned char bAlternateSetting;
508 unsigned char bNumEndpoints;
509 unsigned char bInterfaceClass;
510 unsigned char bInterfaceSubClass;
511 unsigned char bInterfaceProtocol;
512 unsigned char iInterface;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/usb/
H A Dch9.h302 struct usb_interface_descriptor { struct
303 __u8 bLength;
304 __u8 bDescriptorType;
306 __u8 bInterfaceNumber;
307 __u8 bAlternateSetting;
308 __u8 bNumEndpoints;
309 __u8 bInterfaceClass;
310 __u8 bInterfaceSubClass;
311 __u8 bInterfaceProtocol;
312 __u8 iInterface;