Home
last modified time | relevance | path

Searched refs:USBIP_VERSION (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/tools/usb/usbip/src/
Dusbip_network.c151 op_common.version = USBIP_VERSION; in usbip_net_send_op_common()
181 if (op_common.version != USBIP_VERSION) { in usbip_net_recv_op_common()
183 USBIP_VERSION); in usbip_net_recv_op_common()
/linux-4.1.27/drivers/usb/usbip/
Dstub_main.c302 pr_info(DRIVER_DESC " v" USBIP_VERSION "\n"); in usbip_host_init()
335 MODULE_VERSION(USBIP_VERSION);
Dusbip_common.h34 #define USBIP_VERSION "1.0.0" macro
Dusbip_common.c761 pr_info(DRIVER_DESC " v" USBIP_VERSION "\n"); in usbip_core_init()
776 MODULE_VERSION(USBIP_VERSION);
Dvhci_hcd.c1147 pr_info(DRIVER_DESC " v" USBIP_VERSION "\n"); in vhci_hcd_init()
1168 MODULE_VERSION(USBIP_VERSION);
/linux-4.1.27/tools/usb/usbip/
Dconfigure.ac5 AC_DEFINE([USBIP_VERSION], [0x00000111], [binary-coded decimal version number]) definition