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:eapd_switch
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
patch_sigmatel.c
173
unsigned int
eapd_switch
: 1;
member
420
if (spec->eapd_mask && spec->
eapd_switch
) {
in stac_update_outputs()
561
val = snd_hda_get_bool_hint(codec, "
eapd_switch
");
in stac_store_hints()
563
spec->
eapd_switch
= val;
in stac_store_hints()
1807
spec->
eapd_switch
= 0;
in stac92hd73xx_fixup_dell()
1866
spec->
eapd_switch
= 0;
in stac92hd73xx_fixup_alienware_m17x()
2194
spec->
eapd_switch
= 0;
in stac92hd83xxx_fixup_gpio10_eapd()
4147
spec->
eapd_switch
= 0;
in stac9205_fixup_eapd()
4367
/* turn on EAPD statically when spec->
eapd_switch
isn't set.
in stac_init()
4370
if (!spec->
eapd_switch
)
in stac_init()
[all...]
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
patch_sigmatel.c
173
unsigned int
eapd_switch
: 1;
member
420
if (spec->eapd_mask && spec->
eapd_switch
) {
in stac_update_outputs()
561
val = snd_hda_get_bool_hint(codec, "
eapd_switch
");
in stac_store_hints()
563
spec->
eapd_switch
= val;
in stac_store_hints()
1807
spec->
eapd_switch
= 0;
in stac92hd73xx_fixup_dell()
1866
spec->
eapd_switch
= 0;
in stac92hd73xx_fixup_alienware_m17x()
2194
spec->
eapd_switch
= 0;
in stac92hd83xxx_fixup_gpio10_eapd()
4147
spec->
eapd_switch
= 0;
in stac9205_fixup_eapd()
4367
/* turn on EAPD statically when spec->
eapd_switch
isn't set.
in stac_init()
4370
if (!spec->
eapd_switch
)
in stac_init()
[all...]
/kernel/linux/linux-5.10/sound/pci/cs46xx/
H
A
D
cs46xx_lib.c
1878
chip->
eapd_switch
= NULL;
in snd_cs46xx_mixer_free_ac97()
2508
chip->
eapd_switch
= snd_ctl_find_id(chip->card, &id);
in snd_cs46xx_mixer()
3455
if (chip->
eapd_switch
)
in amp_voyetra()
3457
&chip->
eapd_switch
->id);
in amp_voyetra()
H
A
D
cs46xx.h
1690
struct snd_kcontrol *
eapd_switch
; /* for amplifier hack */
member
/kernel/linux/linux-6.6/sound/pci/cs46xx/
H
A
D
cs46xx_lib.c
1864
chip->
eapd_switch
= NULL;
in snd_cs46xx_mixer_free_ac97()
2492
chip->
eapd_switch
= snd_ctl_find_id_mixer(chip->card,
in snd_cs46xx_mixer()
3416
if (chip->
eapd_switch
)
in amp_voyetra()
3418
&chip->
eapd_switch
->id);
in amp_voyetra()
H
A
D
cs46xx.h
1689
struct snd_kcontrol *
eapd_switch
; /* for amplifier hack */
member
Completed in 27 milliseconds