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:capture_widget
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/mediatek/mt8183/
H
A
D
mt8183-dai-pcm.c
197
dai->
capture_widget
->active);
in mtk_dai_pcm_hw_params()
199
if (dai->playback_widget->active || dai->
capture_widget
->active)
in mtk_dai_pcm_hw_params()
/kernel/linux/linux-5.10/sound/soc/mediatek/mt6797/
H
A
D
mt6797-dai-pcm.c
197
dai->
capture_widget
->active);
in mtk_dai_pcm_hw_params()
199
if (dai->playback_widget->active || dai->
capture_widget
->active)
in mtk_dai_pcm_hw_params()
/kernel/linux/linux-5.10/include/sound/
H
A
D
soc-dai.h
371
struct snd_soc_dapm_widget *
capture_widget
;
member
410
dai->playback_widget : dai->
capture_widget
;
in snd_soc_dai_get_widget()
H
A
D
soc.h
1162
struct snd_soc_dapm_widget *
capture_widget
;
member
/kernel/linux/linux-5.10/sound/soc/meson/
H
A
D
meson-codec-glue.c
103
meson_codec_glue_output_get_input_data(dai->
capture_widget
);
in meson_codec_glue_output_startup()
H
A
D
axg-tdm-interface.c
378
if (dai->
capture_widget
) {
in axg_tdm_iface_probe_dai()
/kernel/linux/linux-5.10/sound/soc/
H
A
D
soc-dapm.c
1321
w = dai->
capture_widget
;
in snd_soc_dapm_dai_get_connected_widgets()
4263
dai->
capture_widget
= w;
in snd_soc_dapm_new_dai_widgets()
4355
playback_cpu = cpu_dai->
capture_widget
;
in dapm_connect_dai_pair()
4359
capture_cpu = cpu_dai->
capture_widget
;
in dapm_connect_dai_pair()
4381
codec = codec_dai->
capture_widget
;
in dapm_connect_dai_pair()
4384
if (dai_link->params && !rtd->
capture_widget
) {
in dapm_connect_dai_pair()
4389
rtd->
capture_widget
= dai;
in dapm_connect_dai_pair()
4393
rtd->
capture_widget
,
in dapm_connect_dai_pair()
/kernel/linux/linux-5.10/sound/soc/intel/atom/
H
A
D
sst-atom-controls.c
1356
dai->
capture_widget
->name);
in sst_send_pipe_gains()
1357
w = dai->
capture_widget
;
in sst_send_pipe_gains()
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
H
A
D
skl-topology.c
1715
w = dai->
capture_widget
;
in skl_tplg_fe_get_cpr_module()
1786
w = dai->
capture_widget
;
in skl_tplg_be_get_cpr_module()
1929
w = dai->
capture_widget
;
in skl_tplg_be_update_params()
/kernel/linux/linux-5.10/sound/soc/sof/
H
A
D
topology.c
1410
if (!cpu_dai->
capture_widget
) {
in sof_connect_dai_widget()
1411
cpu_dai->
capture_widget
= w;
in sof_connect_dai_widget()
Completed in 22 milliseconds