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:zx_dma_desc_sw
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
zx_dma.c
87
struct
zx_dma_desc_sw
{
struct
113
struct
zx_dma_desc_sw
*ds_run;
114
struct
zx_dma_desc_sw
*ds_done;
199
struct
zx_dma_desc_sw
*ds =
in zx_dma_start_txd()
200
container_of(vd, struct
zx_dma_desc_sw
, vd);
in zx_dma_start_txd()
354
bytes = container_of(vd, struct
zx_dma_desc_sw
, vd)->size;
in zx_dma_tx_status()
358
struct
zx_dma_desc_sw
*ds = p->ds_run;
in zx_dma_tx_status()
404
static void zx_dma_fill_desc(struct
zx_dma_desc_sw
*ds, dma_addr_t dst,
in zx_dma_fill_desc()
416
static struct
zx_dma_desc_sw
*zx_alloc_desc_resource(int num,
in zx_alloc_desc_resource()
420
struct
zx_dma_desc_sw
*d
in zx_alloc_desc_resource()
[all...]
Completed in 2 milliseconds