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:set_point_max_uV
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/regulator/
H
A
D
qcom_spmi-regulator.c
335
* @
set_point_max_uV
: Maximum allowed voltage. This may be tweaked in order
345
* (
set_point_max_uV
- min_uV) % step_uV == 0*
346
* n_voltages = (
set_point_max_uV
- set_point_min_uV) / step_uV + 1
348
* *Note, set_point_min_uV ==
set_point_max_uV
== 0 is allowed in order to
356
int
set_point_max_uV
;
member
363
* so that range[i].
set_point_max_uV
< range[i+1].set_point_min_uV.
437
.
set_point_max_uV
= _set_point_max_uV, \
616
vreg->set_points->range[vreg->set_points->count - 1].
set_point_max_uV
;
in spmi_regulator_select_voltage()
630
range_max_uV = vreg->set_points->range[i - 1].
set_point_max_uV
;
in spmi_regulator_select_voltage()
711
max_hw_sel = range->
set_point_max_uV
in spmi_hw_selector_to_sw()
[all...]
/kernel/linux/linux-6.6/drivers/regulator/
H
A
D
qcom_spmi-regulator.c
372
* @
set_point_max_uV
: Maximum allowed voltage. This may be tweaked in order
382
* (
set_point_max_uV
- min_uV) % step_uV == 0*
383
* n_voltages = (
set_point_max_uV
- set_point_min_uV) / step_uV + 1
385
* *Note, set_point_min_uV ==
set_point_max_uV
== 0 is allowed in order to
393
int
set_point_max_uV
;
member
400
* so that range[i].
set_point_max_uV
< range[i+1].set_point_min_uV.
474
.
set_point_max_uV
= _set_point_max_uV, \
677
vreg->set_points->range[vreg->set_points->count - 1].
set_point_max_uV
;
in spmi_regulator_select_voltage()
691
range_max_uV = vreg->set_points->range[i - 1].
set_point_max_uV
;
in spmi_regulator_select_voltage()
772
max_hw_sel = range->
set_point_max_uV
in spmi_hw_selector_to_sw()
[all...]
Completed in 7 milliseconds