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:ilim_uA
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/regulator/
H
A
D
machine.h
100
* @
ilim_uA
: Maximum input current.
152
int
ilim_uA
;
member
/kernel/linux/linux-6.6/include/linux/regulator/
H
A
D
machine.h
108
* @
ilim_uA
: Maximum input current.
170
int
ilim_uA
;
member
/kernel/linux/linux-5.10/drivers/regulator/
H
A
D
qcom_spmi-regulator.c
1126
static int spmi_regulator_set_ilim(struct regulator_dev *rdev, int
ilim_uA
)
in spmi_regulator_set_ilim()
argument
1141
if (
ilim_uA
> max ||
ilim_uA
<= 0)
in spmi_regulator_set_ilim()
1144
reg = (
ilim_uA
- 1) / 500;
in spmi_regulator_set_ilim()
H
A
D
of_regulator.c
66
constraints->
ilim_uA
= pval;
in of_get_regulation_constraints()
H
A
D
core.c
1411
if (rdev->constraints->
ilim_uA
&& ops->set_input_current_limit) {
in set_machine_constraints()
1413
rdev->constraints->
ilim_uA
);
in set_machine_constraints()
/kernel/linux/linux-6.6/drivers/regulator/
H
A
D
qcom_spmi-regulator.c
1240
static int spmi_regulator_set_ilim(struct regulator_dev *rdev, int
ilim_uA
)
in spmi_regulator_set_ilim()
argument
1255
if (
ilim_uA
> max ||
ilim_uA
<= 0)
in spmi_regulator_set_ilim()
1258
reg = (
ilim_uA
- 1) / 500;
in spmi_regulator_set_ilim()
H
A
D
of_regulator.c
122
constraints->
ilim_uA
= pval;
in of_get_regulation_constraints()
H
A
D
core.c
1477
if (rdev->constraints->
ilim_uA
&& ops->set_input_current_limit) {
in set_machine_constraints()
1479
rdev->constraints->
ilim_uA
);
in set_machine_constraints()
Completed in 23 milliseconds