Home
last modified time | relevance | path

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

/openbmc/linux/tools/usb/usbip/src/
H A Dusbip_port.c19 ret = usbip_vhci_driver_open(); in list_imported_devices()
H A Dusbip_detach.c51 ret = usbip_vhci_driver_open(); in detach_port()
H A Dusbip_attach.c87 rc = usbip_vhci_driver_open(); in import_device()
/openbmc/linux/tools/usb/usbip/libsrc/
H A Dvhci_driver.h49 int usbip_vhci_driver_open(void);
H A Dvhci_driver.c243 int usbip_vhci_driver_open(void) in usbip_vhci_driver_open() function