Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Ddesc.h120 struct USBDescConfig { struct
121 uint8_t bNumInterfaces;
122 uint8_t bConfigurationValue;
123 uint8_t iConfiguration;
124 uint8_t bmAttributes;
125 uint8_t bMaxPower;
128 uint8_t nif_groups;
129 const USBDescIfaceAssoc *if_groups;
132 uint8_t nif;
133 const USBDescIface *ifs;
/openbmc/qemu/include/hw/
H A Dusb.h189 typedef struct USBDescConfig USBDescConfig; typedef