Searched refs:usbip (Results 1 – 14 of 14) sorted by relevance
68 if [ ! -f src/usbip ]; then75 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 …]
2 # README for usbip-utils15 - usbip-vhci19 - usbip-host (stub driver)23 - usbip-vudc27 - usbip-utils33 Found in the drivers/usb/usbip/ directory of the Linux kernel tree.68 server:# insmod usbip-core.ko69 server:# insmod usbip-host.ko72 - Start usbip daemon.74 server:# usbip list -l[all …]
3 includedir = @includedir@/usbip8 dist_man_MANS := $(addprefix doc/, usbip.8 usbipd.8)
32 src/usbip
4 AC_INIT([usbip-utils], [2.0], [linux-usb@vger.kernel.org])
4 obj-$(CONFIG_USBIP_CORE) += usbip-core.o5 usbip-core-y := usbip_common.o usbip_event.o10 obj-$(CONFIG_USBIP_HOST) += usbip-host.o11 usbip-host-y := stub_dev.o stub_main.o stub_rx.o stub_tx.o13 obj-$(CONFIG_USBIP_VUDC) += usbip-vudc.o14 usbip-vudc-y := vudc_dev.o vudc_sysfs.o vudc_tx.o vudc_rx.o vudc_transfer.o vudc_main.o
14 programs, please see <http://usbip.sourceforge.net/>.17 be called usbip-core.60 module will be called usbip-host.71 module will be called usbip-vudc.
151 ATTRIBUTE_GROUPS(usbip);
6 sbin_PROGRAMS := usbip usbipd program8 usbip_SOURCES := usbip.h utils.h usbip.c utils.c usbip_network.c \
1 What: /sys/devices/platform/usbip-vudc.%d/dev_desc12 What: /sys/devices/platform/usbip-vudc.%d/usbip_status27 What: /sys/devices/platform/usbip-vudc.%d/usbip_sockfd
69 [[ -d /sys/class/udc/usbip-vudc.0 ]] || modprobe usbip-vudc num=1
90 function stub_recv_cmd_unlink of drivers/usb/usbip/stub_rx.c).138 This is defined in tools/usb/usbip/configure.ac344 | | | Refer to include/uapi/linux/usbip.h and |347 | | | tweak_transfer_flags() in drivers/usb/usbip/ |
120 source "drivers/usb/usbip/Kconfig"
23943 F: drivers/usb/usbip/23944 F: tools/testing/selftests/drivers/usb/usbip/23945 F: tools/usb/usbip/