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:bq25700_find_idx
(Results
1 - 1
of
1
) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/power/supply/
H
A
D
bq25700_charger.c
840
static u32
bq25700_find_idx
(u32 value, enum bq25700_table_ids id)
in bq25700_find_idx()
function
867
idx =
bq25700_find_idx
(current_value, TBL_ICHG);
in bq25700_charger_set_current()
872
idx =
bq25700_find_idx
(current_value, TBL_INPUTCUR);
in bq25700_charger_set_current()
949
*props[i].conv_data =
bq25700_find_idx
(property,
in bq25700_fw_read_u32_props()
1275
cur_idx =
bq25700_find_idx
(prop.intval, TBL_INPUTCUR);
in bq2570x_pd_notifier_call()
1280
vol_idx =
bq25700_find_idx
((prop.intval - 1280000 - 3200000), TBL_INPUTVOL);
in bq2570x_pd_notifier_call()
1285
chr_idx =
bq25700_find_idx
(prop.intval, TBL_ICHG);
in bq2570x_pd_notifier_call()
1561
vol_idx =
bq25700_find_idx
(DEFAULT_INPUTVOL, TBL_INPUTVOL);
in bq25700_discnt()
1701
cur_idx =
bq25700_find_idx
(prop.intval, TBL_INPUTCUR);
in bq25700_register_pd_nb()
1702
vol_idx =
bq25700_find_idx
((pro
in bq25700_register_pd_nb()
[all...]
Completed in 4 milliseconds