Home
last modified time | relevance | path

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

/linux-4.4.14/tools/usb/usbip/libsrc/
Dvhci_driver.h55 int usbip_vhci_detach_device(uint8_t port);
Dvhci_driver.c343 int usbip_vhci_detach_device(uint8_t port) in usbip_vhci_detach_device() function
/linux-4.4.14/tools/usb/usbip/src/
Dusbip_detach.c75 ret = usbip_vhci_detach_device(portnum); in detach_port()