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:trip_low
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/thermal/
H
A
D
thermal_trip.c
65
int
trip_low
;
in __thermal_zone_set_trips()
local
71
trip_low
= trip.temperature - trip.hysteresis;
in __thermal_zone_set_trips()
73
if (
trip_low
< tz->temperature &&
trip_low
> low) {
in __thermal_zone_set_trips()
74
low =
trip_low
;
in __thermal_zone_set_trips()
/kernel/linux/linux-5.10/drivers/thermal/
H
A
D
thermal_helpers.c
142
int
trip_low
;
in thermal_zone_set_trips()
local
147
trip_low
= trip_temp - hysteresis;
in thermal_zone_set_trips()
149
if (
trip_low
< tz->temperature &&
trip_low
> low)
in thermal_zone_set_trips()
150
low =
trip_low
;
in thermal_zone_set_trips()
/kernel/linux/linux-6.6/tools/lib/thermal/
H
A
D
events.c
78
return ops->
trip_low
(nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]),
in handle_thermal_event()
109
enabled_ops[THERMAL_GENL_EVENT_TZ_TRIP_DOWN] = !!ops->
trip_low
;
in thermal_events_ops_init()
/kernel/linux/linux-6.6/tools/thermal/thermal-engine/
H
A
D
thermal-engine.c
125
static int
trip_low
(int tz_id, int trip_id, int temp, void *arg)
in trip_low()
function
206
.events.
trip_low
=
trip_low
,
/kernel/linux/linux-6.6/tools/lib/thermal/include/
H
A
D
thermal.h
26
int (*
trip_low
)(int tz_id, int trip_id, int temp, void *arg);
member
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H
A
D
psb_intel_sdvo_regs.h
568
u16
trip_low
;
member
574
u16
trip_low
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_sdvo_regs.h
579
u16
trip_low
;
member
585
u16
trip_low
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H
A
D
psb_intel_sdvo_regs.h
568
u16
trip_low
;
member
574
u16
trip_low
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_sdvo_regs.h
579
u16
trip_low
;
member
585
u16
trip_low
;
member
Completed in 11 milliseconds