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:min_uV_duty
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/regulator/
H
A
D
pwm-regulator.c
148
unsigned int
min_uV_duty
= drvdata->continuous.min_uV_dutycycle;
in pwm_regulator_get_voltage()
local
161
if (voltage < min(max_uV_duty,
min_uV_duty
) ||
in pwm_regulator_get_voltage()
162
voltage > max(max_uV_duty,
min_uV_duty
))
in pwm_regulator_get_voltage()
170
if (max_uV_duty <
min_uV_duty
) {
in pwm_regulator_get_voltage()
171
voltage =
min_uV_duty
- voltage;
in pwm_regulator_get_voltage()
172
diff_duty =
min_uV_duty
- max_uV_duty;
in pwm_regulator_get_voltage()
174
voltage = voltage -
min_uV_duty
;
in pwm_regulator_get_voltage()
175
diff_duty = max_uV_duty -
min_uV_duty
;
in pwm_regulator_get_voltage()
188
unsigned int
min_uV_duty
= drvdata->continuous.min_uV_dutycycle;
in pwm_regulator_set_voltage()
local
206
if (max_uV_duty <
min_uV_duty
)
in pwm_regulator_set_voltage()
[all...]
/kernel/linux/linux-5.10/drivers/regulator/
H
A
D
pwm-regulator.c
148
unsigned int
min_uV_duty
= drvdata->continuous.min_uV_dutycycle;
in pwm_regulator_get_voltage()
local
167
if (max_uV_duty <
min_uV_duty
) {
in pwm_regulator_get_voltage()
168
voltage =
min_uV_duty
- voltage;
in pwm_regulator_get_voltage()
169
diff_duty =
min_uV_duty
- max_uV_duty;
in pwm_regulator_get_voltage()
171
voltage = voltage -
min_uV_duty
;
in pwm_regulator_get_voltage()
172
diff_duty = max_uV_duty -
min_uV_duty
;
in pwm_regulator_get_voltage()
185
unsigned int
min_uV_duty
= drvdata->continuous.min_uV_dutycycle;
in pwm_regulator_set_voltage()
local
203
if (max_uV_duty <
min_uV_duty
)
in pwm_regulator_set_voltage()
204
diff_duty =
min_uV_duty
- max_uV_duty;
in pwm_regulator_set_voltage()
206
diff_duty = max_uV_duty -
min_uV_duty
;
in pwm_regulator_set_voltage()
[all...]
Completed in 2 milliseconds