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
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
patch_analog.c
175
static int ad198x_parse_auto_config(struct hda_codec *codec, bool
indep_hp
)
in ad198x_parse_auto_config()
argument
185
spec->gen.
indep_hp
=
indep_hp
;
in ad198x_parse_auto_config()
H
A
D
hda_generic.h
233
unsigned int
indep_hp
:1; /* independent HP supported */
member
H
A
D
hda_generic.c
168
val = snd_hda_get_bool_hint(codec, "
indep_hp
");
in parse_user_hints()
170
spec->
indep_hp
= !!val;
in parse_user_hints()
1871
if (spec->
indep_hp
&& !indep_hp_possible(codec))
in fill_and_eval_dacs()
2091
/* clear
indep_hp
flag if not available */
in parse_output_paths()
2092
if (spec->
indep_hp
&& !indep_hp_possible(codec))
in parse_output_paths()
2093
spec->
indep_hp
= 0;
in parse_output_paths()
2301
if (!spec->
indep_hp
)
in create_indep_hp_ctls()
2308
spec->
indep_hp
= 0;
in create_indep_hp_ctls()
5485
if (spec->
indep_hp
&& !spec->indep_hp_enabled)
in alt_playback_pcm_open()
H
A
D
patch_via.c
114
spec->gen.
indep_hp
= 1;
in via_new_spec()
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
patch_analog.c
168
static int ad198x_parse_auto_config(struct hda_codec *codec, bool
indep_hp
)
in ad198x_parse_auto_config()
argument
178
spec->gen.
indep_hp
=
indep_hp
;
in ad198x_parse_auto_config()
H
A
D
hda_generic.h
228
unsigned int
indep_hp
:1; /* independent HP supported */
member
H
A
D
hda_generic.c
168
val = snd_hda_get_bool_hint(codec, "
indep_hp
");
in parse_user_hints()
170
spec->
indep_hp
= !!val;
in parse_user_hints()
1877
if (spec->
indep_hp
&& !indep_hp_possible(codec))
in fill_and_eval_dacs()
2097
/* clear
indep_hp
flag if not available */
in parse_output_paths()
2098
if (spec->
indep_hp
&& !indep_hp_possible(codec))
in parse_output_paths()
2099
spec->
indep_hp
= 0;
in parse_output_paths()
2307
if (!spec->
indep_hp
)
in create_indep_hp_ctls()
2314
spec->
indep_hp
= 0;
in create_indep_hp_ctls()
5378
if (spec->
indep_hp
&& !spec->indep_hp_enabled)
in alt_playback_pcm_open()
H
A
D
patch_via.c
114
spec->gen.
indep_hp
= 1;
in via_new_spec()
Completed in 25 milliseconds