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:max_charge
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
apm_power.c
41
int
max_charge
;
member
59
if (bp->full.intval > bp->
max_charge
) {
in __find_main_battery()
61
bp->
max_charge
= bp->full.intval;
in __find_main_battery()
94
if (bp.max_energy > bp.
max_charge
* bp.full.intval)
in find_main_battery()
100
if (bp.
max_charge
> bp.max_energy / bp.full.intval)
in find_main_battery()
H
A
D
pmu_battery.c
108
val->intval = pbi->
max_charge
* 1000; /* mWh -> µWh */
in pmu_bat_get_property()
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
apm_power.c
41
int
max_charge
;
member
59
if (bp->full.intval > bp->
max_charge
) {
in __find_main_battery()
61
bp->
max_charge
= bp->full.intval;
in __find_main_battery()
94
if (bp.max_energy > bp.
max_charge
* bp.full.intval)
in find_main_battery()
100
if (bp.
max_charge
> bp.max_energy / bp.full.intval)
in find_main_battery()
H
A
D
pmu_battery.c
108
val->intval = pbi->
max_charge
* 1000; /* mWh -> µWh */
in pmu_bat_get_property()
/kernel/linux/linux-5.10/include/linux/
H
A
D
pmu.h
69
unsigned int
max_charge
; /* maximum charge */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
pmu.h
69
unsigned int
max_charge
; /* maximum charge */
member
/kernel/linux/linux-5.10/drivers/macintosh/
H
A
D
apm_emu.c
46
pmu_batteries[i].
max_charge
;
in pmu_apm_get_power_status()
H
A
D
via-pmu.c
760
pmu_batteries[pmu_cur_battery].
max_charge
= max;
in done_battery_state_ohare()
830
pmu_batteries[pmu_cur_battery].
max_charge
= max;
in done_battery_state_smart()
905
seq_printf(m, "
max_charge
: %d\n", pmu_batteries[batnum].
max_charge
);
in pmu_battery_proc_show()
/kernel/linux/linux-6.6/drivers/macintosh/
H
A
D
apm_emu.c
46
pmu_batteries[i].
max_charge
;
in pmu_apm_get_power_status()
H
A
D
via-pmu.c
749
pmu_batteries[pmu_cur_battery].
max_charge
= max;
in done_battery_state_ohare()
819
pmu_batteries[pmu_cur_battery].
max_charge
= max;
in done_battery_state_smart()
895
seq_printf(m, "
max_charge
: %d\n", pmu_batteries[batnum].
max_charge
);
in pmu_battery_proc_show()
Completed in 10 milliseconds