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:dmaRtd
(Results
1 - 2
of
2
) sorted by relevance
/device/board/hihope/rk3568/audio_drivers/soc/src/
H
A
D
rk3568_dma_ops.c
56
struct DmaRuntimeData *
dmaRtd
= NULL;
in GetDmaDevice()
local
65
dmaRtd
= (struct DmaRuntimeData *)data->dmaPrv;
in GetDmaDevice()
66
if (
dmaRtd
== NULL) {
in GetDmaDevice()
67
AUDIO_DEVICE_LOG_ERR("
dmaRtd
is null.");
in GetDmaDevice()
72
dmaRtd
->i2sAddr = data->regConfig->audioIdInfo.chipIdRegister;
in GetDmaDevice()
73
dmaRtd
->dmaOfNode = of_find_node_by_path(i2s1DtsTreePath);
in GetDmaDevice()
74
if (
dmaRtd
->dmaOfNode == NULL) {
in GetDmaDevice()
79
platformdev = of_find_device_by_node(
dmaRtd
->dmaOfNode);
in GetDmaDevice()
85
dmaRtd
->dmaDev = &platformdev->dev;
in GetDmaDevice()
91
struct DmaRuntimeData *
dmaRtd
in GetDmaChannel()
local
146
struct DmaRuntimeData *
dmaRtd
= NULL;
DmaRtdInit()
local
180
struct DmaRuntimeData *
dmaRtd
= NULL;
AudioDmaDeviceInit()
local
221
struct DmaRuntimeData *
dmaRtd
= NULL;
Rk3568DmaBufAlloc()
local
266
struct DmaRuntimeData *
dmaRtd
= NULL;
Rk3568DmaBufFree()
local
308
struct DmaRuntimeData *
dmaRtd
= NULL;
Rk3568DmaConfigChannel()
local
363
struct DmaRuntimeData *
dmaRtd
= NULL;
Rk3568PcmPointer()
local
423
struct DmaRuntimeData *
dmaRtd
= NULL;
RenderPcmDmaComplete()
local
447
struct DmaRuntimeData *
dmaRtd
= NULL;
CapturePcmDmaComplete()
local
480
struct DmaRuntimeData *
dmaRtd
= NULL;
Rk3568DmaSubmit()
local
536
struct DmaRuntimeData *
dmaRtd
= NULL;
Rk3568DmaPending()
local
570
struct DmaRuntimeData *
dmaRtd
= NULL;
Rk3568DmaPause()
local
602
struct DmaRuntimeData *
dmaRtd
= NULL;
Rk3568DmaResume()
local
[all...]
/device/board/hihope/dayu210/audio_drivers/soc/src/
H
A
D
rk3588_dma_ops.c
116
struct DmaRuntimeData *
dmaRtd
= NULL;
in DmaRtdMemAlloc()
local
123
dmaRtd
= kzalloc(sizeof(*
dmaRtd
), GFP_KERNEL);
in DmaRtdMemAlloc()
124
if (!
dmaRtd
) {
in DmaRtdMemAlloc()
128
data->dmaPrv =
dmaRtd
;
in DmaRtdMemAlloc()
129
dmaRtd
->streamType = streamType;
in DmaRtdMemAlloc()
131
dmaRtd
->dmaChn[streamType] = g_dmaChn[streamType];
in DmaRtdMemAlloc()
Completed in 2 milliseconds