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_CFG_MAX_INS
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
hda_auto_parser.h
30
#define
AUTO_CFG_MAX_INS
8
macro
70
struct auto_pin_cfg_item inputs[
AUTO_CFG_MAX_INS
];
H
A
D
hda_generic.h
124
hda_nid_t adc_nids[
AUTO_CFG_MAX_INS
];
174
hda_nid_t all_adcs[
AUTO_CFG_MAX_INS
];
185
int input_paths[HDA_MAX_NUM_INPUTS][
AUTO_CFG_MAX_INS
];
H
A
D
hda_auto_parser.c
59
if (cfg->num_inputs <
AUTO_CFG_MAX_INS
) {
in add_auto_cfg_input_pin()
H
A
D
hda_generic.c
2626
if (cfg->num_inputs >=
AUTO_CFG_MAX_INS
)
in create_hp_mic()
3405
if (adc_idx < 0 || adc_idx >=
AUTO_CFG_MAX_INS
) {
in get_input_path()
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
hda_auto_parser.h
32
#define
AUTO_CFG_MAX_INS
18
macro
72
struct auto_pin_cfg_item inputs[
AUTO_CFG_MAX_INS
];
H
A
D
hda_generic.h
118
hda_nid_t adc_nids[
AUTO_CFG_MAX_INS
];
168
hda_nid_t all_adcs[
AUTO_CFG_MAX_INS
];
179
int input_paths[HDA_MAX_NUM_INPUTS][
AUTO_CFG_MAX_INS
];
H
A
D
hda_auto_parser.c
59
if (cfg->num_inputs <
AUTO_CFG_MAX_INS
) {
in add_auto_cfg_input_pin()
H
A
D
hda_generic.c
2632
if (cfg->num_inputs >=
AUTO_CFG_MAX_INS
)
in create_hp_mic()
3411
if (adc_idx < 0 || adc_idx >=
AUTO_CFG_MAX_INS
) {
in get_input_path()
Completed in 21 milliseconds