Home
last modified time | relevance | path

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

/linux-4.4.14/tools/usb/usbip/libsrc/
Dusbip_host_driver.h46 int usbip_host_export_device(struct usbip_exported_device *edev, int sockfd);
Dusbip_host_driver.c224 int usbip_host_export_device(struct usbip_exported_device *edev, int sockfd) in usbip_host_export_device() function
/linux-4.4.14/tools/usb/usbip/src/
Dusbipd.c124 rc = usbip_host_export_device(edev, sockfd); in recv_request_import()