Searched refs:usbip_exported_device (Results 1 – 3 of 3) sorted by relevance
69 struct usbip_exported_device *usbip_exported_device_new(const char *sdevpath) in usbip_exported_device_new()71 struct usbip_exported_device *edev = NULL; in usbip_exported_device_new()72 struct usbip_exported_device *edev_old; in usbip_exported_device_new()76 edev = calloc(1, sizeof(struct usbip_exported_device)); in usbip_exported_device_new()91 size = sizeof(struct usbip_exported_device) + in usbip_exported_device_new()117 struct usbip_exported_device *edev; in refresh_exported_devices()156 struct usbip_exported_device *edev; in usbip_exported_device_destroy()159 edev = list_entry(i, struct usbip_exported_device, node); in usbip_exported_device_destroy()224 int usbip_host_export_device(struct usbip_exported_device *edev, int sockfd) in usbip_host_export_device()265 struct usbip_exported_device *usbip_host_get_device(int num) in usbip_host_get_device()[all …]
32 struct usbip_exported_device { struct46 int usbip_host_export_device(struct usbip_exported_device *edev, int sockfd); argument47 struct usbip_exported_device *usbip_host_get_device(int num);
94 struct usbip_exported_device *edev; in recv_request_import()111 edev = list_entry(i, struct usbip_exported_device, node); in recv_request_import()160 struct usbip_exported_device *edev; in send_reply_devlist()188 edev = list_entry(j, struct usbip_exported_device, node); in send_reply_devlist()