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:gnd
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/adc/
H
A
D
qcom-vadc-common.h
85
* @
gnd
: A/D word of the ground reference used for the channel.
93
s32
gnd
;
member
H
A
D
qcom-vadc-common.c
373
*scale_voltage = (adc_code - calib_graph->
gnd
);
in qcom_vadc_scale_calib()
H
A
D
qcom-spmi-vadc.c
381
vadc->graph[VADC_CALIB_ABSOLUTE].
gnd
= read_2;
in vadc_measure_ref_points()
400
vadc->graph[VADC_CALIB_RATIOMETRIC].
gnd
= read_2;
in vadc_measure_ref_points()
H
A
D
qcom-pm8xxx-xoadc.c
616
adc->graph[VADC_CALIB_ABSOLUTE].
gnd
= read_0625v;
in pm8xxx_calibrate_device()
639
adc->graph[VADC_CALIB_RATIOMETRIC].
gnd
= read_nomux_rsv4;
in pm8xxx_calibrate_device()
/kernel/linux/linux-6.6/include/linux/iio/adc/
H
A
D
qcom-vadc-common.h
72
* @
gnd
: A/D word of the ground reference used for the channel.
80
s32
gnd
;
member
/kernel/linux/linux-6.6/drivers/iio/adc/
H
A
D
qcom-spmi-vadc.c
383
vadc->graph[VADC_CALIB_ABSOLUTE].
gnd
= read_2;
in vadc_measure_ref_points()
402
vadc->graph[VADC_CALIB_RATIOMETRIC].
gnd
= read_2;
in vadc_measure_ref_points()
H
A
D
qcom-vadc-common.c
398
*scale_voltage = (adc_code - calib_graph->
gnd
);
in qcom_vadc_scale_calib()
H
A
D
qcom-pm8xxx-xoadc.c
617
adc->graph[VADC_CALIB_ABSOLUTE].
gnd
= read_0625v;
in pm8xxx_calibrate_device()
640
adc->graph[VADC_CALIB_RATIOMETRIC].
gnd
= read_nomux_rsv4;
in pm8xxx_calibrate_device()
Completed in 8 milliseconds