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_high
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
ab8500_btemp.c
62
bool
btemp_high
;
member
365
di->events.
btemp_high
= false;
in ab8500_btemp_templow_handler()
387
di->events.
btemp_high
= true;
in ab8500_btemp_temphigh_handler()
411
di->events.
btemp_high
= false;
in ab8500_btemp_lowmed_handler()
433
di->events.
btemp_high
= false;
in ab8500_btemp_medhigh_handler()
485
} else if (di->events.
btemp_high
) {
in ab8500_btemp_get_temp()
H
A
D
ab8500_chargalg.c
153
bool
btemp_high
;
member
660
di->events.
btemp_high
= false;
in ab8500_chargalg_check_temp()
668
di->events.
btemp_high
= true;
in ab8500_chargalg_check_temp()
683
di->events.
btemp_high
= false;
in ab8500_chargalg_check_temp()
1318
else if (di->events.btemp_low || di->events.
btemp_high
) {
in ab8500_chargalg_algorithm()
1535
} else if (di->events.
btemp_high
) {
in ab8500_chargalg_algorithm()
1551
if (!di->events.btemp_low && !di->events.
btemp_high
)
in ab8500_chargalg_algorithm()
/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
699
* bt_h/l =
btemp_high
/low
in ab8500_gpadc_read_calibration_data()
755
*
btemp_high
: Vin = 1300mV / ADC ideal code = 985
in ab8500_gpadc_read_calibration_data()
856
btemp_high
= (((gpadc_cal[2] & 0x01) << 9) |
in ab8500_gpadc_read_calibration_data()
860
gpadc->cal_data[AB8500_CAL_BTEMP].otp_calib_hi = (u16)
btemp_high
;
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()
867
*
btemp_high
;
in ab8500_gpadc_read_calibration_data()
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
ab8500_btemp.c
60
bool
btemp_high
;
member
653
di->events.
btemp_high
= false;
in ab8500_btemp_templow_handler()
675
di->events.
btemp_high
= true;
in ab8500_btemp_temphigh_handler()
699
di->events.
btemp_high
= false;
in ab8500_btemp_lowmed_handler()
721
di->events.
btemp_high
= false;
in ab8500_btemp_medhigh_handler()
773
} else if (di->events.
btemp_high
) {
in ab8500_btemp_get_temp()
/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
699
* bt_h/l =
btemp_high
/low
in ab8500_gpadc_read_calibration_data()
755
*
btemp_high
: Vin = 1300mV / ADC ideal code = 985
in ab8500_gpadc_read_calibration_data()
856
btemp_high
= (((gpadc_cal[2] & 0x01) << 9) |
in ab8500_gpadc_read_calibration_data()
860
gpadc->cal_data[AB8500_CAL_BTEMP].otp_calib_hi = (u16)
btemp_high
;
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()
867
*
btemp_high
;
in ab8500_gpadc_read_calibration_data()
Completed in 9 milliseconds