Symbol: THERMAL_TRIP_HOT
drivers/acpi/thermal.c
842
trip->type = THERMAL_TRIP_HOT;
drivers/net/ethernet/mellanox/mlxsw/core_thermal.c
57
.type = THERMAL_TRIP_HOT,
drivers/net/ethernet/mellanox/mlxsw/core_thermal.c
78
.type = THERMAL_TRIP_HOT,
drivers/thermal/da9062-thermal.c
145
{ .temperature = DA9062_MILLI_CELSIUS(125), .type = THERMAL_TRIP_HOT },
drivers/thermal/gov_bang_bang.c
95
trip->type == THERMAL_TRIP_HOT)
drivers/thermal/gov_fair_share.c
108
trip->type == THERMAL_TRIP_HOT)
drivers/thermal/gov_step_wise.c
136
trip->type == THERMAL_TRIP_HOT)
drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c
210
case THERMAL_TRIP_HOT:
drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c
82
zone_trips[trip_cnt].type = THERMAL_TRIP_HOT;
drivers/thermal/intel/intel_pch_thermal.c
233
ptd_trips[nr_trips++].type = THERMAL_TRIP_HOT;
drivers/thermal/intel/intel_quark_dts_thermal.c
252
case THERMAL_TRIP_HOT:
drivers/thermal/intel/intel_quark_dts_thermal.c
377
trips[QRK_DTS_ID_TP_HOT].type = THERMAL_TRIP_HOT;
drivers/thermal/tegra/soctherm.c
614
} else if (trip->type == THERMAL_TRIP_HOT) {
drivers/thermal/tegra/soctherm.c
696
if (trip->type != THERMAL_TRIP_HOT)
drivers/thermal/tegra/tegra30-tsensor.c
315
if (trip->type == THERMAL_TRIP_HOT)
drivers/thermal/thermal_core.c
463
if (trip->type == THERMAL_TRIP_HOT || trip->type == THERMAL_TRIP_CRITICAL)
drivers/thermal/thermal_core.c
481
trip->type == THERMAL_TRIP_HOT)
drivers/thermal/thermal_of.c
30
[THERMAL_TRIP_HOT] = "hot",
drivers/thermal/thermal_trace.h
15
TRACE_DEFINE_ENUM(THERMAL_TRIP_HOT);
drivers/thermal/thermal_trace.h
22
{ THERMAL_TRIP_HOT, "HOT"}, \
drivers/thermal/thermal_trip.c
15
[THERMAL_TRIP_HOT] = "hot",
tools/thermal/tmon/tui.c
537
case THERMAL_TRIP_HOT: return 'H';