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:celsius
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/
H
A
D
rcar_gen3_thermal.c
194
int
celsius
, val;
in rcar_gen3_thermal_mcelsius_to_temp()
local
196
celsius
= DIV_ROUND_CLOSEST(mcelsius, 1000);
in rcar_gen3_thermal_mcelsius_to_temp()
197
if (
celsius
<= INT_FIXPT(tsc->tj_t))
in rcar_gen3_thermal_mcelsius_to_temp()
198
val =
celsius
* tsc->coef.a1 + tsc->coef.b1;
in rcar_gen3_thermal_mcelsius_to_temp()
200
val =
celsius
* tsc->coef.a2 + tsc->coef.b2;
in rcar_gen3_thermal_mcelsius_to_temp()
H
A
D
imx_sc_thermal.c
34
s16
celsius
;
member
68
*temp = msg.data.resp.
celsius
* 1000 + msg.data.resp.tenths * 100;
in imx_sc_thermal_get_temp()
/kernel/linux/linux-6.6/drivers/thermal/
H
A
D
rcar_gen3_thermal.c
199
int
celsius
, val;
in rcar_gen3_thermal_mcelsius_to_temp()
local
201
celsius
= DIV_ROUND_CLOSEST(mcelsius, 1000);
in rcar_gen3_thermal_mcelsius_to_temp()
202
if (
celsius
<= INT_FIXPT(tsc->tj_t))
in rcar_gen3_thermal_mcelsius_to_temp()
203
val =
celsius
* tsc->coef.a1 + tsc->coef.b1;
in rcar_gen3_thermal_mcelsius_to_temp()
205
val =
celsius
* tsc->coef.a2 + tsc->coef.b2;
in rcar_gen3_thermal_mcelsius_to_temp()
H
A
D
imx_sc_thermal.c
32
s16
celsius
;
member
63
*temp = msg.data.resp.
celsius
* 1000 + msg.data.resp.tenths * 100;
in imx_sc_thermal_get_temp()
Completed in 3 milliseconds