Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Ddesc.h163 struct USBDescEndpoint { struct
164 uint8_t bEndpointAddress;
165 uint8_t bmAttributes;
166 uint16_t wMaxPacketSize;
167 uint8_t bInterval;
168 uint8_t bRefresh;
169 uint8_t bSynchAddress;
172 uint8_t *extra;
175 uint8_t bMaxBurst;
176 uint8_t bmAttributes_super;
[all …]
/openbmc/qemu/include/hw/
H A Dusb.h191 typedef struct USBDescEndpoint USBDescEndpoint; typedef