Symbol: usbip_exported_device
tools/usb/usbip/libsrc/usbip_host_common.c
120
struct usbip_exported_device *edev;
tools/usb/usbip/libsrc/usbip_host_common.c
161
struct usbip_exported_device *edev;
tools/usb/usbip/libsrc/usbip_host_common.c
164
edev = list_entry(i, struct usbip_exported_device, node);
tools/usb/usbip/libsrc/usbip_host_common.c
215
int usbip_export_device(struct usbip_exported_device *edev, int sockfd)
tools/usb/usbip/libsrc/usbip_host_common.c
270
struct usbip_exported_device *usbip_generic_get_device(
tools/usb/usbip/libsrc/usbip_host_common.c
274
struct usbip_exported_device *edev;
tools/usb/usbip/libsrc/usbip_host_common.c
278
edev = list_entry(i, struct usbip_exported_device, node);
tools/usb/usbip/libsrc/usbip_host_common.c
65
struct usbip_exported_device *usbip_exported_device_new(
tools/usb/usbip/libsrc/usbip_host_common.c
68
struct usbip_exported_device *edev = NULL;
tools/usb/usbip/libsrc/usbip_host_common.c
69
struct usbip_exported_device *edev_old;
tools/usb/usbip/libsrc/usbip_host_common.c
73
edev = calloc(1, sizeof(struct usbip_exported_device));
tools/usb/usbip/libsrc/usbip_host_common.c
90
size = sizeof(struct usbip_exported_device) +
tools/usb/usbip/libsrc/usbip_host_common.h
28
struct usbip_exported_device * (*get_device)(
tools/usb/usbip/libsrc/usbip_host_common.h
76
static inline struct usbip_exported_device *
tools/usb/usbip/libsrc/usbip_host_common.h
88
int usbip_export_device(struct usbip_exported_device *edev, int sockfd);
tools/usb/usbip/libsrc/usbip_host_common.h
89
struct usbip_exported_device *usbip_generic_get_device(
tools/usb/usbip/src/usbipd.c
111
edev = list_entry(i, struct usbip_exported_device, node);
tools/usb/usbip/src/usbipd.c
159
struct usbip_exported_device *edev;
tools/usb/usbip/src/usbipd.c
178
edev = list_entry(j, struct usbip_exported_device, node);
tools/usb/usbip/src/usbipd.c
198
edev = list_entry(j, struct usbip_exported_device, node);
tools/usb/usbip/src/usbipd.c
94
struct usbip_exported_device *edev;