Home
last modified time | relevance | path

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

/Linux-v4.19/tools/usb/usbip/src/
Dusbip_port.c28 ret = usbip_vhci_driver_open(); in list_imported_devices()
Dusbip_detach.c63 ret = usbip_vhci_driver_open(); in detach_port()
Dusbip_attach.c99 rc = usbip_vhci_driver_open(); in import_device()
/Linux-v4.19/tools/usb/usbip/libsrc/
Dvhci_driver.h49 int usbip_vhci_driver_open(void);
Dvhci_driver.c243 int usbip_vhci_driver_open(void) in usbip_vhci_driver_open() function