Searched defs:usb_string_descriptor (Results 1 – 4 of 4) sorted by relevance
86 struct usb_string_descriptor { struct87 u_int8_t bLength;88 u_int8_t bDescriptorType;89 u_int16_t wData[1];
245 struct usb_string_descriptor { struct246 u8 bLength;247 u8 bDescriptorType; /* 0x03 */248 u16 wData[0];
334 struct usb_string_descriptor { struct335 __u8 bLength;336 __u8 bDescriptorType;338 __le16 wData[1]; /* UTF-16LE encoded */
368 struct usb_string_descriptor { struct369 __u8 bLength;370 __u8 bDescriptorType;372 __le16 wData[1]; /* UTF-16LE encoded */