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:offset_uv
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/iio/amplifiers/
H
A
D
ada4250.c
64
int
offset_uv
;
member
83
int
offset_uv
)
in ada4250_set_offset_uv()
126
if (
offset_uv
> min_vos &&
offset_uv
< max_vos) {
in ada4250_set_offset_uv()
136
offset_raw = DIV_ROUND_CLOSEST(abs(
offset_uv
), vlsb);
in ada4250_set_offset_uv()
145
st->
offset_uv
= offset_raw * vlsb;
in ada4250_set_offset_uv()
152
if (
offset_uv
< 0) {
in ada4250_set_offset_uv()
154
st->
offset_uv
*= (-1);
in ada4250_set_offset_uv()
182
*val = st->
offset_uv
;
in ada4250_read_raw()
81
ada4250_set_
offset_uv
(struct iio_dev *indio_dev, const struct iio_chan_spec *chan, int
offset_uv
)
ada4250_set_offset_uv()
argument
/kernel/linux/linux-5.10/drivers/clk/tegra/
H
A
D
cvb.c
31
int offset = align->
offset_uv
* v_scale;
in round_cvb_voltage()
34
uv = DIV_ROUND_UP(uv, step) * align->step_uv + align->
offset_uv
;
in round_cvb_voltage()
48
uv = max(mv * 1000, align->
offset_uv
) - align->
offset_uv
;
in round_voltage()
50
return (uv * align->step_uv + align->
offset_uv
) / 1000;
in round_voltage()
H
A
D
cvb.h
16
int
offset_uv
;
member
H
A
D
clk-tegra124-dfll-fcpu.c
533
&align->
offset_uv
))
in get_alignment_from_dt()
534
align->
offset_uv
= 0;
in get_alignment_from_dt()
545
align->
offset_uv
= regulator_list_voltage(reg, 0);
in get_alignment_from_regulator()
H
A
D
clk-dfll.c
1846
if (!td->soc->alignment.step_uv || !td->soc->alignment.
offset_uv
) {
in dfll_fetch_pwm_params()
1852
td->lut_uv[i] = td->soc->alignment.
offset_uv
+
in dfll_fetch_pwm_params()
/kernel/linux/linux-6.6/drivers/clk/tegra/
H
A
D
cvb.c
31
int offset = align->
offset_uv
* v_scale;
in round_cvb_voltage()
34
uv = DIV_ROUND_UP(uv, step) * align->step_uv + align->
offset_uv
;
in round_cvb_voltage()
48
uv = max(mv * 1000, align->
offset_uv
) - align->
offset_uv
;
in round_voltage()
50
return (uv * align->step_uv + align->
offset_uv
) / 1000;
in round_voltage()
H
A
D
cvb.h
16
int
offset_uv
;
member
H
A
D
clk-tegra124-dfll-fcpu.c
533
&align->
offset_uv
))
in get_alignment_from_dt()
534
align->
offset_uv
= 0;
in get_alignment_from_dt()
545
align->
offset_uv
= regulator_list_voltage(reg, 0);
in get_alignment_from_regulator()
H
A
D
clk-dfll.c
1851
if (!td->soc->alignment.step_uv || !td->soc->alignment.
offset_uv
) {
in dfll_fetch_pwm_params()
1857
td->lut_uv[i] = td->soc->alignment.
offset_uv
+
in dfll_fetch_pwm_params()
Completed in 8 milliseconds