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:indep_hp_enabled
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
hda_generic.h
245
unsigned int
indep_hp_enabled
:1; /* independent HP enabled */
member
H
A
D
hda_generic.c
2230
ucontrol->value.enumerated.item[0] = spec->
indep_hp_enabled
;
in indep_hp_get()
2252
if (spec->
indep_hp_enabled
!= select) {
in indep_hp_put()
2273
spec->
indep_hp_enabled
= select;
in indep_hp_put()
2274
if (spec->
indep_hp_enabled
)
in indep_hp_put()
2312
spec->
indep_hp_enabled
= false;
in create_indep_hp_ctls()
2469
if (out_type == AUTO_PIN_HP_OUT && spec->
indep_hp_enabled
&&
in update_aamix_paths()
4638
if (spec->
indep_hp_enabled
) {
in snd_hda_gen_hp_automute()
5485
if (spec->indep_hp && !spec->
indep_hp_enabled
)
in alt_playback_pcm_open()
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
hda_generic.h
240
unsigned int
indep_hp_enabled
:1; /* independent HP enabled */
member
H
A
D
hda_generic.c
2236
ucontrol->value.enumerated.item[0] = spec->
indep_hp_enabled
;
in indep_hp_get()
2258
if (spec->
indep_hp_enabled
!= select) {
in indep_hp_put()
2279
spec->
indep_hp_enabled
= select;
in indep_hp_put()
2280
if (spec->
indep_hp_enabled
)
in indep_hp_put()
2318
spec->
indep_hp_enabled
= false;
in create_indep_hp_ctls()
2475
if (out_type == AUTO_PIN_HP_OUT && spec->
indep_hp_enabled
&&
in update_aamix_paths()
4527
if (spec->
indep_hp_enabled
) {
in snd_hda_gen_hp_automute()
5378
if (spec->indep_hp && !spec->
indep_hp_enabled
)
in alt_playback_pcm_open()
Completed in 18 milliseconds