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:compnent
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/ti/
H
A
D
j721e-evm.c
619
struct snd_soc_dai_link_component *
compnent
;
in j721e_soc_probe_cpb()
local
653
compnent
= devm_kzalloc(priv->dev, comp_count * sizeof(*
compnent
),
in j721e_soc_probe_cpb()
655
if (!
compnent
) {
in j721e_soc_probe_cpb()
661
priv->dai_links[*link_idx].cpus = &
compnent
[comp_idx++];
in j721e_soc_probe_cpb()
663
priv->dai_links[*link_idx].codecs = &
compnent
[comp_idx++];
in j721e_soc_probe_cpb()
665
priv->dai_links[*link_idx].platforms = &
compnent
[comp_idx++];
in j721e_soc_probe_cpb()
681
priv->dai_links[*link_idx].cpus = &
compnent
[comp_idx++];
in j721e_soc_probe_cpb()
683
priv->dai_links[*link_idx].codecs = &
compnent
[comp_idx++];
in j721e_soc_probe_cpb()
685
priv->dai_links[*link_idx].platforms = &
compnent
[comp_id
in j721e_soc_probe_cpb()
721
struct snd_soc_dai_link_component *
compnent
;
j721e_soc_probe_ivi()
local
[all...]
H
A
D
omap-hdmi.c
315
struct snd_soc_dai_link_component *
compnent
;
in omap_hdmi_audio_probe()
local
367
compnent
= devm_kzalloc(dev, 3 * sizeof(*
compnent
), GFP_KERNEL);
in omap_hdmi_audio_probe()
368
if (!
compnent
)
in omap_hdmi_audio_probe()
370
card->dai_link->cpus = &
compnent
[0];
in omap_hdmi_audio_probe()
372
card->dai_link->codecs = &
compnent
[1];
in omap_hdmi_audio_probe()
374
card->dai_link->platforms = &
compnent
[2];
in omap_hdmi_audio_probe()
/kernel/linux/linux-6.6/sound/soc/ti/
H
A
D
j721e-evm.c
618
struct snd_soc_dai_link_component *
compnent
;
in j721e_soc_probe_cpb()
local
652
compnent
= devm_kzalloc(priv->dev, comp_count * sizeof(*
compnent
),
in j721e_soc_probe_cpb()
654
if (!
compnent
) {
in j721e_soc_probe_cpb()
660
priv->dai_links[*link_idx].cpus = &
compnent
[comp_idx++];
in j721e_soc_probe_cpb()
662
priv->dai_links[*link_idx].codecs = &
compnent
[comp_idx++];
in j721e_soc_probe_cpb()
664
priv->dai_links[*link_idx].platforms = &
compnent
[comp_idx++];
in j721e_soc_probe_cpb()
680
priv->dai_links[*link_idx].cpus = &
compnent
[comp_idx++];
in j721e_soc_probe_cpb()
682
priv->dai_links[*link_idx].codecs = &
compnent
[comp_idx++];
in j721e_soc_probe_cpb()
684
priv->dai_links[*link_idx].platforms = &
compnent
[comp_id
in j721e_soc_probe_cpb()
720
struct snd_soc_dai_link_component *
compnent
;
j721e_soc_probe_ivi()
local
[all...]
H
A
D
omap-hdmi.c
316
struct snd_soc_dai_link_component *
compnent
;
in omap_hdmi_audio_probe()
local
368
compnent
= devm_kzalloc(dev, sizeof(*
compnent
), GFP_KERNEL);
in omap_hdmi_audio_probe()
369
if (!
compnent
)
in omap_hdmi_audio_probe()
371
card->dai_link->cpus =
compnent
;
in omap_hdmi_audio_probe()
Completed in 3 milliseconds