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:ac_mode
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
twl4030_charger.c
131
int usb_mode,
ac_mode
; /* charging mode requested */
member
531
if (bci->
ac_mode
== CHARGE_OFF)
in twl4030_charger_enable_ac()
702
bci->
ac_mode
= mode;
in twl4030_bci_mode_store()
725
mode = bci->
ac_mode
;
in twl4030_bci_mode_show()
999
bci->
ac_mode
= CHARGE_AUTO;
in twl4030_bci_probe()
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
twl4030_charger.c
132
int usb_mode,
ac_mode
; /* charging mode requested */
member
532
if (bci->
ac_mode
== CHARGE_OFF)
in twl4030_charger_enable_ac()
703
bci->
ac_mode
= mode;
in twl4030_bci_mode_store()
726
mode = bci->
ac_mode
;
in twl4030_bci_mode_show()
998
bci->
ac_mode
= CHARGE_AUTO;
in twl4030_bci_probe()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H
A
D
rtw8852c.h
43
u8
ac_mode
:1;
member
H
A
D
rtw8852a.h
49
u8
ac_mode
:1;
member
H
A
D
rtw8852b.h
50
u8
ac_mode
:1;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
H
A
D
lontium-lt9611.c
44
bool
ac_mode
;
member
388
if (lt9611->
ac_mode
)
in lt9611_hdmi_tx_phy()
988
lt9611->
ac_mode
= of_property_read_bool(dev->of_node, "lt,ac-mode");
in lt9611_parse_dt()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H
A
D
lontium-lt9611.c
47
bool
ac_mode
;
member
407
if (lt9611->
ac_mode
)
in lt9611_hdmi_tx_phy()
919
lt9611->
ac_mode
= of_property_read_bool(dev->of_node, "lt,ac-mode");
in lt9611_parse_dt()
Completed in 8 milliseconds