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:input_current
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/power/
H
A
D
rk817_charger.c
108
enum
input_current
{
enum
695
static void rk817_charge_set_input_current(struct rk817_charger *charge, int
input_current
)
in rk817_charge_set_input_current()
argument
697
if (
input_current
< 0x50 ||
input_current
> 0xBB8) {
in rk817_charge_set_input_current()
701
if (
input_current
< 0x1C2) {
in rk817_charge_set_input_current()
703
} else if (
input_current
< 0x352) {
in rk817_charge_set_input_current()
705
} else if (
input_current
< 0x5DC) {
in rk817_charge_set_input_current()
707
} else if (
input_current
< 0x6D6) {
in rk817_charge_set_input_current()
709
} else if (
input_current
< 0x7D0) {
in rk817_charge_set_input_current()
711
} else if (
input_current
<
in rk817_charge_set_input_current()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/power/supply/
H
A
D
rk817_charger.c
109
enum
input_current
{
enum
682
int
input_current
)
in rk817_charge_set_input_current()
684
if (
input_current
< 80 ||
input_current
> 3000)
in rk817_charge_set_input_current()
687
if (
input_current
< 450)
in rk817_charge_set_input_current()
690
else if (
input_current
< 850)
in rk817_charge_set_input_current()
693
else if (
input_current
< 1500)
in rk817_charge_set_input_current()
696
else if (
input_current
< 1750)
in rk817_charge_set_input_current()
699
else if (
input_current
< 2000)
in rk817_charge_set_input_current()
702
else if (
input_current
< 250
in rk817_charge_set_input_current()
681
rk817_charge_set_
input_current
(struct rk817_charger *charge, int
input_current
)
rk817_charge_set_input_current()
argument
[all...]
H
A
D
bq25700_charger.c
128
u32
input_current
; /*input current*/
member
1091
u32
input_current
)
in bq25700_enable_charger()
1093
bq25700_field_write(charger, INPUT_CURRENT,
input_current
);
in bq25700_enable_charger()
1090
bq25700_enable_charger(struct bq25700_device *charger, u32
input_current
)
bq25700_enable_charger()
argument
Completed in 11 milliseconds