Searched refs:usbip_host_driver (Results 1 – 10 of 10) sorted by relevance
22 struct usbip_host_driver;25 int (*open)(struct usbip_host_driver *hdriver);26 void (*close)(struct usbip_host_driver *hdriver);27 int (*refresh_device_list)(struct usbip_host_driver *hdriver);29 struct usbip_host_driver *hdriver, int num);38 struct usbip_host_driver { struct55 static inline int usbip_driver_open(struct usbip_host_driver *hdriver) in usbip_driver_open() argument62 static inline void usbip_driver_close(struct usbip_host_driver *hdriver) in usbip_driver_close()69 static inline int usbip_refresh_device_list(struct usbip_host_driver *hdriver) in usbip_refresh_device_list()77 usbip_get_device(struct usbip_host_driver *hdriver, int num) in usbip_get_device()[all …]
7 * Refactored from usbip_host_driver.c, which is:66 struct usbip_host_driver *hdriver, const char *sdevpath) in usbip_exported_device_new() 118 static int refresh_exported_devices(struct usbip_host_driver *hdriver) in refresh_exported_devices() 170 int usbip_generic_driver_open(struct usbip_host_driver *hdriver) in usbip_generic_driver_open() 189 void usbip_generic_driver_close(struct usbip_host_driver *hdriver) in usbip_generic_driver_close() 199 int usbip_generic_refresh_device_list(struct usbip_host_driver *hdriver) in usbip_generic_refresh_device_list() 271 struct usbip_host_driver *hdriver, int num) in usbip_generic_get_device()
7 libusbip_la_SOURCES := names.c names.h usbip_host_driver.c usbip_host_driver.h \
14 #include "usbip_host_driver.h"27 static int usbip_host_driver_open(struct usbip_host_driver *hdriver) in usbip_host_driver_open() 42 struct usbip_host_driver host_driver = {
7 * Based on tools/usb/usbip/libsrc/usbip_host_driver.c, which is:132 static int usbip_device_driver_open(struct usbip_host_driver *hdriver) in usbip_device_driver_open() 147 struct usbip_host_driver device_driver = {
20 extern struct usbip_host_driver device_driver;
18 extern struct usbip_host_driver host_driver;
5 usbip_common.h vhci_driver.h usbip_host_driver.h \
30 libsrc/libusbip_la-usbip_host_driver.lo
34 #include "usbip_host_driver.h"84 static struct usbip_host_driver *driver;