Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/usbip/userspace/libsrc/
Dusbip_host_driver.h45 int usbip_host_export_device(struct usbip_exported_device *edev, int sockfd);
Dusbip_host_driver.c335 int usbip_host_export_device(struct usbip_exported_device *edev, int sockfd) in usbip_host_export_device() function
/linux-3.4.99/drivers/staging/usbip/userspace/src/
Dusbipd.c108 rc = usbip_host_export_device(edev, sockfd); in recv_request_import()