Searched defs:usb_string_descriptor (Results 1 – 2 of 2) 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 */
Completed in 9 milliseconds