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:dw_edma_desc
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/dw-edma/
H
A
D
dw-edma-core.c
38
struct
dw_edma_desc
*vd2dw_edma_desc(struct virt_dma_desc *vd)
in vd2dw_edma_desc()
40
return container_of(vd, struct
dw_edma_desc
, vd);
in vd2dw_edma_desc()
65
static struct dw_edma_chunk *dw_edma_alloc_chunk(struct
dw_edma_desc
*desc)
in dw_edma_alloc_chunk()
105
static struct
dw_edma_desc
*dw_edma_alloc_desc(struct dw_edma_chan *chan)
in dw_edma_alloc_desc()
107
struct
dw_edma_desc
*desc;
in dw_edma_alloc_desc()
138
static void dw_edma_free_chunk(struct
dw_edma_desc
*desc)
in dw_edma_free_chunk()
158
static void dw_edma_free_desc(struct
dw_edma_desc
*desc)
in dw_edma_free_desc()
172
struct
dw_edma_desc
*desc;
in dw_edma_start_transfer()
296
struct
dw_edma_desc
*desc;
in dw_edma_device_tx_status()
336
struct
dw_edma_desc
*des
in dw_edma_device_transfer()
[all...]
H
A
D
dw-edma-core.h
68
struct
dw_edma_desc
{
struct
/kernel/linux/linux-6.6/drivers/dma/dw-edma/
H
A
D
dw-edma-core.c
38
struct
dw_edma_desc
*vd2dw_edma_desc(struct virt_dma_desc *vd)
in vd2dw_edma_desc()
40
return container_of(vd, struct
dw_edma_desc
, vd);
in vd2dw_edma_desc()
76
static struct dw_edma_chunk *dw_edma_alloc_chunk(struct
dw_edma_desc
*desc)
in dw_edma_alloc_chunk()
121
static struct
dw_edma_desc
*dw_edma_alloc_desc(struct dw_edma_chan *chan)
in dw_edma_alloc_desc()
123
struct
dw_edma_desc
*desc;
in dw_edma_alloc_desc()
154
static void dw_edma_free_chunk(struct
dw_edma_desc
*desc)
in dw_edma_free_chunk()
174
static void dw_edma_free_desc(struct
dw_edma_desc
*desc)
in dw_edma_free_desc()
189
struct
dw_edma_desc
*desc;
in dw_edma_start_transfer()
330
struct
dw_edma_desc
*desc;
in dw_edma_device_tx_status()
369
struct
dw_edma_desc
*des
in dw_edma_device_transfer()
[all...]
H
A
D
dw-edma-core.h
63
struct
dw_edma_desc
{
struct
Completed in 3 milliseconds