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:jd_inverted
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
es8316.c
45
bool
jd_inverted
;
member
593
if (es8316->
jd_inverted
)
in es8316_irq()
611
if (es8316->
jd_inverted
)
in es8316_irq()
655
* Init es8316->
jd_inverted
here and not in the probe, as we cannot
in es8316_enable_jack_detect()
659
es8316->
jd_inverted
= device_property_read_bool(component->dev,
in es8316_enable_jack_detect()
H
A
D
rt5640.c
2163
if (rt5640->
jd_inverted
)
in rt5640_jack_inserted()
2413
if (rt5640->
jd_inverted
)
in rt5640_enable_jack_detect()
2558
rt5640->
jd_inverted
= true;
in rt5640_probe()
H
A
D
rt5640.h
2150
bool
jd_inverted
;
member
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
es8316.c
45
bool
jd_inverted
;
member
604
if (es8316->
jd_inverted
)
in es8316_irq()
622
if (es8316->
jd_inverted
)
in es8316_irq()
666
* Init es8316->
jd_inverted
here and not in the probe, as we cannot
in es8316_enable_jack_detect()
670
es8316->
jd_inverted
= device_property_read_bool(component->dev,
in es8316_enable_jack_detect()
H
A
D
es8326.c
39
bool
jd_inverted
;
member
609
ES8326_HP_DET_JACK_POL, (es8326->
jd_inverted
?
in es8326_jack_detect_handler()
636
ES8326_HP_DET_JACK_POL, (es8326->
jd_inverted
?
in es8326_jack_detect_handler()
863
es8326->
jd_inverted
= device_property_read_bool(component->dev,
in es8326_probe()
913
if (es8326->
jd_inverted
)
in es8326_enable_jack_detect()
H
A
D
rt5640.c
2179
if (rt5640->
jd_inverted
)
in rt5640_jack_inserted()
2518
if (rt5640->
jd_inverted
) {
in rt5640_enable_jack_detect()
2751
rt5640->
jd_inverted
= true;
in rt5640_probe()
2834
if (rt5640->
jd_inverted
) {
in rt5640_resume()
H
A
D
rt5640.h
2171
bool
jd_inverted
;
member
Completed in 25 milliseconds