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:ichg_max
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
bq256xx_charger.c
160
* @
ichg_max
: maximum fast charge current
171
u32
ichg_max
;
member
523
int
ichg_max
= bq->init_data.
ichg_max
;
in bq256xx_set_ichg_curr()
local
525
ichg = clamp(ichg, BQ256XX_ICHG_MIN_uA,
ichg_max
);
in bq256xx_set_ichg_curr()
536
int
ichg_max
= bq->init_data.
ichg_max
;
in bq25618_619_set_ichg_curr()
local
538
ichg = clamp(ichg, BQ25618_ICHG_MIN_uA,
ichg_max
);
in bq25618_619_set_ichg_curr()
979
val->intval = bq->init_data.
ichg_max
;
in bq256xx_get_battery_property()
1607
bq->init_data.
ichg_max
in bq256xx_hw_init()
[all...]
H
A
D
bq24190_charger.c
172
u32
ichg_max
;
member
1052
if (curr > bdi->
ichg_max
)
in bq24190_charger_set_current()
1168
val->intval = bdi->
ichg_max
;
in bq24190_charger_get_property()
1740
bdi->
ichg_max
= bq24190_ccc_ichg_values[idx];
in bq24190_get_config()
1773
if (v >= bq24190_ccc_ichg_values[0] && v <= bdi->
ichg_max
)
in bq24190_get_config()
1774
bdi->ichg = bdi->
ichg_max
= v;
in bq24190_get_config()
H
A
D
bq25980_charger.c
87
u32
ichg_max
;
member
618
val->intval = bq->init_data.
ichg_max
;
in bq25980_get_battery_property()
1115
bq->init_data.
ichg_max
= bat_info->constant_charge_current_max_ua;
in bq25980_hw_init()
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
bq25980_charger.c
87
u32
ichg_max
;
member
618
val->intval = bq->init_data.
ichg_max
;
in bq25980_get_battery_property()
1115
bq->init_data.
ichg_max
= bat_info.constant_charge_current_max_ua;
in bq25980_hw_init()
Completed in 11 milliseconds