Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhost-libusb.c948 static int usb_host_open(USBHostDevice *s, libusb_device *dev, int hostfd) in usb_host_open() function
1219 rc = usb_host_open(s, NULL, fd); in usb_host_realize()
1238 rc = usb_host_open(s, ldev, 0); in usb_host_realize()
1890 if (usb_host_open(s, devs[i], 0) < 0) { in usb_host_auto_check()