Home
last modified time | relevance | path

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

/qemu/include/hw/
H A Dusb.h184 typedef struct USBEndpoint USBEndpoint; typedef
206 struct USBEndpoint { struct
207 uint8_t nr;
208 uint8_t pid;
209 uint8_t type;
210 uint8_t ifnum;
211 int max_packet_size;
212 int max_streams;
213 bool pipeline;
214 bool halted;
[all …]