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:gti
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/
H
A
D
thermal-generic-adc.c
24
static int gadc_thermal_adc_to_temp(struct gadc_thermal_info *
gti
, int val)
in gadc_thermal_adc_to_temp()
argument
29
if (!
gti
->lookup_table)
in gadc_thermal_adc_to_temp()
32
for (i = 0; i <
gti
->nlookup_table; i++) {
in gadc_thermal_adc_to_temp()
33
if (val >=
gti
->lookup_table[2 * i + 1])
in gadc_thermal_adc_to_temp()
38
temp =
gti
->lookup_table[0];
in gadc_thermal_adc_to_temp()
39
} else if (i >=
gti
->nlookup_table) {
in gadc_thermal_adc_to_temp()
40
temp =
gti
->lookup_table[2 * (
gti
->nlookup_table - 1)];
in gadc_thermal_adc_to_temp()
42
adc_hi =
gti
->lookup_table[2 * i - 1];
in gadc_thermal_adc_to_temp()
43
adc_lo =
gti
in gadc_thermal_adc_to_temp()
57
struct gadc_thermal_info *
gti
= data;
gadc_thermal_get_temp()
local
75
gadc_thermal_read_linear_lookup_table(struct device *dev, struct gadc_thermal_info *
gti
)
gadc_thermal_read_linear_lookup_table()
argument
119
struct gadc_thermal_info *
gti
;
gadc_thermal_probe()
local
[all...]
/kernel/linux/linux-6.6/drivers/thermal/
H
A
D
thermal-generic-adc.c
26
static int gadc_thermal_adc_to_temp(struct gadc_thermal_info *
gti
, int val)
in gadc_thermal_adc_to_temp()
argument
31
if (!
gti
->lookup_table)
in gadc_thermal_adc_to_temp()
34
for (i = 0; i <
gti
->nlookup_table; i++) {
in gadc_thermal_adc_to_temp()
35
if (val >=
gti
->lookup_table[2 * i + 1])
in gadc_thermal_adc_to_temp()
40
temp =
gti
->lookup_table[0];
in gadc_thermal_adc_to_temp()
41
} else if (i >=
gti
->nlookup_table) {
in gadc_thermal_adc_to_temp()
42
temp =
gti
->lookup_table[2 * (
gti
->nlookup_table - 1)];
in gadc_thermal_adc_to_temp()
44
adc_hi =
gti
->lookup_table[2 * i - 1];
in gadc_thermal_adc_to_temp()
45
adc_lo =
gti
in gadc_thermal_adc_to_temp()
59
struct gadc_thermal_info *
gti
= thermal_zone_device_priv(tz);
gadc_thermal_get_temp()
local
76
gadc_thermal_read_linear_lookup_table(struct device *dev, struct gadc_thermal_info *
gti
)
gadc_thermal_read_linear_lookup_table()
argument
120
struct gadc_thermal_info *
gti
;
gadc_thermal_probe()
local
[all...]
Completed in 1 milliseconds