Home
last modified time | relevance | path

Searched refs:usbip (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/tools/testing/selftests/drivers/usb/usbip/
Dusbip_test.sh68 if [ ! -f src/usbip ]; then
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 unbind -b $busid;
117 src/usbip list -r localhost;
121 src/usbip port;
[all …]
/Linux-v4.19/tools/usb/usbip/
DREADME2 # README for usbip-utils
15 - usbip-vhci
19 - usbip-host (stub driver)
23 - usbip-vudc
27 - usbip-utils
33 Found in the drivers/usb/usbip/ directory of the Linux kernel tree.
68 server:# insmod usbip-core.ko
69 server:# insmod usbip-host.ko
72 - Start usbip daemon.
74 server:# usbip list -l
[all …]
DMakefile.am3 includedir = @includedir@/usbip
8 dist_man_MANS := $(addprefix doc/, usbip.8 usbipd.8)
D.gitignore31 src/usbip
Dconfigure.ac4 AC_INIT([usbip-utils], [2.0], [linux-usb@vger.kernel.org])
/Linux-v4.19/drivers/usb/usbip/
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
DKconfig11 programs, please see <http://usbip.sourceforge.net/>.
14 be called usbip-core.
57 module will be called usbip-host.
68 module will be called usbip-vudc.
/Linux-v4.19/tools/usb/usbip/src/
DMakefile.am6 sbin_PROGRAMS := usbip usbipd program
8 usbip_SOURCES := usbip.h utils.h usbip.c utils.c usbip_network.c \
/Linux-v4.19/tools/usb/usbip/vudc/
Dvudc_server_example.sh69 [[ -d /sys/class/udc/usbip-vudc.0 ]] || modprobe usbip-vudc num=1
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-platform-usbip-vudc1 What: /sys/devices/platform/usbip-vudc.%d/dev_desc
12 What: /sys/devices/platform/usbip-vudc.%d/usbip_status
24 What: /sys/devices/platform/usbip-vudc.%d/usbip_sockfd
/Linux-v4.19/drivers/usb/
DMakefile65 obj-$(CONFIG_USBIP_CORE) += usbip/
DKconfig111 source "drivers/usb/usbip/Kconfig"
/Linux-v4.19/
DMAINTAINERS15207 F: drivers/usb/usbip/
15208 F: tools/usb/usbip/
15209 F: tools/testing/selftests/drivers/usb/usbip/