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:dmaOfNode
(Results
1 - 4
of
4
) sorted by relevance
/device/board/hihope/rk3568/audio_drivers/soc/src/
H
A
D
rk3568_dma_ops.c
49
struct device_node *
dmaOfNode
;
member
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()
92
struct device_node *
dmaOfNode
= NULL;
in GetDmaChannel()
local
108
dmaOfNode
= dmaRtd->
dmaOfNode
;
in GetDmaChannel()
109
if (
dmaOfNode
== NULL) {
in GetDmaChannel()
110
AUDIO_DEVICE_LOG_ERR("
dmaOfNode
is null.");
in GetDmaChannel()
113
of_property_for_each_string(
dmaOfNode
, "dm
in GetDmaChannel()
[all...]
/device/board/hihope/dayu210/audio_drivers/dai/src/
H
A
D
rk3588_dai_ops.c
44
struct device_node *
dmaOfNode
;
in getPlatformDev()
local
45
dmaOfNode
= of_find_node_by_path(g_i2s1DtsTreePath);
in getPlatformDev()
46
if (
dmaOfNode
== NULL) {
in getPlatformDev()
50
g_platformDev = of_find_device_by_node(
dmaOfNode
);
in getPlatformDev()
/device/board/hihope/dayu210/audio_drivers/soc/src/
H
A
D
rk3588_dma_ops.c
58
struct device_node *
dmaOfNode
;
in getDmaDevice()
local
61
dmaOfNode
= of_find_node_by_path(g_i2s1DtsTreePath);
in getDmaDevice()
62
if (
dmaOfNode
== NULL) {
in getDmaDevice()
66
platformdev = of_find_device_by_node(
dmaOfNode
);
in getDmaDevice()
/device/board/hihope/rk3568/audio_drivers/dai/src/
H
A
D
rk3568_dai_ops.c
39
struct device_node *
dmaOfNode
= NULL;
in GetPlatformDev()
local
46
dmaOfNode
= of_find_node_by_path(dai->devData->regConfig->audioIdInfo.chipName);
in GetPlatformDev()
47
if (
dmaOfNode
== NULL) {
in GetPlatformDev()
51
return of_find_device_by_node(
dmaOfNode
);
in GetPlatformDev()
Completed in 3 milliseconds