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:axi_dma_desc
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/dw-axi-dmac/
H
A
D
dw-axi-dmac-platform.c
198
static struct
axi_dma_desc
*axi_desc_get(struct axi_dma_chan *chan)
in axi_desc_get()
201
struct
axi_dma_desc
*desc;
in axi_desc_get()
219
static void axi_desc_put(struct
axi_dma_desc
*desc)
in axi_desc_put()
223
struct
axi_dma_desc
*child, *_next;
in axi_desc_put()
261
static void write_desc_llp(struct
axi_dma_desc
*desc, dma_addr_t adr)
in write_desc_llp()
273
struct
axi_dma_desc
*first)
in axi_chan_block_xfer_start()
312
struct
axi_dma_desc
*desc;
in axi_chan_start_first_queued()
381
static void set_desc_last(struct
axi_dma_desc
*desc)
in set_desc_last()
390
static void write_desc_sar(struct
axi_dma_desc
*desc, dma_addr_t adr)
in write_desc_sar()
395
static void write_desc_dar(struct
axi_dma_desc
*des
[all...]
H
A
D
dw-axi-dmac.h
83
struct
axi_dma_desc
{
struct
101
static inline struct
axi_dma_desc
*vd_to_axi_desc(struct virt_dma_desc *vd)
in vd_to_axi_desc()
103
return container_of(vd, struct
axi_dma_desc
, vd);
in vd_to_axi_desc()
/kernel/linux/linux-6.6/drivers/dma/dw-axi-dmac/
H
A
D
dw-axi-dmac.h
49
struct
axi_dma_desc
*desc;
99
struct
axi_dma_desc
{
struct
130
static inline struct
axi_dma_desc
*vd_to_axi_desc(struct virt_dma_desc *vd)
in vd_to_axi_desc()
132
return container_of(vd, struct
axi_dma_desc
, vd);
in vd_to_axi_desc()
H
A
D
dw-axi-dmac-platform.c
246
static struct
axi_dma_desc
*axi_desc_alloc(u32 num)
in axi_desc_alloc()
248
struct
axi_dma_desc
*desc;
in axi_desc_alloc()
282
static void axi_desc_put(struct
axi_dma_desc
*desc)
in axi_desc_put()
377
struct
axi_dma_desc
*first)
in axi_chan_block_xfer_start()
438
struct
axi_dma_desc
*desc;
in axi_chan_start_first_queued()
588
struct
axi_dma_desc
*desc)
in set_desc_dest_master()
724
struct
axi_dma_desc
*desc = NULL;
in dw_axi_dma_chan_prep_cyclic()
801
struct
axi_dma_desc
*desc = NULL;
in dw_axi_dma_chan_prep_slave_sg()
880
struct
axi_dma_desc
*desc = NULL;
in dma_chan_prep_dma_memcpy()
1005
struct
axi_dma_desc
*desc_hea
in axi_chan_list_dump_lli()
[all...]
Completed in 7 milliseconds