Searched defs:usb_string_descriptor (Results 1 – 3 of 3) sorted by relevance
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 */
373 struct usb_string_descriptor { struct374 __u8 bLength;375 __u8 bDescriptorType;377 union {