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:np_codec
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/rockchip/
H
A
D
rk3399_gru_sound.c
453
static int rockchip_sound_codec_node_match(struct device_node *
np_codec
)
in rockchip_sound_codec_node_match()
argument
459
if (!of_device_is_compatible(
np_codec
,
in rockchip_sound_codec_node_match()
465
np_codec
);
in rockchip_sound_codec_node_match()
480
struct device_node *
np_codec
;
in rockchip_sound_of_parse_dais()
local
506
np_codec
= of_parse_phandle(dev->of_node,
in rockchip_sound_of_parse_dais()
508
if (!
np_codec
)
in rockchip_sound_of_parse_dais()
511
if (!of_device_is_available(
np_codec
))
in rockchip_sound_of_parse_dais()
514
index = rockchip_sound_codec_node_match(
np_codec
);
in rockchip_sound_of_parse_dais()
523
np_cpu =
np_codec
;
in rockchip_sound_of_parse_dais()
540
dai->codecs->of_node =
np_codec
;
in rockchip_sound_of_parse_dais()
[all...]
/kernel/linux/linux-6.6/sound/soc/rockchip/
H
A
D
rk3399_gru_sound.c
477
static int rockchip_sound_codec_node_match(struct device_node *
np_codec
)
in rockchip_sound_codec_node_match()
argument
483
if (!of_device_is_compatible(
np_codec
,
in rockchip_sound_codec_node_match()
489
np_codec
);
in rockchip_sound_codec_node_match()
504
struct device_node *
np_codec
;
in rockchip_sound_of_parse_dais()
local
530
np_codec
= of_parse_phandle(dev->of_node,
in rockchip_sound_of_parse_dais()
532
if (!
np_codec
)
in rockchip_sound_of_parse_dais()
535
if (!of_device_is_available(
np_codec
))
in rockchip_sound_of_parse_dais()
538
index = rockchip_sound_codec_node_match(
np_codec
);
in rockchip_sound_of_parse_dais()
547
np_cpu =
np_codec
;
in rockchip_sound_of_parse_dais()
564
dai->codecs->of_node =
np_codec
;
in rockchip_sound_of_parse_dais()
[all...]
/kernel/linux/linux-6.6/sound/soc/tegra/
H
A
D
tegra_asoc_machine.c
425
struct device_node *
np_codec
, *np_i2s, *np_ac97;
in tegra_asoc_machine_probe()
local
498
np_codec
= tegra_machine_parse_phandle(dev, "nvidia,audio-codec");
in tegra_asoc_machine_probe()
499
if (IS_ERR(
np_codec
))
in tegra_asoc_machine_probe()
500
return PTR_ERR(
np_codec
);
in tegra_asoc_machine_probe()
507
card->dai_link->codecs->of_node =
np_codec
;
in tegra_asoc_machine_probe()
Completed in 4 milliseconds