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:is_charging
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
twl4030_charger.c
794
int
is_charging
;
in twl4030_bci_get_property()
local
803
is_charging
= state & TWL4030_MSTATEC_USB;
in twl4030_bci_get_property()
805
is_charging
= state & TWL4030_MSTATEC_AC;
in twl4030_bci_get_property()
806
if (!
is_charging
) {
in twl4030_bci_get_property()
812
is_charging
= s & 1;
in twl4030_bci_get_property()
814
is_charging
= s & 2;
in twl4030_bci_get_property()
815
if (
is_charging
)
in twl4030_bci_get_property()
822
if (
is_charging
)
in twl4030_bci_get_property()
829
if (!
is_charging
)
in twl4030_bci_get_property()
846
if (!
is_charging
)
in twl4030_bci_get_property()
[all...]
H
A
D
charger-manager.c
208
*
is_charging
- Returns true if the battery is being charged.
211
static bool
is_charging
(struct charger_manager *cm)
in is_charging()
function
353
return
is_charging
(cm);
in is_polling_required()
779
if (
is_charging
(cm))
in charger_get_property()
794
!
is_charging
(cm)) {
in charger_get_property()
1683
if (
is_charging
(cm)) {
in cm_need_to_awake()
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
twl4030_charger.c
793
int
is_charging
;
in twl4030_bci_get_property()
local
802
is_charging
= state & TWL4030_MSTATEC_USB;
in twl4030_bci_get_property()
804
is_charging
= state & TWL4030_MSTATEC_AC;
in twl4030_bci_get_property()
805
if (!
is_charging
) {
in twl4030_bci_get_property()
811
is_charging
= s & 1;
in twl4030_bci_get_property()
813
is_charging
= s & 2;
in twl4030_bci_get_property()
814
if (
is_charging
)
in twl4030_bci_get_property()
821
if (
is_charging
)
in twl4030_bci_get_property()
828
if (!
is_charging
)
in twl4030_bci_get_property()
845
if (!
is_charging
)
in twl4030_bci_get_property()
[all...]
H
A
D
charger-manager.c
208
*
is_charging
- Returns true if the battery is being charged.
211
static bool
is_charging
(struct charger_manager *cm)
in is_charging()
function
353
return
is_charging
(cm);
in is_polling_required()
779
if (
is_charging
(cm))
in charger_get_property()
794
!
is_charging
(cm)) {
in charger_get_property()
1680
if (
is_charging
(cm)) {
in cm_need_to_awake()
Completed in 8 milliseconds