Home
last modified time | relevance | path

Searched refs:usbip (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/drivers/usb/usbip/
H A Dusbip_test.sh7 usage() { echo "usbip_test.sh -b <busid> -p <usbip tools path>"; exit 1; }
68 if [ ! -f src/usbip ]; then
69 echo "Please build usbip tools"
75 src/usbip list -l;
85 src/usbip list -r localhost;
89 src/usbip bind -b $busid;
97 src/usbip bind -b $busid;
101 src/usbip list -r localhost;
105 src/usbip unbind -b $busid;
113 src/usbip unbin
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/usb/usbip/
H A Dusbip_test.sh7 usage() { echo "usbip_test.sh -b <busid> -p <usbip tools path>"; exit 1; }
68 if [ ! -f src/usbip ]; then
69 echo "Please build usbip tools"
75 src/usbip list -l;
85 src/usbip list -r localhost;
89 src/usbip bind -b $busid;
97 src/usbip bind -b $busid;
101 src/usbip list -r localhost;
105 src/usbip unbind -b $busid;
113 src/usbip unbin
[all...]
/kernel/linux/linux-5.10/drivers/usb/usbip/
H A DMakefile4 obj-$(CONFIG_USBIP_CORE) += usbip-core.o
5 usbip-core-y := usbip_common.o usbip_event.o
10 obj-$(CONFIG_USBIP_HOST) += usbip-host.o
11 usbip-host-y := stub_dev.o stub_main.o stub_rx.o stub_tx.o
13 obj-$(CONFIG_USBIP_VUDC) += usbip-vudc.o
14 usbip-vudc-y := vudc_dev.o vudc_sysfs.o vudc_tx.o vudc_rx.o vudc_transfer.o vudc_main.o
H A Dusbip_common.h21 #include <uapi/linux/usbip.h>
133 * @command: the usbip request type
162 /* it is difficult for usbip to sync frames (reserved only?) */
203 * struct usbip_header - common header for all usbip packets
H A Dstub_dev.c15 * usbip_status shows the status of usbip-host as long as this driver is bound
39 * is used to transfer usbip requests by kernel threads. -1 is a magic number
40 * by which usbip connection is finished.
149 ATTRIBUTE_GROUPS(usbip); variable
273 * changes during a usbip connection. in stub_device_alloc()
363 "usbip-host: register new device (bus %u dev %u)\n", in stub_probe()
526 .name = "usbip-host",
/kernel/linux/linux-6.6/drivers/usb/usbip/
H A DMakefile4 obj-$(CONFIG_USBIP_CORE) += usbip-core.o
5 usbip-core-y := usbip_common.o usbip_event.o
10 obj-$(CONFIG_USBIP_HOST) += usbip-host.o
11 usbip-host-y := stub_dev.o stub_main.o stub_rx.o stub_tx.o
13 obj-$(CONFIG_USBIP_VUDC) += usbip-vudc.o
14 usbip-vudc-y := vudc_dev.o vudc_sysfs.o vudc_tx.o vudc_rx.o vudc_transfer.o vudc_main.o
H A Dusbip_common.h22 #include <uapi/linux/usbip.h>
134 * @command: the usbip request type
163 /* it is difficult for usbip to sync frames (reserved only?) */
204 * struct usbip_header - common header for all usbip packets
H A Dstub_dev.c15 * usbip_status shows the status of usbip-host as long as this driver is bound
39 * is used to transfer usbip requests by kernel threads. -1 is a magic number
40 * by which usbip connection is finished.
151 ATTRIBUTE_GROUPS(usbip); variable
275 * changes during a usbip connection. in stub_device_alloc()
365 "usbip-host: register new device (bus %u dev %u)\n", in stub_probe()
528 .name = "usbip-host",
/kernel/linux/linux-5.10/tools/usb/usbip/libsrc/
H A Dusbip_common.h19 #include <linux/usbip.h>
32 #define USBIP_CORE_MOD_NAME "usbip-core"
33 #define USBIP_HOST_DRV_NAME "usbip-host"
34 #define USBIP_DEVICE_DRV_NAME "usbip-vudc"
60 #define PROGNAME "usbip"
/kernel/linux/linux-6.6/tools/usb/usbip/libsrc/
H A Dusbip_common.h19 #include <linux/usbip.h>
32 #define USBIP_CORE_MOD_NAME "usbip-core"
33 #define USBIP_HOST_DRV_NAME "usbip-host"
34 #define USBIP_DEVICE_DRV_NAME "usbip-vudc"
60 #define PROGNAME "usbip"

Completed in 5 milliseconds