Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhost-libusb.c64 OBJECT_DECLARE_SIMPLE_TYPE(USBHostDevice, USB_HOST_DEVICE)
82 struct USBHostDevice { struct
99 QTAILQ_ENTRY(USBHostDevice) next; argument
127 USBHostDevice *host; argument
147 USBHostDevice *host;
155 static QTAILQ_HEAD(, USBHostDevice) hostdevs =
159 static void usb_host_release_interfaces(USBHostDevice *s);
160 static void usb_host_nodev(USBHostDevice *s);
161 static void usb_host_detach_kernel(USBHostDevice *s);
162 static void usb_host_attach_kernel(USBHostDevice *s);
[all …]