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:nr_trips
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/intel/
H
A
D
intel_pch_thermal.c
82
int *
nr_trips
)
in pch_wpt_add_acpi_psv_trip()
101
ptd->psv_trip_id = *
nr_trips
;
in pch_wpt_add_acpi_psv_trip()
102
++(*
nr_trips
);
in pch_wpt_add_acpi_psv_trip()
109
int *
nr_trips
)
in pch_wpt_add_acpi_psv_trip()
116
static int pch_wpt_init(struct pch_thermal_device *ptd, int *
nr_trips
)
in pch_wpt_init()
argument
121
*
nr_trips
= 0;
in pch_wpt_init()
153
++(*
nr_trips
);
in pch_wpt_init()
162
ptd->hot_trip_id = *
nr_trips
;
in pch_wpt_init()
163
++(*
nr_trips
);
in pch_wpt_init()
166
pch_wpt_add_acpi_psv_trip(ptd,
nr_trips
);
in pch_wpt_init()
81
pch_wpt_add_acpi_psv_trip(struct pch_thermal_device *ptd, int *
nr_trips
)
pch_wpt_add_acpi_psv_trip()
argument
108
pch_wpt_add_acpi_psv_trip(struct pch_thermal_device *ptd, int *
nr_trips
)
pch_wpt_add_acpi_psv_trip()
argument
314
int
nr_trips
;
intel_pch_thermal_probe()
local
[all...]
/kernel/linux/linux-6.6/drivers/thermal/intel/
H
A
D
intel_pch_thermal.c
164
int
nr_trips
= 0;
in intel_pch_thermal_probe()
local
223
ptd->trips[
nr_trips
].temperature = GET_WPT_TEMP(trip_temp);
in intel_pch_thermal_probe()
224
ptd->trips[
nr_trips
++].type = THERMAL_TRIP_CRITICAL;
in intel_pch_thermal_probe()
230
ptd->trips[
nr_trips
].temperature = GET_WPT_TEMP(trip_temp);
in intel_pch_thermal_probe()
231
ptd->trips[
nr_trips
++].type = THERMAL_TRIP_HOT;
in intel_pch_thermal_probe()
234
nr_trips
+= pch_wpt_add_acpi_psv_trip(ptd,
nr_trips
);
in intel_pch_thermal_probe()
237
ptd->trips,
nr_trips
,
in intel_pch_thermal_probe()
Completed in 2 milliseconds