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:iso_qlen
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
g_zero.h
38
unsigned
iso_qlen
;
member
H
A
D
f_sourcesink.c
50
unsigned
iso_qlen
;
member
601
qlen = ss->
iso_qlen
;
in source_sink_start_ep()
858
ss->
iso_qlen
= ss_opts->
iso_qlen
;
in source_sink_alloc_func()
1187
result = sprintf(page, "%u\n", opts->
iso_qlen
);
in f_ss_opts_iso_qlen_show()
1210
opts->
iso_qlen
= num;
in f_ss_opts_iso_qlen_store()
1217
CONFIGFS_ATTR(f_ss_opts_,
iso_qlen
);
1258
ss_opts->
iso_qlen
= GZERO_SS_ISO_QLEN;
in source_sink_alloc_inst()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
g_zero.h
38
unsigned
iso_qlen
;
member
H
A
D
f_sourcesink.c
50
unsigned
iso_qlen
;
member
600
qlen = ss->
iso_qlen
;
in source_sink_start_ep()
857
ss->
iso_qlen
= ss_opts->
iso_qlen
;
in source_sink_alloc_func()
1186
result = sprintf(page, "%u\n", opts->
iso_qlen
);
in f_ss_opts_iso_qlen_show()
1209
opts->
iso_qlen
= num;
in f_ss_opts_iso_qlen_store()
1216
CONFIGFS_ATTR(f_ss_opts_,
iso_qlen
);
1257
ss_opts->
iso_qlen
= GZERO_SS_ISO_QLEN;
in source_sink_alloc_inst()
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/
H
A
D
zero.c
263
MODULE_PARM_DESC(
iso_qlen
, "depth of sourcesink queue for iso transfer");
297
ss_opts->
iso_qlen
= gzero_options.ss_iso_qlen;
in zero_bind()
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/
H
A
D
zero.c
263
MODULE_PARM_DESC(
iso_qlen
, "depth of sourcesink queue for iso transfer");
297
ss_opts->
iso_qlen
= gzero_options.ss_iso_qlen;
in zero_bind()
Completed in 6 milliseconds