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:loopback_test
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/greybus/tools/
H
A
D
loopback_test.c
77
struct
loopback_test
{
struct
105
struct
loopback_test
t;
108
static inline int device_enabled(struct
loopback_test
*t, int dev_idx);
111
static int get_##field##_aggregate(struct
loopback_test
*t) \
125
static int get_##field##_aggregate(struct
loopback_test
*t) \
139
static int get_##field##_aggregate(struct
loopback_test
*t) \
178
fprintf(stderr, "Usage:
loopback_test
TEST [SIZE] ITERATIONS [SYSPATH] [DBGPATH]\n\n"
in usage()
214
"
loopback_test
-t transfer -s 128 -i 10000 -S /sys/bus/greybus/devices/ -D /sys/kernel/debug/gb_loopback/\n"
in usage()
215
"
loopback_test
-t transfer -s 128 -i 10000 -m 0\n"
in usage()
217
"
loopback_test
in usage()
[all...]
H
A
D
Android.mk
5
LOCAL_SRC_FILES:=
loopback_test
.c
H
A
D
Makefile
19
TOOLS =
loopback_test
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H
A
D
loopback.sh
7
ALL_TESTS="
loopback_test
"
34
loopback_test
()
function
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H
A
D
loopback.sh
7
ALL_TESTS="
loopback_test
"
34
loopback_test
()
function
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
synclinkmp.c
567
static bool
loopback_test
(SLMP_INFO *info);
5220
static bool
loopback_test
(SLMP_INFO *info)
in loopback_test()
function
5322
if (!
loopback_test
(info->port_array[0]) ||
in adapter_test()
5323
!
loopback_test
(info->port_array[1]) ||
in adapter_test()
5324
(info->port_count == 4 && !
loopback_test
(info->port_array[2])) ||
in adapter_test()
5325
(info->port_count == 4 && !
loopback_test
(info->port_array[3]))) {
in adapter_test()
H
A
D
synclink_gt.c
4963
static int
loopback_test
(struct slgt_info *info)
in loopback_test()
function
5032
} else if (
loopback_test
(info) < 0) {
in adapter_test()
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
synclink_gt.c
4924
static int
loopback_test
(struct slgt_info *info)
in loopback_test()
function
4993
} else if (
loopback_test
(info) < 0) {
in adapter_test()
Completed in 23 milliseconds