Symbol: usbip_host_driver
tools/usb/usbip/libsrc/usbip_device_driver.c
132
static int usbip_device_driver_open(struct usbip_host_driver *hdriver)
tools/usb/usbip/libsrc/usbip_device_driver.c
147
struct usbip_host_driver device_driver = {
tools/usb/usbip/libsrc/usbip_device_driver.h
20
extern struct usbip_host_driver device_driver;
tools/usb/usbip/libsrc/usbip_host_common.c
118
static int refresh_exported_devices(struct usbip_host_driver *hdriver)
tools/usb/usbip/libsrc/usbip_host_common.c
167
int usbip_generic_driver_open(struct usbip_host_driver *hdriver)
tools/usb/usbip/libsrc/usbip_host_common.c
186
void usbip_generic_driver_close(struct usbip_host_driver *hdriver)
tools/usb/usbip/libsrc/usbip_host_common.c
196
int usbip_generic_refresh_device_list(struct usbip_host_driver *hdriver)
tools/usb/usbip/libsrc/usbip_host_common.c
268
struct usbip_host_driver *hdriver, int num)
tools/usb/usbip/libsrc/usbip_host_common.c
66
struct usbip_host_driver *hdriver, const char *sdevpath)
tools/usb/usbip/libsrc/usbip_host_common.h
22
struct usbip_host_driver;
tools/usb/usbip/libsrc/usbip_host_common.h
25
int (*open)(struct usbip_host_driver *hdriver);
tools/usb/usbip/libsrc/usbip_host_common.h
26
void (*close)(struct usbip_host_driver *hdriver);
tools/usb/usbip/libsrc/usbip_host_common.h
27
int (*refresh_device_list)(struct usbip_host_driver *hdriver);
tools/usb/usbip/libsrc/usbip_host_common.h
29
struct usbip_host_driver *hdriver, int num);
tools/usb/usbip/libsrc/usbip_host_common.h
55
static inline int usbip_driver_open(struct usbip_host_driver *hdriver)
tools/usb/usbip/libsrc/usbip_host_common.h
62
static inline void usbip_driver_close(struct usbip_host_driver *hdriver)
tools/usb/usbip/libsrc/usbip_host_common.h
69
static inline int usbip_refresh_device_list(struct usbip_host_driver *hdriver)
tools/usb/usbip/libsrc/usbip_host_common.h
77
usbip_get_device(struct usbip_host_driver *hdriver, int num)
tools/usb/usbip/libsrc/usbip_host_common.h
85
int usbip_generic_driver_open(struct usbip_host_driver *hdriver);
tools/usb/usbip/libsrc/usbip_host_common.h
86
void usbip_generic_driver_close(struct usbip_host_driver *hdriver);
tools/usb/usbip/libsrc/usbip_host_common.h
87
int usbip_generic_refresh_device_list(struct usbip_host_driver *hdriver);
tools/usb/usbip/libsrc/usbip_host_common.h
90
struct usbip_host_driver *hdriver, int num);
tools/usb/usbip/libsrc/usbip_host_driver.c
27
static int usbip_host_driver_open(struct usbip_host_driver *hdriver)
tools/usb/usbip/libsrc/usbip_host_driver.c
41
struct usbip_host_driver host_driver = {
tools/usb/usbip/libsrc/usbip_host_driver.h
18
extern struct usbip_host_driver host_driver;
tools/usb/usbip/src/usbipd.c
84
static struct usbip_host_driver *driver;