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:btemp_low
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
ab8500_btemp.c
65
bool
btemp_low
;
member
364
di->events.
btemp_low
= true;
in ab8500_btemp_templow_handler()
390
di->events.
btemp_low
= false;
in ab8500_btemp_temphigh_handler()
412
di->events.
btemp_low
= false;
in ab8500_btemp_lowmed_handler()
434
di->events.
btemp_low
= false;
in ab8500_btemp_medhigh_handler()
480
if (di->events.
btemp_low
) {
in ab8500_btemp_get_temp()
H
A
D
ab8500_chargalg.c
152
bool
btemp_low
;
member
659
di->events.
btemp_low
= false;
in ab8500_chargalg_check_temp()
675
di->events.
btemp_low
= true;
in ab8500_chargalg_check_temp()
682
di->events.
btemp_low
= false;
in ab8500_chargalg_check_temp()
1318
else if (di->events.
btemp_low
|| di->events.btemp_high) {
in ab8500_chargalg_algorithm()
1531
if (di->events.
btemp_low
) {
in ab8500_chargalg_algorithm()
1551
if (!di->events.
btemp_low
&& !di->events.btemp_high)
in ab8500_chargalg_algorithm()
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
ab8500_btemp.c
63
bool
btemp_low
;
member
652
di->events.
btemp_low
= true;
in ab8500_btemp_templow_handler()
678
di->events.
btemp_low
= false;
in ab8500_btemp_temphigh_handler()
700
di->events.
btemp_low
= false;
in ab8500_btemp_lowmed_handler()
722
di->events.
btemp_low
= false;
in ab8500_btemp_medhigh_handler()
768
if (di->events.
btemp_low
) {
in ab8500_btemp_get_temp()
/kernel/linux/linux-5.10/drivers/iio/adc/
H
A
D
ab8500-gpadc.c
674
int btemp_high,
btemp_low
;
in ab8500_gpadc_read_calibration_data()
local
756
*
btemp_low
: Vin = 21mV / ADC ideal code = 16
in ab8500_gpadc_read_calibration_data()
858
btemp_low
= ((gpadc_cal[4] & 0x7C) >> 2);
in ab8500_gpadc_read_calibration_data()
861
gpadc->cal_data[AB8500_CAL_BTEMP].otp_calib_lo = (u16)
btemp_low
;
in ab8500_gpadc_read_calibration_data()
864
AB8500_GPADC_CALIB_SCALE * (1300 - 21) / (btemp_high -
btemp_low
);
in ab8500_gpadc_read_calibration_data()
866
(AB8500_GPADC_CALIB_SCALE * (1300 - 21) / (btemp_high -
btemp_low
))
in ab8500_gpadc_read_calibration_data()
/kernel/linux/linux-6.6/drivers/iio/adc/
H
A
D
ab8500-gpadc.c
674
int btemp_high,
btemp_low
;
in ab8500_gpadc_read_calibration_data()
local
756
*
btemp_low
: Vin = 21mV / ADC ideal code = 16
in ab8500_gpadc_read_calibration_data()
858
btemp_low
= ((gpadc_cal[4] & 0x7C) >> 2);
in ab8500_gpadc_read_calibration_data()
861
gpadc->cal_data[AB8500_CAL_BTEMP].otp_calib_lo = (u16)
btemp_low
;
in ab8500_gpadc_read_calibration_data()
864
AB8500_GPADC_CALIB_SCALE * (1300 - 21) / (btemp_high -
btemp_low
);
in ab8500_gpadc_read_calibration_data()
866
(AB8500_GPADC_CALIB_SCALE * (1300 - 21) / (btemp_high -
btemp_low
))
in ab8500_gpadc_read_calibration_data()
Completed in 9 milliseconds