Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:usbip
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/usb/usbip/
H
A
D
usbip_test.sh
7
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
D
usbip_test.sh
7
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
D
Makefile
4
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
D
usbip_common.h
21
#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
D
stub_dev.c
15
* 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
D
Makefile
4
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
D
usbip_common.h
22
#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
D
stub_dev.c
15
* 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
D
usbip_common.h
19
#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
D
usbip_common.h
19
#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