Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Ddesc.h100 struct USBDescID { struct
101 uint16_t idVendor;
102 uint16_t idProduct;
103 uint16_t bcdDevice;
104 uint8_t iManufacturer;
105 uint8_t iProduct;
106 uint8_t iSerialNumber;
/openbmc/qemu/include/hw/
H A Dusb.h187 typedef struct USBDescID USBDescID; typedef