Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dusbdescriptors.h245 struct usb_string_descriptor { struct
246 u8 bLength;
247 u8 bDescriptorType; /* 0x03 */
248 u16 wData[0];
/third_party/FreeBSD/sys/dev/usb/
Dusb.h579 struct usb_string_descriptor { struct
585 typedef struct usb_string_descriptor usb_string_descriptor_t; argument
/third_party/uboot/u-boot-2020.01/include/linux/usb/
Dch9.h334 struct usb_string_descriptor { struct
335 __u8 bLength;
336 __u8 bDescriptorType;
338 __le16 wData[1]; /* UTF-16LE encoded */