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:o_slope
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/thermal/mediatek/
H
A
D
auxadc_thermal.c
343
s32
o_slope
;
member
719
tmp /= mt->conf->cali_val + mt->
o_slope
;
in raw_to_mcelsius_v1()
750
tmp = tmp / (165 - mt->
o_slope
);
in raw_to_mcelsius_v2()
752
tmp = tmp / (165 + mt->
o_slope
);
in raw_to_mcelsius_v2()
1030
mt->
o_slope
= -CALIB_BUF0_O_SLOPE_V1(buf[0]);
in mtk_thermal_extract_efuse_v1()
1032
mt->
o_slope
= CALIB_BUF0_O_SLOPE_V1(buf[0]);
in mtk_thermal_extract_efuse_v1()
1045
mt->
o_slope
= CALIB_BUF0_O_SLOPE_V2(buf[0]);
in mtk_thermal_extract_efuse_v2()
1061
mt->
o_slope
= CALIB_BUF0_O_SLOPE_V3(buf[0]);
in mtk_thermal_extract_efuse_v3()
1068
mt->
o_slope
= 0;
in mtk_thermal_extract_efuse_v3()
1087
mt->
o_slope
in mtk_thermal_get_calibration_data()
[all...]
/kernel/linux/linux-5.10/drivers/thermal/
H
A
D
mtk_thermal.c
287
s32
o_slope
;
member
566
tmp /= mt->conf->cali_val + mt->
o_slope
;
in raw_to_mcelsius_v1()
597
tmp = tmp / (165 - mt->
o_slope
);
in raw_to_mcelsius_v2()
599
tmp = tmp / (165 + mt->
o_slope
);
in raw_to_mcelsius_v2()
864
mt->
o_slope
= -CALIB_BUF0_O_SLOPE_V1(buf[0]);
in mtk_thermal_extract_efuse_v1()
866
mt->
o_slope
= CALIB_BUF0_O_SLOPE_V1(buf[0]);
in mtk_thermal_extract_efuse_v1()
879
mt->
o_slope
= CALIB_BUF0_O_SLOPE_V2(buf[0]);
in mtk_thermal_extract_efuse_v2()
901
mt->
o_slope
= 0;
in mtk_thermal_get_calibration_data()
/kernel/linux/linux-6.6/drivers/soc/mediatek/
H
A
D
mtk-svs.c
1816
int
o_slope
, o_slope_sign, ts_id;
in svs_mt8183_efuse_parsing()
local
1916
o_slope
= 1534;
in svs_mt8183_efuse_parsing()
1918
o_slope
= (svsp->tefuse[0] >> 26) & GENMASK(5, 0);
in svs_mt8183_efuse_parsing()
1920
o_slope
= 1534 +
o_slope
* 10;
in svs_mt8183_efuse_parsing()
1922
o_slope
= 1534 -
o_slope
* 10;
in svs_mt8183_efuse_parsing()
1954
mts = (temp0 * 10) /
o_slope
;
in svs_mt8183_efuse_parsing()
1981
temp2 = temp1 * 100 /
o_slope
;
in svs_mt8183_efuse_parsing()
Completed in 7 milliseconds