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:zero_dsoc
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/power/
H
A
D
rk817_battery.c
624
int
zero_dsoc
;
member
2611
battery->zero_linek = (battery->
zero_dsoc
+ xsoc / 0x02) / DIV(xsoc);
in rk817_bat_calc_zero_linek()
2683
battery->
zero_dsoc
= battery->dsoc;
in rk817_bat_calc_zero_linek()
2707
tmp_dsoc = battery->
zero_dsoc
/ 0x3E8;
in rk817_bat_zero_algo_prepare()
2710
battery->
zero_dsoc
= battery->smooth_soc;
in rk817_bat_zero_algo_prepare()
2713
DBG("zero_smooth:
zero_dsoc
= %d\n", battery->
zero_dsoc
);
in rk817_bat_zero_algo_prepare()
2722
tmp_soc = battery->
zero_dsoc
/ 0x3E8;
in rk817_bat_calc_zero_algorithm()
2728
if (battery->
zero_dsoc
> battery->dsoc) {
in rk817_bat_calc_zero_algorithm()
2732
if (battery->
zero_dsoc
< batter
in rk817_bat_calc_zero_algorithm()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/power/supply/
H
A
D
rk817_battery.c
546
int
zero_dsoc
;
member
2572
(battery->
zero_dsoc
+ xsoc / 2) / DIV(xsoc);
in rk817_bat_calc_zero_linek()
2646
battery->
zero_dsoc
= battery->dsoc;
in rk817_bat_calc_zero_linek()
2669
tmp_dsoc = battery->
zero_dsoc
/ 1000;
in rk817_bat_zero_algo_prepare()
2672
battery->
zero_dsoc
= battery->smooth_soc;
in rk817_bat_zero_algo_prepare()
2674
DBG("zero_smooth:
zero_dsoc
= %d\n", battery->
zero_dsoc
);
in rk817_bat_zero_algo_prepare()
2683
tmp_soc = battery->
zero_dsoc
/ 1000;
in rk817_bat_calc_zero_algorithm()
2688
if (battery->
zero_dsoc
> battery->dsoc)
in rk817_bat_calc_zero_algorithm()
2691
if (battery->
zero_dsoc
< batter
in rk817_bat_calc_zero_algorithm()
[all...]
Completed in 10 milliseconds