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_conn
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
ab8500_btemp.c
66
bool
ac_conn
;
member
318
if (di->events.
ac_conn
|| di->events.usb_conn)
in ab8500_btemp_periodic_work()
576
if (!ret.intval && di->events.
ac_conn
) {
in ab8500_btemp_get_ext_psy_data()
577
di->events.
ac_conn
= false;
in ab8500_btemp_get_ext_psy_data()
580
else if (ret.intval && !di->events.
ac_conn
) {
in ab8500_btemp_get_ext_psy_data()
581
di->events.
ac_conn
= true;
in ab8500_btemp_get_ext_psy_data()
594
if (!di->events.
ac_conn
)
in ab8500_btemp_get_ext_psy_data()
H
A
D
ab8500_charger.c
223
* @
ac_conn
: This will be true when the AC charger has been plugged
279
bool
ac_conn
;
member
1500
if (di->
ac_conn
) {
in ab8500_charger_ac_en()
2087
di->
ac_conn
= true;
in ab8500_charger_ac_work()
3248
if (di->
ac_conn
&& is_ab8500_1p1_or_earlier(di->parent)) {
in ab8500_charger_resume()
3620
di->
ac_conn
= true;
in ab8500_charger_probe()
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
ab8500_btemp.c
64
bool
ac_conn
;
member
606
if (di->events.
ac_conn
|| di->events.usb_conn)
in ab8500_btemp_periodic_work()
880
if (!ret.intval && di->events.
ac_conn
) {
in ab8500_btemp_get_ext_psy_data()
881
di->events.
ac_conn
= false;
in ab8500_btemp_get_ext_psy_data()
884
else if (ret.intval && !di->events.
ac_conn
) {
in ab8500_btemp_get_ext_psy_data()
885
di->events.
ac_conn
= true;
in ab8500_btemp_get_ext_psy_data()
898
if (!di->events.
ac_conn
)
in ab8500_btemp_get_ext_psy_data()
H
A
D
pm2301_charger.c
302
pm2->
ac_conn
= true;
in pm2xxx_charger_itv_pwr_plug_mngt()
1156
pm2->
ac_conn
= true;
in pm2xxx_wall_charger_probe()
H
A
D
ab8500_charger.c
221
* @
ac_conn
: This will be true when the AC charger has been plugged
277
bool
ac_conn
;
member
1482
if (di->
ac_conn
) {
in ab8500_charger_ac_en()
2084
di->
ac_conn
= true;
in ab8500_charger_ac_work()
3243
if (di->
ac_conn
&& is_ab8500_1p1_or_earlier(di->parent)) {
in ab8500_charger_resume()
3601
di->
ac_conn
= true;
in ab8500_charger_probe()
H
A
D
pm2301_charger.h
468
bool
ac_conn
;
member
Completed in 13 milliseconds