Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Ddesc.h149 struct USBDescIface { struct
150 uint8_t bInterfaceNumber;
151 uint8_t bAlternateSetting;
152 uint8_t bNumEndpoints;
153 uint8_t bInterfaceClass;
154 uint8_t bInterfaceSubClass;
155 uint8_t bInterfaceProtocol;
156 uint8_t iInterface;
158 uint8_t ndesc;
159 USBDescOther *descs;
[all …]
/openbmc/qemu/include/hw/
H A Dusb.h191 typedef struct USBDescIface USBDescIface; typedef