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_UNKNOWN
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
ab8500_bmdata.c
194
[
BATTERY_UNKNOWN
] = {
280
[
BATTERY_UNKNOWN
] = {
518
bm->bat_type[
BATTERY_UNKNOWN
].charge_full_design = 2600;
in ab8500_bm_of_probe()
519
bm->bat_type[
BATTERY_UNKNOWN
].termination_vol = 4150;
in ab8500_bm_of_probe()
520
bm->bat_type[
BATTERY_UNKNOWN
].recharge_cap = 95;
in ab8500_bm_of_probe()
521
bm->bat_type[
BATTERY_UNKNOWN
].normal_cur_lvl = 520;
in ab8500_bm_of_probe()
522
bm->bat_type[
BATTERY_UNKNOWN
].normal_vol_lvl = 4200;
in ab8500_bm_of_probe()
H
A
D
ab8500_btemp.c
468
id !=
BATTERY_UNKNOWN
) {
in ab8500_btemp_measure_temp()
521
di->bm->batt_id =
BATTERY_UNKNOWN
;
in ab8500_btemp_id()
529
/*
BATTERY_UNKNOWN
is defined on position 0, skip it! */
in ab8500_btemp_id()
530
for (i =
BATTERY_UNKNOWN
+ 1; i < di->bm->n_btypes; i++) {
in ab8500_btemp_id()
546
if (di->bm->batt_id ==
BATTERY_UNKNOWN
) {
in ab8500_btemp_id()
H
A
D
ab8500_fg.c
2233
di->bm->batt_id !=
BATTERY_UNKNOWN
) {
in ab8500_fg_get_ext_psy_data()
/kernel/linux/linux-5.10/include/linux/mfd/abx500/
H
A
D
ab8500-bm.h
256
#define
BATTERY_UNKNOWN
00
macro
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
ab8500-bm.h
243
#define
BATTERY_UNKNOWN
00
macro
Completed in 13 milliseconds