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:AUTO_PIN_LINE_IN
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
hda_auto_parser.h
17
AUTO_PIN_LINE_IN
,
enumerator
H
A
D
hda_auto_parser.c
282
add_auto_cfg_input_pin(codec, cfg, nid,
AUTO_PIN_LINE_IN
);
in snd_hda_parse_pin_defcfg()
H
A
D
hda_generic.c
1501
for (type =
AUTO_PIN_LINE_IN
; type >= AUTO_PIN_MIC; type--) {
in count_multiio_pins()
1541
for (type =
AUTO_PIN_LINE_IN
; type >= AUTO_PIN_MIC; type--) {
in fill_multi_ios()
3888
if (cfg->inputs[idx].type >
AUTO_PIN_LINE_IN
)
in parse_mic_boost()
4970
if (cfg->inputs[i].type >
AUTO_PIN_LINE_IN
)
in check_auto_mic_availability()
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
hda_auto_parser.h
19
AUTO_PIN_LINE_IN
,
enumerator
H
A
D
hda_auto_parser.c
278
add_auto_cfg_input_pin(codec, cfg, nid,
AUTO_PIN_LINE_IN
);
in snd_hda_parse_pin_defcfg()
H
A
D
hda_generic.c
1507
for (type =
AUTO_PIN_LINE_IN
; type >= AUTO_PIN_MIC; type--) {
in count_multiio_pins()
1547
for (type =
AUTO_PIN_LINE_IN
; type >= AUTO_PIN_MIC; type--) {
in fill_multi_ios()
3903
if (cfg->inputs[idx].type >
AUTO_PIN_LINE_IN
)
in parse_mic_boost()
4859
if (cfg->inputs[i].type >
AUTO_PIN_LINE_IN
)
in check_auto_mic_availability()
Completed in 23 milliseconds