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:lli_phy
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
ste_dma40.c
346
* @
lli_phy
: LLI settings for physical channel. Both src and dst=
364
struct d40_phy_lli_bidir
lli_phy
;
member
666
d40d->
lli_phy
.src = PTR_ALIGN(base, align);
in d40_pool_lli_alloc()
667
d40d->
lli_phy
.dst = d40d->
lli_phy
.src + lli_len;
in d40_pool_lli_alloc()
670
d40d->
lli_phy
.src,
in d40_pool_lli_alloc()
697
d40d->
lli_phy
.src = NULL;
in d40_pool_lli_free()
698
d40d->
lli_phy
.dst = NULL;
in d40_pool_lli_free()
808
struct d40_phy_lli *lli_dst = desc->
lli_phy
.dst;
in d40_phy_lli_load()
809
struct d40_phy_lli *lli_src = desc->
lli_phy
in d40_phy_lli_load()
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
ste_dma40.c
375
* @
lli_phy
: LLI settings for physical channel. Both src and dst=
393
struct d40_phy_lli_bidir
lli_phy
;
member
691
d40d->
lli_phy
.src = PTR_ALIGN(base, align);
in d40_pool_lli_alloc()
692
d40d->
lli_phy
.dst = d40d->
lli_phy
.src + lli_len;
in d40_pool_lli_alloc()
695
d40d->
lli_phy
.src,
in d40_pool_lli_alloc()
722
d40d->
lli_phy
.src = NULL;
in d40_pool_lli_free()
723
d40d->
lli_phy
.dst = NULL;
in d40_pool_lli_free()
833
struct d40_phy_lli *lli_dst = desc->
lli_phy
.dst;
in d40_phy_lli_load()
834
struct d40_phy_lli *lli_src = desc->
lli_phy
in d40_phy_lli_load()
[all...]
Completed in 6 milliseconds