Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/usbip/userspace/src/
Dusbip_network.c117 op_common.version = USBIP_VERSION; in usbip_net_send_op_common()
147 if (op_common.version != USBIP_VERSION) { in usbip_net_recv_op_common()
149 USBIP_VERSION); in usbip_net_recv_op_common()
/linux-3.4.99/drivers/staging/usbip/
Dstub_main.c270 pr_info(DRIVER_DESC " v" USBIP_VERSION "\n"); in usbip_host_init()
300 MODULE_VERSION(USBIP_VERSION);
Dusbip_common.h33 #define USBIP_VERSION "1.0.0" macro
Dusbip_common.c814 pr_info(DRIVER_DESC " v" USBIP_VERSION "\n"); in usbip_core_init()
829 MODULE_VERSION(USBIP_VERSION);
Dvhci_hcd.c1202 pr_info(DRIVER_DESC " v" USBIP_VERSION "\n"); in vhci_hcd_init()
1223 MODULE_VERSION(USBIP_VERSION);
/linux-3.4.99/drivers/staging/usbip/userspace/
Dconfigure.ac5 AC_DEFINE([USBIP_VERSION], [0x00000111], [binary-coded decimal version number]) definition