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:temp_raw
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
drivetemp.c
212
u8
temp_raw
;
in drivetemp_get_smarttemp()
local
239
temp_raw
= attr[7];
in drivetemp_get_smarttemp()
243
temp_raw
= attr[7];
in drivetemp_get_smarttemp()
250
*temp =
temp_raw
* 1000;
in drivetemp_get_smarttemp()
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
drivetemp.c
211
u8
temp_raw
;
in drivetemp_get_smarttemp()
local
238
temp_raw
= attr[7];
in drivetemp_get_smarttemp()
242
temp_raw
= attr[7];
in drivetemp_get_smarttemp()
249
*temp =
temp_raw
* 1000;
in drivetemp_get_smarttemp()
/kernel/linux/linux-6.6/include/linux/
H
A
D
peci-cpu.h
26
int peci_temp_read(struct peci_device *device, s16 *
temp_raw
);
/kernel/linux/linux-6.6/drivers/peci/
H
A
D
cpu.c
15
* @
temp_raw
: where to store the read temperature
21
int peci_temp_read(struct peci_device *device, s16 *
temp_raw
)
in peci_temp_read()
argument
29
*
temp_raw
= peci_request_temp_read(req);
in peci_temp_read()
/kernel/linux/linux-5.10/drivers/iio/pressure/
H
A
D
dps310.c
91
s32
temp_raw
;
member
499
data->
temp_raw
= sign_extend32(raw, 23);
in dps310_read_temp_ready()
651
t = (s64)data->
temp_raw
;
in dps310_calculate_pressure()
746
t = c0 + ((s64)data->
temp_raw
* (s64)data->c1);
in dps310_calculate_temp()
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
ds2760_battery.c
101
int
temp_raw
; /* units of 0.125 °C */
member
312
di->
temp_raw
= (((signed char)di->raw[DS2760_TEMP_MSB]) << 3) |
in ds2760_battery_read_status()
314
di->temp_C = di->
temp_raw
+ (di->
temp_raw
/ 4);
in ds2760_battery_read_status()
H
A
D
ds2781_battery.c
193
int
temp_raw
;
in ds2781_get_temperature()
local
208
temp_raw
= ((val[0]) << 3) |
in ds2781_get_temperature()
210
*temp =
temp_raw
+ (
temp_raw
/ 4);
in ds2781_get_temperature()
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
ds2760_battery.c
101
int
temp_raw
; /* units of 0.125 °C */
member
304
di->
temp_raw
= (((signed char)di->raw[DS2760_TEMP_MSB]) << 3) |
in ds2760_battery_read_status()
306
di->temp_C = di->
temp_raw
+ (di->
temp_raw
/ 4);
in ds2760_battery_read_status()
H
A
D
ds2781_battery.c
193
int
temp_raw
;
in ds2781_get_temperature()
local
208
temp_raw
= ((val[0]) << 3) |
in ds2781_get_temperature()
210
*temp =
temp_raw
+ (
temp_raw
/ 4);
in ds2781_get_temperature()
/kernel/linux/linux-6.6/drivers/iio/pressure/
H
A
D
dps310.c
91
s32
temp_raw
;
member
499
data->
temp_raw
= sign_extend32(raw, 23);
in dps310_read_temp_ready()
651
t = (s64)data->
temp_raw
;
in dps310_calculate_pressure()
746
t = c0 + ((s64)data->
temp_raw
* (s64)data->c1);
in dps310_calculate_temp()
Completed in 10 milliseconds