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:adc_nids
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
hda_generic.h
124
hda_nid_t
adc_nids
[AUTO_CFG_MAX_INS];
member
H
A
D
hda_generic.c
3154
hda_nid_t *
adc_nids
= spec->
adc_nids
;
in fill_adc_nids()
local
3155
int max_nums = ARRAY_SIZE(spec->
adc_nids
);
in fill_adc_nids()
3164
adc_nids
[nums] = nid;
in fill_adc_nids()
3172
memcpy(spec->all_adcs, spec->
adc_nids
, nums * sizeof(hda_nid_t));
in fill_adc_nids()
3177
/* filter out invalid
adc_nids
that don't give all active input pins;
3220
spec->
adc_nids
[nums] = spec->
adc_nids
[n];
in check_dyn_adc_switch()
3260
hda_nid_t adc = spec->
adc_nids
[c];
in parse_capture_source()
5582
snd_hda_codec_setup_stream(codec, spec->
adc_nids
[substrea
in alt_capture_pcm_prepare()
[all...]
H
A
D
patch_cirrus.c
369
spec->gen.
adc_nids
[idx]);
in cs_parse_auto_config()
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
hda_generic.h
118
hda_nid_t
adc_nids
[AUTO_CFG_MAX_INS];
member
H
A
D
hda_generic.c
3160
hda_nid_t *
adc_nids
= spec->
adc_nids
;
in fill_adc_nids()
local
3161
int max_nums = ARRAY_SIZE(spec->
adc_nids
);
in fill_adc_nids()
3170
adc_nids
[nums] = nid;
in fill_adc_nids()
3178
memcpy(spec->all_adcs, spec->
adc_nids
, nums * sizeof(hda_nid_t));
in fill_adc_nids()
3183
/* filter out invalid
adc_nids
that don't give all active input pins;
3226
spec->
adc_nids
[nums] = spec->
adc_nids
[n];
in check_dyn_adc_switch()
3266
hda_nid_t adc = spec->
adc_nids
[c];
in parse_capture_source()
5475
snd_hda_codec_setup_stream(codec, spec->
adc_nids
[substrea
in alt_capture_pcm_prepare()
[all...]
H
A
D
patch_cirrus.c
368
spec->gen.
adc_nids
[idx]);
in cs_parse_auto_config()
H
A
D
patch_cs8409.c
45
snd_hda_gen_fix_pin_power(codec, spec->gen.
adc_nids
[idx]);
in cs8409_parse_auto_config()
Completed in 27 milliseconds