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:line_out_type
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
hda_auto_parser.h
67
int
line_out_type
; /* AUTO_PIN_XXX_OUT */
member
96
return (cfg->
line_out_type
== AUTO_PIN_HP_OUT) ?
in auto_cfg_hp_outs()
101
return (cfg->
line_out_type
== AUTO_PIN_HP_OUT) ?
in auto_cfg_hp_pins()
106
return (cfg->
line_out_type
== AUTO_PIN_SPEAKER_OUT) ?
in auto_cfg_speaker_outs()
111
return (cfg->
line_out_type
== AUTO_PIN_SPEAKER_OUT) ?
in auto_cfg_speaker_pins()
H
A
D
hda_generic.c
1185
switch (cfg->
line_out_type
) {
in get_line_out_pfx()
1686
if (cfg->
line_out_type
== AUTO_PIN_HP_OUT)
in indep_hp_possible()
1782
cfg->
line_out_type
!= AUTO_PIN_SPEAKER_OUT) {
in fill_and_eval_dacs()
1795
cfg->line_outs == 1 && cfg->
line_out_type
!= AUTO_PIN_SPEAKER_OUT) {
in fill_and_eval_dacs()
1803
if (cfg->
line_out_type
!= AUTO_PIN_HP_OUT) {
in fill_and_eval_dacs()
1812
if (cfg->
line_out_type
!= AUTO_PIN_SPEAKER_OUT) {
in fill_and_eval_dacs()
1823
cfg->line_outs == 1 && cfg->
line_out_type
!= AUTO_PIN_SPEAKER_OUT) {
in fill_and_eval_dacs()
1833
if (cfg->
line_out_type
!= AUTO_PIN_HP_OUT)
in fill_and_eval_dacs()
1836
if (cfg->
line_out_type
!= AUTO_PIN_SPEAKER_OUT)
in fill_and_eval_dacs()
1842
cfg->hp_outs && cfg->
line_out_type
in fill_and_eval_dacs()
[all...]
H
A
D
hda_auto_parser.c
369
cfg->
line_out_type
= AUTO_PIN_HP_OUT;
in snd_hda_parse_pin_defcfg()
391
cfg->
line_out_type
= AUTO_PIN_SPEAKER_OUT;
in snd_hda_parse_pin_defcfg()
398
cfg->
line_out_type
= AUTO_PIN_HP_OUT;
in snd_hda_parse_pin_defcfg()
417
cfg->
line_out_type
== AUTO_PIN_HP_OUT ? "hp" :
in snd_hda_parse_pin_defcfg()
418
(cfg->
line_out_type
== AUTO_PIN_SPEAKER_OUT ?
in snd_hda_parse_pin_defcfg()
H
A
D
patch_analog.c
1008
if (spec->gen.autocfg.
line_out_type
== AUTO_PIN_SPEAKER_OUT)
in ad1884_fixup_hp_eapd()
H
A
D
patch_sigmatel.c
808
if (spec->gen.autocfg.
line_out_type
== AUTO_PIN_SPEAKER_OUT) {
in has_builtin_speaker()
H
A
D
patch_realtek.c
646
if (spec->gen.autocfg.
line_out_type
== AC_JACK_HP_OUT)
in alc_get_hp_pin()
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
hda_auto_parser.h
69
int
line_out_type
; /* AUTO_PIN_XXX_OUT */
member
98
return (cfg->
line_out_type
== AUTO_PIN_HP_OUT) ?
in auto_cfg_hp_outs()
103
return (cfg->
line_out_type
== AUTO_PIN_HP_OUT) ?
in auto_cfg_hp_pins()
108
return (cfg->
line_out_type
== AUTO_PIN_SPEAKER_OUT) ?
in auto_cfg_speaker_outs()
113
return (cfg->
line_out_type
== AUTO_PIN_SPEAKER_OUT) ?
in auto_cfg_speaker_pins()
H
A
D
hda_generic.c
1191
switch (cfg->
line_out_type
) {
in get_line_out_pfx()
1692
if (cfg->
line_out_type
== AUTO_PIN_HP_OUT)
in indep_hp_possible()
1788
cfg->
line_out_type
!= AUTO_PIN_SPEAKER_OUT) {
in fill_and_eval_dacs()
1801
cfg->line_outs == 1 && cfg->
line_out_type
!= AUTO_PIN_SPEAKER_OUT) {
in fill_and_eval_dacs()
1809
if (cfg->
line_out_type
!= AUTO_PIN_HP_OUT) {
in fill_and_eval_dacs()
1818
if (cfg->
line_out_type
!= AUTO_PIN_SPEAKER_OUT) {
in fill_and_eval_dacs()
1829
cfg->line_outs == 1 && cfg->
line_out_type
!= AUTO_PIN_SPEAKER_OUT) {
in fill_and_eval_dacs()
1839
if (cfg->
line_out_type
!= AUTO_PIN_HP_OUT)
in fill_and_eval_dacs()
1842
if (cfg->
line_out_type
!= AUTO_PIN_SPEAKER_OUT)
in fill_and_eval_dacs()
1848
cfg->hp_outs && cfg->
line_out_type
in fill_and_eval_dacs()
[all...]
H
A
D
hda_auto_parser.c
365
cfg->
line_out_type
= AUTO_PIN_HP_OUT;
in snd_hda_parse_pin_defcfg()
387
cfg->
line_out_type
= AUTO_PIN_SPEAKER_OUT;
in snd_hda_parse_pin_defcfg()
394
cfg->
line_out_type
= AUTO_PIN_HP_OUT;
in snd_hda_parse_pin_defcfg()
413
cfg->
line_out_type
== AUTO_PIN_HP_OUT ? "hp" :
in snd_hda_parse_pin_defcfg()
414
(cfg->
line_out_type
== AUTO_PIN_SPEAKER_OUT ?
in snd_hda_parse_pin_defcfg()
H
A
D
patch_analog.c
1001
if (spec->gen.autocfg.
line_out_type
== AUTO_PIN_SPEAKER_OUT)
in ad1884_fixup_hp_eapd()
H
A
D
patch_sigmatel.c
808
if (spec->gen.autocfg.
line_out_type
== AUTO_PIN_SPEAKER_OUT) {
in has_builtin_speaker()
H
A
D
patch_realtek.c
645
if (spec->gen.autocfg.
line_out_type
== AC_JACK_HP_OUT)
in alc_get_hp_pin()
Completed in 54 milliseconds