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:cur_temp
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/
H
A
D
ds1620.c
222
signed int
cur_temp
;
in ds1620_read()
local
225
cur_temp
= cvt_9_to_int(ds1620_in(THERM_READ_TEMP, 9)) >> 1;
in ds1620_read()
228
cur_temp_degF = (
cur_temp
* 9) / 5 + 32;
in ds1620_read()
/kernel/linux/linux-6.6/drivers/char/
H
A
D
ds1620.c
222
signed int
cur_temp
;
in ds1620_read()
local
225
cur_temp
= cvt_9_to_int(ds1620_in(THERM_READ_TEMP, 9)) >> 1;
in ds1620_read()
228
cur_temp_degF = (
cur_temp
* 9) / 5 + 32;
in ds1620_read()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
smu10_hwmgr.c
1185
int
cur_temp
=
in smu10_thermal_get_temperature()
local
1188
if (
cur_temp
& THM_TCON_CUR_TMP__CUR_TEMP_RANGE_SEL_MASK)
in smu10_thermal_get_temperature()
1189
cur_temp
= ((
cur_temp
/ 8) - 49) * PP_TEMPERATURE_UNITS_PER_CENTIGRADES;
in smu10_thermal_get_temperature()
1191
cur_temp
= (
cur_temp
/ 8) * PP_TEMPERATURE_UNITS_PER_CENTIGRADES;
in smu10_thermal_get_temperature()
1193
return
cur_temp
;
in smu10_thermal_get_temperature()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
smu10_hwmgr.c
1281
int
cur_temp
=
in smu10_thermal_get_temperature()
local
1284
if (
cur_temp
& THM_TCON_CUR_TMP__CUR_TEMP_RANGE_SEL_MASK)
in smu10_thermal_get_temperature()
1285
cur_temp
= ((
cur_temp
/ 8) - 49) * PP_TEMPERATURE_UNITS_PER_CENTIGRADES;
in smu10_thermal_get_temperature()
1287
cur_temp
= (
cur_temp
/ 8) * PP_TEMPERATURE_UNITS_PER_CENTIGRADES;
in smu10_thermal_get_temperature()
1289
return
cur_temp
;
in smu10_thermal_get_temperature()
/kernel/linux/linux-5.10/drivers/platform/x86/
H
A
D
acerhdf.c
513
int
cur_temp
, cur_state, err = 0;
in acerhdf_set_cur_state()
local
518
err = acerhdf_get_temp(&
cur_temp
);
in acerhdf_set_cur_state()
/kernel/linux/linux-6.6/drivers/platform/x86/
H
A
D
acerhdf.c
486
int
cur_temp
, cur_state, err = 0;
in acerhdf_set_cur_state()
local
491
err = acerhdf_get_temp(&
cur_temp
);
in acerhdf_set_cur_state()
Completed in 9 milliseconds