Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/
H A Dusb.h181 typedef struct USBDevice USBDevice; typedef
227 struct USBDevice { struct
228 DeviceState qdev;
229 USBPort *port;
230 char *port_path;
231 char *serial;
232 void *opaque;
233 uint32_t flags;
235 char *pcap_filename;
236 FILE *pcap;
[all …]