Home
last modified time | relevance | path

Searched defs:usb_config_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.h179 struct usb_config_descriptor { struct
180 MS_U8 bLength;
181 MS_U8 bDescriptorType;
183 MS_U16 wTotalLength;
184 MS_U8 bNumInterfaces;
185 MS_U8 bConfigurationValue;
186 MS_U8 iConfiguration;
187 MS_U8 bmAttributes;
188 MS_U8 bMaxPower;
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB_CH9.h418 struct usb_config_descriptor { struct
419 unsigned char bLength;
420 unsigned char bDescriptorType;
422 U16 wTotalLength;
423 unsigned char bNumInterfaces;
424 unsigned char bConfigurationValue;
425 unsigned char iConfiguration;
426 unsigned char bmAttributes;
427 unsigned char bMaxPower;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/usb/
H A Dch9.h265 struct usb_config_descriptor { struct
266 __u8 bLength;
267 __u8 bDescriptorType;
269 __le16 wTotalLength;
270 __u8 bNumInterfaces;
271 __u8 bConfigurationValue;
272 __u8 iConfiguration;
273 __u8 bmAttributes;
274 __u8 bMaxPower;