Home
last modified time | relevance | path

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

/linux-4.4.14/tools/usb/usbip/
DREADME2 # README for usbip-utils
41 server:# insmod usbip-core.ko
42 server:# insmod usbip-host.ko
45 - Start usbip daemon.
47 server:# usbip list -l
50 server:# usbip bind --busid 1-2
51 - Bind usbip-host.ko to the device with busid 1-2.
53 - Use `usbip unbind --busid 1-2' to stop exporting the device.
55 client:# insmod usbip-core.ko
58 client:# usbip list --remote <host>
[all …]
DMakefile.am2 includedir = @includedir@/usbip
6 dist_man_MANS := $(addprefix doc/, usbip.8 usbipd.8)
D.gitignore27 src/usbip
Dconfigure.ac4 AC_INIT([usbip-utils], [2.0], [linux-usb@vger.kernel.org])
/linux-4.4.14/drivers/usb/usbip/
DMakefile3 obj-$(CONFIG_USBIP_CORE) += usbip-core.o
4 usbip-core-y := usbip_common.o usbip_event.o
9 obj-$(CONFIG_USBIP_HOST) += usbip-host.o
10 usbip-host-y := stub_dev.o stub_main.o stub_rx.o stub_tx.o
DKconfig10 programs, please see <http://usbip.sourceforge.net/>.
13 be called usbip-core.
35 module will be called usbip-host.
/linux-4.4.14/tools/usb/usbip/src/
DMakefile.am5 sbin_PROGRAMS := usbip usbipd program
7 usbip_SOURCES := usbip.h utils.h usbip.c utils.c usbip_network.c \
/linux-4.4.14/drivers/usb/
DMakefile63 obj-$(CONFIG_USBIP_CORE) += usbip/
DKconfig95 source "drivers/usb/usbip/Kconfig"
/linux-4.4.14/include/uapi/linux/
DKbuild422 header-y += usbip.h
/linux-4.4.14/
DMAINTAINERS11172 F: drivers/usb/usbip/
11173 F: tools/usb/usbip/