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:battery_inits
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
bd99954-charger.c
833
struct battery_init
battery_inits
[] = {
in bd9995x_fw_probe()
local
904
battery_inits
[0].info_data = &info->tricklecharge_current_ua;
in bd9995x_fw_probe()
905
battery_inits
[1].info_data = &info->precharge_current_ua;
in bd9995x_fw_probe()
906
battery_inits
[2].info_data = &info->precharge_voltage_max_uv;
in bd9995x_fw_probe()
907
battery_inits
[3].info_data = &info->charge_term_current_ua;
in bd9995x_fw_probe()
908
battery_inits
[4].info_data = &info->charge_restart_voltage_uv;
in bd9995x_fw_probe()
909
battery_inits
[5].info_data = &info->overvoltage_limit_uv;
in bd9995x_fw_probe()
910
battery_inits
[6].info_data = &info->constant_charge_current_max_ua;
in bd9995x_fw_probe()
911
battery_inits
[7].info_data = &info->constant_charge_voltage_max_uv;
in bd9995x_fw_probe()
913
for (i = 0; i < ARRAY_SIZE(
battery_inits
);
in bd9995x_fw_probe()
[all...]
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
bd99954-charger.c
891
struct battery_init
battery_inits
[] = {
in bd9995x_fw_probe()
local
969
for (i = 0; i < ARRAY_SIZE(
battery_inits
); i++) {
in bd9995x_fw_probe()
970
int val = *
battery_inits
[i].info_data;
in bd9995x_fw_probe()
971
const struct linear_range *range =
battery_inits
[i].range;
in bd9995x_fw_probe()
972
int ranges =
battery_inits
[i].ranges;
in bd9995x_fw_probe()
981
battery_inits
[i].name);
in bd9995x_fw_probe()
989
battery_inits
[i].name);
in bd9995x_fw_probe()
991
*(
battery_inits
[i].data) = regval;
in bd9995x_fw_probe()
Completed in 4 milliseconds