Searched refs:USBHostDevice (Results 1 – 1 of 1) sorted by relevance
64 OBJECT_DECLARE_SIMPLE_TYPE(USBHostDevice, USB_HOST_DEVICE)82 struct USBHostDevice { struct99 QTAILQ_ENTRY(USBHostDevice) next; argument127 USBHostDevice *host; argument147 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 …]