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:eps_count
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
f_fs.c
235
unsigned
eps_count
;
member
1738
ffs->
eps_count
);
in ffs_data_closed()
1806
ffs_epfiles_destroy(epfiles, ffs->
eps_count
);
in ffs_data_clear()
1838
ffs->
eps_count
= 0;
in ffs_data_reset()
1912
count = ffs->
eps_count
;
in ffs_epfiles_create()
1964
count = func->ffs->
eps_count
;
in ffs_func_eps_disable()
1995
count = ffs->
eps_count
;
in ffs_func_eps_enable()
2266
helper->
eps_count
++;
in __ffs_data_do_entity()
2267
if (helper->
eps_count
>= FFS_MAX_EPS_COUNT)
in __ffs_data_do_entity()
2270
if (!helper->ffs->
eps_count
in __ffs_data_do_entity()
[all...]
H
A
D
f_generic.c
206
unsigned
eps_count
;
member
1372
for (i = 0; i < epfile->ffs->
eps_count
; i++) {
in ffs_epfile_ioctl()
1669
ffs_epfiles_destroy(ffs->epfiles, ffs->
eps_count
);
in ffs_data_clear()
1698
ffs->
eps_count
= 0;
in ffs_data_reset()
1765
count = ffs->
eps_count
;
in ffs_epfiles_create()
1827
unsigned count = func->ffs->
eps_count
;
in ffs_func_eps_disable()
1850
unsigned count = ffs->
eps_count
;
in ffs_func_eps_enable()
2105
helper->
eps_count
++;
in __ffs_data_do_entity()
2106
if (helper->
eps_count
>= FFS_MAX_EPS_COUNT)
in __ffs_data_do_entity()
2109
if (!helper->ffs->
eps_count
in __ffs_data_do_entity()
[all...]
H
A
D
u_fs.h
257
unsigned short
eps_count
;
member
H
A
D
u_generic.h
308
unsigned short
eps_count
;
member
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
f_fs.c
236
unsigned
eps_count
;
member
1695
ffs->
eps_count
);
in ffs_data_closed()
1759
ffs_epfiles_destroy(epfiles, ffs->
eps_count
);
in ffs_data_clear()
1789
ffs->
eps_count
= 0;
in ffs_data_reset()
1857
count = ffs->
eps_count
;
in ffs_epfiles_create()
1907
count = func->ffs->
eps_count
;
in ffs_func_eps_disable()
1938
count = ffs->
eps_count
;
in ffs_func_eps_enable()
2203
helper->
eps_count
++;
in __ffs_data_do_entity()
2204
if (helper->
eps_count
>= FFS_MAX_EPS_COUNT)
in __ffs_data_do_entity()
2207
if (!helper->ffs->
eps_count
in __ffs_data_do_entity()
[all...]
H
A
D
f_generic.c
206
unsigned
eps_count
;
member
1373
for (i = 0; i < epfile->ffs->
eps_count
; i++) {
in ffs_epfile_ioctl()
1671
ffs_epfiles_destroy(ffs->epfiles, ffs->
eps_count
);
in ffs_data_clear()
1700
ffs->
eps_count
= 0;
in ffs_data_reset()
1767
count = ffs->
eps_count
;
in ffs_epfiles_create()
1829
unsigned count = func->ffs->
eps_count
;
in ffs_func_eps_disable()
1852
unsigned count = ffs->
eps_count
;
in ffs_func_eps_enable()
2107
helper->
eps_count
++;
in __ffs_data_do_entity()
2108
if (helper->
eps_count
>= FFS_MAX_EPS_COUNT)
in __ffs_data_do_entity()
2111
if (!helper->ffs->
eps_count
in __ffs_data_do_entity()
[all...]
H
A
D
u_fs.h
255
unsigned short
eps_count
;
member
H
A
D
u_generic.h
308
unsigned short
eps_count
;
member
Completed in 16 milliseconds