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:dma_cookie_t
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
dmaengine.h
18
* typedef
dma_cookie_t
- an opaque DMA cookie
20
* if
dma_cookie_t
is >0 it's a DMA request cookie, <0 it's an error code
22
typedef s32
dma_cookie_t
;
typedef
25
static inline int dma_submit_error(
dma_cookie_t
cookie)
in dma_submit_error()
333
dma_cookie_t
cookie;
334
dma_cookie_t
completed_cookie;
601
dma_cookie_t
cookie;
605
dma_cookie_t
(*tx_submit)(struct dma_async_tx_descriptor *tx);
721
dma_cookie_t
last;
722
dma_cookie_t
use
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
H
A
D
8250.h
42
dma_cookie_t
rx_cookie;
43
dma_cookie_t
tx_cookie;
/device/board/hihope/dayu210/audio_drivers/soc/src/
H
A
D
rk3588_dma_ops.c
47
dma_cookie_t
cookie[DMA_CHANNEL_MAX];
52
static
dma_cookie_t
g_cookie[DMA_CHANNEL_MAX];
/device/board/hihope/rk3568/audio_drivers/soc/src/
H
A
D
rk3568_dma_ops.c
46
dma_cookie_t
cookie[DMA_CHANNEL_MAX];
Completed in 8 milliseconds