Home
last modified time | relevance | path

Searched refs:USB_DT_STRING (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/usb/
H A Ddesc.c604 dest[1] = USB_DT_STRING; in usb_desc_string()
620 dest[1] = USB_DT_STRING; in usb_desc_string()
664 case USB_DT_STRING: in usb_desc_get_descriptor()
/qemu/include/hw/
H A Dusb.h149 #define USB_DT_STRING 0x03 macro