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_ena
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/mfd/arizona/
H
A
D
core.h
141
unsigned int
hp_ena
;
member
/kernel/linux/linux-6.6/include/linux/mfd/arizona/
H
A
D
core.h
141
unsigned int
hp_ena
;
member
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
cs42l43.h
57
unsigned int
hp_ena
;
member
H
A
D
cs42l43-jack.c
509
if (priv->
hp_ena
) {
in cs42l43_start_load_detect()
574
if (priv->
hp_ena
) {
in cs42l43_stop_load_detect()
580
CS42L43_HP_EN_MASK, priv->
hp_ena
);
in cs42l43_stop_load_detect()
H
A
D
madera.c
607
madera->
hp_ena
);
in madera_out1_demux_put()
612
else if (madera->
hp_ena
)
in madera_out1_demux_put()
2437
madera->
hp_ena
&= ~mask;
in madera_hp_ev()
2438
madera->
hp_ena
|= val;
in madera_hp_ev()
H
A
D
cs42l43.c
1446
priv->
hp_ena
&= ~mask;
in cs42l43_hp_ev()
1447
priv->
hp_ena
|= val;
in cs42l43_hp_ev()
H
A
D
arizona.c
1096
priv->arizona->
hp_ena
&= ~mask;
in arizona_hp_ev()
1097
priv->arizona->
hp_ena
|= val;
in arizona_hp_ev()
H
A
D
arizona-jack.c
167
ARIZONA_OUT1R_ENA, arizona->
hp_ena
);
in arizona_extcon_hp_clamp()
/kernel/linux/linux-5.10/include/linux/mfd/madera/
H
A
D
core.h
169
* @
hp_ena
: bitflags of enable state for the headphone outputs
203
unsigned int
hp_ena
;
member
/kernel/linux/linux-6.6/include/linux/mfd/madera/
H
A
D
core.h
169
* @
hp_ena
: bitflags of enable state for the headphone outputs
204
unsigned int
hp_ena
;
member
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
madera.c
607
madera->
hp_ena
);
in madera_out1_demux_put()
612
else if (madera->
hp_ena
)
in madera_out1_demux_put()
2437
madera->
hp_ena
&= ~mask;
in madera_hp_ev()
2438
madera->
hp_ena
|= val;
in madera_hp_ev()
H
A
D
arizona.c
1095
priv->arizona->
hp_ena
&= ~mask;
in arizona_hp_ev()
1096
priv->arizona->
hp_ena
|= val;
in arizona_hp_ev()
/kernel/linux/linux-5.10/drivers/extcon/
H
A
D
extcon-arizona.c
215
ARIZONA_OUT1R_ENA, arizona->
hp_ena
);
in arizona_extcon_hp_clamp()
Completed in 30 milliseconds