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:ep_count
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/at91/
H
A
D
sama7g5.c
213
* @
ep_count
: extra parents count
222
u8
ep_count
;
member
231
.
ep_count
= 1,
239
.
ep_count
= 1,
247
.
ep_count
= 3,
254
.
ep_count
= 1,
931
u8 num_parents = 4 + sama7g5_mckx[i].
ep_count
;
in sama7g5_pmc_setup()
941
sama7g5_mckx[i].
ep_count
);
in sama7g5_pmc_setup()
943
sama7g5_mckx[i].
ep_count
);
in sama7g5_pmc_setup()
/kernel/linux/linux-6.6/drivers/clk/at91/
H
A
D
sama7g5.c
362
* @
ep_count
: extra parents count
376
u8
ep_count
;
member
387
.
ep_count
= 1,
396
.
ep_count
= 1,
405
.
ep_count
= 3,
412
.
ep_count
= 1,
1106
u8 num_parents = 3 + sama7g5_mckx[i].
ep_count
;
in sama7g5_pmc_setup()
1117
sama7g5_mckx[i].
ep_count
);
in sama7g5_pmc_setup()
1118
for (j = 0; j < sama7g5_mckx[i].
ep_count
; j++) {
in sama7g5_pmc_setup()
1125
sama7g5_mckx[i].
ep_count
);
in sama7g5_pmc_setup()
[all...]
/kernel/linux/linux-6.6/include/linux/
H
A
D
arm_ffa.h
325
u32
ep_count
;
member
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H
A
D
ffa.c
456
if (!offset || buf->
ep_count
!= 1 || buf->sender_id != HOST_FFA_ID) {
in do_ffa_mem_xfer()
/kernel/linux/linux-6.6/drivers/firmware/arm_ffa/
H
A
D
driver.c
442
mem_region->
ep_count
= args->nattrs;
in ffa_setup_and_transmit()
Completed in 5 milliseconds