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:dai_args
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/
H
A
D
soc-core.c
259
return !(dlc->
dai_args
|| dlc->name || dlc->of_node);
in snd_soc_dlc_component_is_empty()
269
return !(dlc->
dai_args
|| dlc->dai_name);
in snd_soc_dlc_dai_is_empty()
278
if (dlc->
dai_args
)
in snd_soc_is_matching_dai()
279
return snd_soc_is_match_dai_args(dai->driver->
dai_args
, dlc->
dai_args
);
in snd_soc_is_matching_dai()
834
if (dlc->
dai_args
) {
in snd_soc_is_matching_component()
3035
platforms->
dai_args
= cpus->
dai_args
;
in snd_soc_dlc_use_cpu_as_platform()
3480
struct snd_soc_dai *snd_soc_get_dai_via_args(struct of_phandle_args *
dai_args
)
in snd_soc_get_dai_via_args()
argument
3488
if (snd_soc_is_match_dai_args(dai->driver->
dai_args
, dai_arg
in snd_soc_get_dai_via_args()
[all...]
/kernel/linux/linux-6.6/sound/soc/generic/
H
A
D
simple-card.c
81
dlc->
dai_args
= snd_soc_copy_dai_args(dev, &args);
in asoc_simple_parse_dai()
82
if (!dlc->
dai_args
)
in asoc_simple_parse_dai()
H
A
D
simple-card-utils.c
1090
dlc->
dai_args
= snd_soc_copy_dai_args(dev, &args);
in asoc_graph_parse_dai()
1091
if (!dlc->
dai_args
)
in asoc_graph_parse_dai()
/kernel/linux/linux-6.6/sound/soc/sh/rcar/
H
A
D
core.c
1408
rdai->
dai_args
.np = node_np;
in __rsnd_dai_probe()
1409
rdai->
dai_args
.args_count = 1;
in __rsnd_dai_probe()
1410
rdai->
dai_args
.args[0] = node_arg;
in __rsnd_dai_probe()
1416
drv->
dai_args
= &rdai->
dai_args
;
in __rsnd_dai_probe()
H
A
D
rsnd.h
548
struct of_phandle_args
dai_args
;
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
soc-dai.h
416
struct of_phandle_args *
dai_args
;
member
H
A
D
soc.h
654
struct of_phandle_args *
dai_args
;
member
1370
struct snd_soc_dai *snd_soc_get_dai_via_args(struct of_phandle_args *
dai_args
);
Completed in 15 milliseconds