Home
last modified time | relevance | path

Searched defs:usb_string_descriptor (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dusbdescriptors.h245 struct usb_string_descriptor { struct
246 u8 bLength;
247 u8 bDescriptorType; /* 0x03 */
248 u16 wData[0];
/openbmc/u-boot/include/linux/usb/
H A Dch9.h334 struct usb_string_descriptor { struct
335 __u8 bLength;
336 __u8 bDescriptorType;
338 __le16 wData[1]; /* UTF-16LE encoded */
/openbmc/linux/include/uapi/linux/usb/
H A Dch9.h372 struct usb_string_descriptor { struct
373 __u8 bLength;
374 __u8 bDescriptorType;
376 union {