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
defs:TEMP_TO_REG
(Results
1 - 25
of
49
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
lm92.c
69
static inline s16
TEMP_TO_REG
(long val)
in TEMP_TO_REG()
function
H
A
D
adm1025.c
87
#define
TEMP_TO_REG
(val) ((val) <= -127500 ? -128 : \
macro
H
A
D
lm83.c
75
#define
TEMP_TO_REG
(val) ((val) <= -128000 ? -128 : \
macro
H
A
D
smsc47m192.c
75
static inline s8
TEMP_TO_REG
(long val)
in TEMP_TO_REG()
function
H
A
D
adm9240.c
94
static inline s8
TEMP_TO_REG
(long val)
in TEMP_TO_REG()
function
H
A
D
gl518sm.c
77
#define
TEMP_TO_REG
(val) (DIV_ROUND_CLOSEST(TEMP_CLAMP(val), 1000) + 119)
macro
H
A
D
lm80.c
77
#define
TEMP_TO_REG
(temp) (DIV_ROUND_CLOSEST(clamp_val((temp), \
macro
H
A
D
via686a.c
271
static inline u8
TEMP_TO_REG
(long val)
in TEMP_TO_REG()
function
H
A
D
sis5595.c
148
static inline s8
TEMP_TO_REG
(long val)
in TEMP_TO_REG()
function
H
A
D
adm1031.c
198
#define
TEMP_TO_REG
(val) (((val) < 0 ? ((val - 500) / 1000) : \
macro
H
A
D
gl520sm.c
499
#define
TEMP_TO_REG
(val) (DIV_ROUND_CLOSEST(TEMP_CLAMP(val), 1000) + 130)
macro
H
A
D
asb100.c
136
static u8
TEMP_TO_REG
(long temp)
in TEMP_TO_REG()
function
H
A
D
w83l786ng.c
85
#define
TEMP_TO_REG
(val) (clamp_val(((val) < 0 ? (val) + 0x100 * 1000 \
macro
H
A
D
f75375s.c
573
#define
TEMP_TO_REG
(val) ((val) / 1000)
macro
H
A
D
lm87.c
114
#define
TEMP_TO_REG
(val) ((val) <= -127500 ? -128 : \
macro
H
A
D
lm78.c
97
static inline s8
TEMP_TO_REG
(long val)
in TEMP_TO_REG()
function
H
A
D
vt1211.c
163
#define
TEMP_TO_REG
(ix, val) clamp_val( \
macro
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
lm92.c
69
static inline s16
TEMP_TO_REG
(long val)
in TEMP_TO_REG()
function
H
A
D
adm1025.c
87
#define
TEMP_TO_REG
(val) ((val) <= -127500 ? -128 : \
macro
H
A
D
smsc47m192.c
75
static inline s8
TEMP_TO_REG
(long val)
in TEMP_TO_REG()
function
H
A
D
sis5595.c
149
static inline s8
TEMP_TO_REG
(long val)
in TEMP_TO_REG()
function
H
A
D
adm9240.c
94
static inline s8
TEMP_TO_REG
(long val)
in TEMP_TO_REG()
function
H
A
D
gl518sm.c
77
#define
TEMP_TO_REG
(val) (DIV_ROUND_CLOSEST(TEMP_CLAMP(val), 1000) + 119)
macro
H
A
D
lm80.c
77
#define
TEMP_TO_REG
(temp) (DIV_ROUND_CLOSEST(clamp_val((temp), \
macro
H
A
D
via686a.c
273
static inline u8
TEMP_TO_REG
(long val)
in TEMP_TO_REG()
function
Completed in 28 milliseconds
1
2