Home
last modified time | relevance | path

Searched defs:USBDescDevice (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/usb/
H A Ddesc.h109 struct USBDescDevice { struct
110 uint16_t bcdUSB;
111 uint8_t bDeviceClass;
112 uint8_t bDeviceSubClass;
113 uint8_t bDeviceProtocol;
114 uint8_t bMaxPacketSize0;
115 uint8_t bNumConfigurations;
117 const USBDescConfig *confs;
/openbmc/qemu/include/hw/
H A Dusb.h187 typedef struct USBDescDevice USBDescDevice; typedef