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:jack_present
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
cs42l43.h
89
bool
jack_present
;
member
H
A
D
cs42l43-jack.c
725
if (cs42l43->sdw && !priv->
jack_present
) {
in cs42l43_tip_sense_work()
726
priv->
jack_present
= true;
in cs42l43_tip_sense_work()
746
if (cs42l43->sdw && priv->
jack_present
) {
in cs42l43_tip_sense_work()
748
priv->
jack_present
= false;
in cs42l43_tip_sense_work()
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
patch_ca0132.c
4330
int
jack_present
;
in ca0132_select_out()
local
4342
jack_present
= snd_hda_jack_detect(codec, spec->unsol_tag_hp);
in ca0132_select_out()
4344
jack_present
=
in ca0132_select_out()
4347
if (
jack_present
)
in ca0132_select_out()
4639
int
jack_present
;
in ca0132_alt_select_out()
local
4657
jack_present
= snd_hda_jack_detect(codec, spec->unsol_tag_hp) ||
in ca0132_alt_select_out()
4660
if (
jack_present
)
in ca0132_alt_select_out()
4923
int
jack_present
;
in ca0132_select_mic()
local
4933
jack_present
= snd_hda_jack_detect(codec, spec->unsol_tag_amic1);
in ca0132_select_mic()
4935
jack_present
in ca0132_select_mic()
[all...]
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
patch_ca0132.c
4450
int
jack_present
;
in ca0132_select_out()
local
4462
jack_present
= snd_hda_jack_detect(codec, spec->unsol_tag_hp);
in ca0132_select_out()
4464
jack_present
=
in ca0132_select_out()
4467
if (
jack_present
)
in ca0132_select_out()
4759
int
jack_present
;
in ca0132_alt_select_out()
local
4777
jack_present
= snd_hda_jack_detect(codec, spec->unsol_tag_hp) ||
in ca0132_alt_select_out()
4780
if (
jack_present
)
in ca0132_alt_select_out()
5043
int
jack_present
;
in ca0132_select_mic()
local
5053
jack_present
= snd_hda_jack_detect(codec, spec->unsol_tag_amic1);
in ca0132_select_mic()
5055
jack_present
in ca0132_select_mic()
[all...]
Completed in 22 milliseconds