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:of_dma_xlate
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
of-dma.c
77
chan = ofdma_target->
of_dma_xlate
(&dma_spec_target, ofdma_target);
in of_dma_router_xlate()
98
* @
of_dma_xlate
: translation function which converts a phandle
109
struct dma_chan *(*
of_dma_xlate
)
in of_dma_controller_register()
115
if (!np || !
of_dma_xlate
) {
in of_dma_controller_register()
125
ofdma->
of_dma_xlate
=
of_dma_xlate
;
in of_dma_controller_register()
192
ofdma->
of_dma_xlate
= of_dma_router_xlate;
in of_dma_router_register()
282
chan = ofdma->
of_dma_xlate
(&dma_spec, ofdma);
in of_dma_request_slave_channel()
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
of-dma.c
77
chan = ofdma_target->
of_dma_xlate
(&dma_spec_target, ofdma_target);
in of_dma_router_xlate()
108
* @
of_dma_xlate
: translation function which converts a phandle
119
struct dma_chan *(*
of_dma_xlate
)
in of_dma_controller_register()
125
if (!np || !
of_dma_xlate
) {
in of_dma_controller_register()
135
ofdma->
of_dma_xlate
=
of_dma_xlate
;
in of_dma_controller_register()
202
ofdma->
of_dma_xlate
= of_dma_router_xlate;
in of_dma_router_register()
292
chan = ofdma->
of_dma_xlate
(&dma_spec, ofdma);
in of_dma_request_slave_channel()
/kernel/linux/linux-5.10/include/linux/
H
A
D
of_dma.h
21
struct dma_chan *(*
of_dma_xlate
)
member
36
struct dma_chan *(*
of_dma_xlate
)
56
struct dma_chan *(*
of_dma_xlate
)
in of_dma_controller_register()
/kernel/linux/linux-6.6/include/linux/
H
A
D
of_dma.h
21
struct dma_chan *(*
of_dma_xlate
)
member
36
struct dma_chan *(*
of_dma_xlate
)
56
struct dma_chan *(*
of_dma_xlate
)
in of_dma_controller_register()
Completed in 2 milliseconds