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:pwr_rdy
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
mt6360_charger.c
133
bool
pwr_rdy
;
member
165
bool *
pwr_rdy
)
in mt6360_get_chrdet_ext_stat()
173
*
pwr_rdy
= (regval & MT6360_CHRDET_EXT_MASK) ? true : false;
in mt6360_get_chrdet_ext_stat()
181
bool
pwr_rdy
;
in mt6360_charger_get_online()
local
183
ret = mt6360_get_chrdet_ext_stat(mci, &
pwr_rdy
);
in mt6360_charger_get_online()
186
val->intval =
pwr_rdy
? true : false;
in mt6360_charger_get_online()
195
bool
pwr_rdy
;
in mt6360_charger_get_status()
local
197
ret = mt6360_get_chrdet_ext_stat(mci, &
pwr_rdy
);
in mt6360_charger_get_status()
200
if (!
pwr_rdy
) {
in mt6360_charger_get_status()
663
bool
pwr_rdy
;
in mt6360_handle_chrdet_ext_evt()
local
164
mt6360_get_chrdet_ext_stat(struct mt6360_chg_info *mci, bool *
pwr_rdy
)
mt6360_get_chrdet_ext_stat()
argument
[all...]
H
A
D
mt6370-charger.c
102
bool
pwr_rdy
;
member
512
bool
pwr_rdy
= !!val->intval;
in mt6370_chg_set_online()
local
515
if (
pwr_rdy
== !!priv->attach) {
in mt6370_chg_set_online()
516
dev_err(priv->dev, "
pwr_rdy
is same(%d)\n",
pwr_rdy
);
in mt6370_chg_set_online()
521
priv->attach =
pwr_rdy
;
in mt6370_chg_set_online()
H
A
D
rt9455_charger.c
354
unsigned int v,
pwr_rdy
;
in rt9455_charger_get_status()
local
358
&
pwr_rdy
);
in rt9455_charger_get_status()
368
if (!
pwr_rdy
) {
in rt9455_charger_get_status()
1447
unsigned int
pwr_rdy
;
in rt9455_pwr_rdy_work_callback()
local
1450
ret = regmap_field_read(info->regmap_fields[F_PWR_RDY], &
pwr_rdy
);
in rt9455_pwr_rdy_work_callback()
1455
switch (
pwr_rdy
) {
in rt9455_pwr_rdy_work_callback()
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
rt9455_charger.c
355
unsigned int v,
pwr_rdy
;
in rt9455_charger_get_status()
local
359
&
pwr_rdy
);
in rt9455_charger_get_status()
369
if (!
pwr_rdy
) {
in rt9455_charger_get_status()
1448
unsigned int
pwr_rdy
;
in rt9455_pwr_rdy_work_callback()
local
1451
ret = regmap_field_read(info->regmap_fields[F_PWR_RDY], &
pwr_rdy
);
in rt9455_pwr_rdy_work_callback()
1456
switch (
pwr_rdy
) {
in rt9455_pwr_rdy_work_callback()
Completed in 7 milliseconds