Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/usbip/userspace/libsrc/
Dvhci_driver.h65 int usbip_vhci_detach_device(uint8_t port);
Dvhci_driver.c494 int usbip_vhci_detach_device(uint8_t port) in usbip_vhci_detach_device() function
/linux-3.4.99/drivers/staging/usbip/userspace/src/
Dusbip_detach.c66 ret = usbip_vhci_detach_device(portnum); in detach_port()