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:adc_result
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
wcd-mbhc-v2.c
799
u8
adc_result
;
in wcd_measure_adc_continuous()
local
825
adc_result
= wcd_mbhc_read_field(mbhc, WCD_MBHC_ADC_RESULT);
in wcd_measure_adc_continuous()
831
output_mv = wcd_get_voltage_from_adc(
adc_result
, wcd_mbhc_get_micbias(mbhc));
in wcd_measure_adc_continuous()
841
u8
adc_result
;
in wcd_measure_adc_once()
local
873
adc_result
= wcd_mbhc_read_field(mbhc, WCD_MBHC_ADC_RESULT);
in wcd_measure_adc_once()
876
output_mv = wcd_get_voltage_from_adc(
adc_result
,
in wcd_measure_adc_once()
1020
static int wcd_mbhc_get_plug_from_adc(struct wcd_mbhc *mbhc, int
adc_result
)
in wcd_mbhc_get_plug_from_adc()
argument
1029
if (
adc_result
< hph_thr)
in wcd_mbhc_get_plug_from_adc()
1031
else if (
adc_result
> hs_thr)
in wcd_mbhc_get_plug_from_adc()
/kernel/linux/linux-5.10/drivers/mfd/
H
A
D
pcf50633-adc.c
159
static int
adc_result
(struct pcf50633 *pcf)
in adc_result()
function
193
res =
adc_result
(pcf);
in pcf50633_adc_irq()
/kernel/linux/linux-6.6/drivers/mfd/
H
A
D
pcf50633-adc.c
159
static int
adc_result
(struct pcf50633 *pcf)
in adc_result()
function
193
res =
adc_result
(pcf);
in pcf50633_adc_irq()
/kernel/linux/linux-6.6/drivers/iio/addac/
H
A
D
ad74413r.c
861
static void ad74413r_adc_to_resistance_result(int
adc_result
, int *val)
in ad74413r_adc_to_resistance_result()
argument
863
if (
adc_result
== AD74413R_ADC_RESULT_MAX)
in ad74413r_adc_to_resistance_result()
864
adc_result
= AD74413R_ADC_RESULT_MAX - 1;
in ad74413r_adc_to_resistance_result()
866
*val = DIV_ROUND_CLOSEST(
adc_result
* 2100,
in ad74413r_adc_to_resistance_result()
867
AD74413R_ADC_RESULT_MAX -
adc_result
);
in ad74413r_adc_to_resistance_result()
Completed in 6 milliseconds