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:hp_mic_pin
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
hda_generic.h
167
hda_nid_t
hp_mic_pin
;
member
H
A
D
hda_generic.c
2566
pin = spec->
hp_mic_pin
;
in update_hp_mic()
2645
spec->
hp_mic_pin
= nid;
in create_hp_mic()
2746
if (pin == spec->
hp_mic_pin
)
in create_out_jack_modes()
2885
if (pin == spec->
hp_mic_pin
)
in create_in_jack_mode()
3272
if (spec->
hp_mic_pin
== pin)
in parse_capture_source()
3350
if (pin != spec->
hp_mic_pin
&&
in create_input_ctls()
5203
if (spec->
hp_mic_pin
&&
in snd_hda_gen_parse_auto_config()
5206
err = create_hp_mic_jack_mode(codec, spec->
hp_mic_pin
);
in snd_hda_gen_parse_auto_config()
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
hda_generic.h
161
hda_nid_t
hp_mic_pin
;
member
H
A
D
hda_generic.c
2572
pin = spec->
hp_mic_pin
;
in update_hp_mic()
2651
spec->
hp_mic_pin
= nid;
in create_hp_mic()
2752
if (pin == spec->
hp_mic_pin
)
in create_out_jack_modes()
2891
if (pin == spec->
hp_mic_pin
)
in create_in_jack_mode()
3278
if (spec->
hp_mic_pin
== pin)
in parse_capture_source()
3356
if (pin != spec->
hp_mic_pin
&&
in create_input_ctls()
5095
if (spec->
hp_mic_pin
&&
in snd_hda_gen_parse_auto_config()
5098
err = create_hp_mic_jack_mode(codec, spec->
hp_mic_pin
);
in snd_hda_gen_parse_auto_config()
Completed in 18 milliseconds