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:edma_desc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ti/
H
A
D
edma.c
178
struct
edma_desc
{
struct
227
struct
edma_desc
*edesc;
764
static inline struct
edma_desc
*to_edma_desc(struct dma_async_tx_descriptor *tx)
in to_edma_desc()
766
return container_of(tx, struct
edma_desc
, vdesc.tx);
in to_edma_desc()
771
kfree(container_of(vdesc, struct
edma_desc
, vdesc));
in edma_desc_free()
779
struct
edma_desc
*edesc;
in edma_execute()
1073
struct
edma_desc
*edesc;
in edma_prep_slave_sg()
1167
struct
edma_desc
*edesc;
in edma_prep_dma_memcpy()
1286
struct
edma_desc
*edesc;
in edma_prep_dma_interleaved()
1360
struct
edma_desc
*edes
in edma_prep_dma_cyclic()
[all...]
/kernel/linux/linux-6.6/drivers/dma/ti/
H
A
D
edma.c
169
struct
edma_desc
{
struct
218
struct
edma_desc
*edesc;
707
static inline struct
edma_desc
*to_edma_desc(struct dma_async_tx_descriptor *tx)
in to_edma_desc()
709
return container_of(tx, struct
edma_desc
, vdesc.tx);
in to_edma_desc()
714
kfree(container_of(vdesc, struct
edma_desc
, vdesc));
in edma_desc_free()
722
struct
edma_desc
*edesc;
in edma_execute()
1016
struct
edma_desc
*edesc;
in edma_prep_slave_sg()
1110
struct
edma_desc
*edesc;
in edma_prep_dma_memcpy()
1229
struct
edma_desc
*edesc;
in edma_prep_dma_interleaved()
1303
struct
edma_desc
*edes
in edma_prep_dma_cyclic()
[all...]
Completed in 6 milliseconds