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:idle_bias_off
(Results
1 - 23
of
23
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/intel/boards/
H
A
D
bytcht_cx2072x.c
80
card->dapm.
idle_bias_off
= true;
in byt_cht_cx2072x_init()
H
A
D
bytcht_es8316.c
166
card->dapm.
idle_bias_off
= true;
in byt_cht_es8316_init()
H
A
D
bytcr_rt5640.c
1007
card->dapm.
idle_bias_off
= true;
in byt_rt5640_init()
H
A
D
bytcr_rt5651.c
563
card->dapm.
idle_bias_off
= true;
in byt_rt5651_init()
/kernel/linux/linux-6.6/sound/soc/intel/boards/
H
A
D
bytcht_cx2072x.c
80
card->dapm.
idle_bias_off
= true;
in byt_cht_cx2072x_init()
H
A
D
bytcht_es8316.c
167
card->dapm.
idle_bias_off
= true;
in byt_cht_es8316_init()
H
A
D
bytcr_wm5102.c
207
card->dapm.
idle_bias_off
= true;
in byt_wm5102_init()
H
A
D
sof_es8336.c
279
card->dapm.
idle_bias_off
= true;
in sof_es8316_init()
H
A
D
bytcr_rt5651.c
573
card->dapm.
idle_bias_off
= true;
in byt_rt5651_init()
H
A
D
bytcr_rt5640.c
1265
card->dapm.
idle_bias_off
= true;
in byt_rt5640_init()
/kernel/linux/linux-6.6/sound/soc/intel/avs/boards/
H
A
D
es8336.c
133
card->dapm.
idle_bias_off
= true;
in avs_es8336_codec_init()
H
A
D
rt274.c
117
card->dapm.
idle_bias_off
= true;
in avs_rt274_codec_init()
/kernel/linux/linux-6.6/sound/soc/sof/
H
A
D
sof-client-probes.c
492
/* set
idle_bias_off
to prevent the core from resuming the card->dev */
in sof_probes_client_probe()
493
card->dapm.
idle_bias_off
= true;
in sof_probes_client_probe()
/kernel/linux/linux-5.10/include/sound/
H
A
D
soc-dapm.h
690
unsigned int
idle_bias_off
:1; /* Use BIAS_OFF instead of STANDBY */
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
soc-dapm.h
699
unsigned int
idle_bias_off
:1; /* Use BIAS_OFF instead of STANDBY */
member
/kernel/linux/linux-5.10/sound/soc/
H
A
D
soc-core.c
615
if (dapm->
idle_bias_off
) {
in snd_soc_suspend()
617
"ASoC:
idle_bias_off
CODEC on over suspend\n");
in snd_soc_suspend()
1223
WARN(dapm->
idle_bias_off
&&
in soc_probe_component()
1225
"codec %s can not start from non-off bias with
idle_bias_off
==1\n",
in soc_probe_component()
H
A
D
soc-dapm.c
1934
if (dapm->
idle_bias_off
)
in dapm_idle_bias_off()
4801
dapm->
idle_bias_off
= !component->driver->idle_bias_on,
in snd_soc_dapm_init()
/kernel/linux/linux-6.6/sound/soc/
H
A
D
soc-core.c
693
if (dapm->
idle_bias_off
) {
in snd_soc_suspend()
695
"ASoC:
idle_bias_off
CODEC on over suspend\n");
in snd_soc_suspend()
1498
WARN(dapm->
idle_bias_off
&&
in soc_probe_component()
1500
"codec %s can not start from non-off bias with
idle_bias_off
==1\n",
in soc_probe_component()
H
A
D
soc-dapm.c
1924
if (dapm->
idle_bias_off
)
in dapm_idle_bias_off()
4826
dapm->
idle_bias_off
= !component->driver->idle_bias_on;
in snd_soc_dapm_init()
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
wm8993.c
1539
dapm->
idle_bias_off
= 1;
in wm8993_probe()
H
A
D
wm8994.c
4185
/* By default use
idle_bias_off
, will override for WM8994 */
in wm8994_component_probe()
4186
dapm->
idle_bias_off
= 1;
in wm8994_component_probe()
4194
dapm->
idle_bias_off
= 0;
in wm8994_component_probe()
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
wm8993.c
1539
dapm->
idle_bias_off
= 1;
in wm8993_probe()
H
A
D
wm8994.c
4185
/* By default use
idle_bias_off
, will override for WM8994 */
in wm8994_component_probe()
4186
dapm->
idle_bias_off
= 1;
in wm8994_component_probe()
4194
dapm->
idle_bias_off
= 0;
in wm8994_component_probe()
Completed in 47 milliseconds