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:ocv_table_size
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
samsung-sdi-battery.c
667
.
ocv_table_size
[0] = ARRAY_SIZE(samsung_ocv_cap_1500mah),
711
.
ocv_table_size
[0] = ARRAY_SIZE(samsung_ocv_cap_1500mah),
755
.
ocv_table_size
[0] = ARRAY_SIZE(samsung_ocv_cap_1500mah),
798
.
ocv_table_size
[0] = ARRAY_SIZE(samsung_ocv_cap_eb485159lu),
843
.
ocv_table_size
[0] = ARRAY_SIZE(samsung_ocv_cap_eb535151vu),
887
.
ocv_table_size
[0] = ARRAY_SIZE(samsung_ocv_cap_eb585157lu),
H
A
D
ab8500_bmdata.c
221
bi->
ocv_table_size
[0] = ARRAY_SIZE(ocv_cap_tbl);
in ab8500_bm_of_probe()
H
A
D
power_supply_core.c
664
info->
ocv_table_size
[index] = -EINVAL;
in power_supply_get_battery_info()
776
info->
ocv_table_size
[index] = tab_len;
in power_supply_get_battery_info()
1142
*table_len = info->
ocv_table_size
[best_index];
in power_supply_find_ocv2cap_table()
/kernel/linux/linux-5.10/include/linux/
H
A
D
power_supply.h
376
int
ocv_table_size
[POWER_SUPPLY_OCV_TEMP_MAX];
member
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
power_supply_core.c
601
info->
ocv_table_size
[index] = -EINVAL;
in power_supply_get_battery_info()
703
info->
ocv_table_size
[index] = tab_len;
in power_supply_get_battery_info()
861
*table_len = info->
ocv_table_size
[best_index];
in power_supply_find_ocv2cap_table()
/kernel/linux/linux-6.6/include/linux/
H
A
D
power_supply.h
536
* ocv_table and a size for each entry in
ocv_table_size
. These arrays
539
* @
ocv_table_size
: for each entry in ocv_temp this array is giving the size of
759
int
ocv_table_size
[POWER_SUPPLY_OCV_TEMP_MAX];
member
Completed in 9 milliseconds