Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhost-libusb.c82 struct USBHostDevice { struct
99 QTAILQ_ENTRY(USBHostDevice) next; argument
100 int seen, errcount;
101 int bus_num;
102 int addr;
103 char port[16];
127 USBHostDevice *host; argument