Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Ddesc.c20 d->bDescriptorType = USB_DT_DEVICE; in usb_desc_device()
653 case USB_DT_DEVICE: in usb_desc_get_descriptor()
/qemu/include/hw/
H A Dusb.h147 #define USB_DT_DEVICE 0x01 macro