Home
last modified time | relevance | path

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

/openbmc/linux/tools/usb/usbip/libsrc/
H A Dvhci_driver.h63 int usbip_vhci_detach_device(uint8_t port);
H A Dvhci_driver.c399 int usbip_vhci_detach_device(uint8_t port) in usbip_vhci_detach_device() function
/openbmc/linux/tools/usb/usbip/src/
H A Dusbip_detach.c82 ret = usbip_vhci_detach_device(portnum); in detach_port()