Searched defs:usb_string_descriptor (Results 1 – 2 of 2) sorted by relevance
227 struct usb_string_descriptor { struct228 u8 bLength;229 u8 bDescriptorType; /* 0x03 */230 u16 wData[0];
332 struct usb_string_descriptor { struct333 __u8 bLength;334 __u8 bDescriptorType;336 __le16 wData[1]; /* UTF-16LE encoded */
Completed in 12 milliseconds