Symbol: THERMAL_TRIP_CRITICAL
drivers/acpi/thermal.c
836
trip->type = THERMAL_TRIP_CRITICAL;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.c
36
static struct thermal_trip trip = { .type = THERMAL_TRIP_CRITICAL } ;
drivers/platform/x86/acerhdf.c
147
.type = THERMAL_TRIP_CRITICAL }
drivers/thermal/gov_bang_bang.c
94
trip->type == THERMAL_TRIP_CRITICAL ||
drivers/thermal/gov_fair_share.c
107
trip->type == THERMAL_TRIP_CRITICAL ||
drivers/thermal/gov_step_wise.c
135
trip->type == THERMAL_TRIP_CRITICAL ||
drivers/thermal/imx_thermal.c
120
[IMX_TRIP_CRITICAL] = { .type = THERMAL_TRIP_CRITICAL },
drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c
207
case THERMAL_TRIP_CRITICAL:
drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c
75
zone_trips[trip_cnt].type = THERMAL_TRIP_CRITICAL;
drivers/thermal/intel/intel_pch_thermal.c
226
ptd_trips[nr_trips++].type = THERMAL_TRIP_CRITICAL;
drivers/thermal/intel/intel_quark_dts_thermal.c
256
case THERMAL_TRIP_CRITICAL:
drivers/thermal/intel/intel_quark_dts_thermal.c
374
trips[QRK_DTS_ID_TP_CRITICAL].type = THERMAL_TRIP_CRITICAL;
drivers/thermal/intel/intel_soc_dts_iosf.c
346
set_trip(&trips[i][1], THERMAL_TRIP_CRITICAL, 0, temp, 1);
drivers/thermal/qcom/qcom-spmi-temp-alarm.c
363
if (trip->type != THERMAL_TRIP_CRITICAL)
drivers/thermal/renesas/rcar_thermal.c
285
{ .type = THERMAL_TRIP_CRITICAL, .temperature = 90000 }
drivers/thermal/tegra/soctherm.c
603
if (trip->type == THERMAL_TRIP_CRITICAL) {
drivers/thermal/tegra/tegra30-tsensor.c
317
else if (trip->type == THERMAL_TRIP_CRITICAL)
drivers/thermal/thermal_core.c
1382
if (trip->type == THERMAL_TRIP_CRITICAL) {
drivers/thermal/thermal_core.c
293
if (td->trip.type == THERMAL_TRIP_CRITICAL &&
drivers/thermal/thermal_core.c
410
if (trip->type == THERMAL_TRIP_CRITICAL)
drivers/thermal/thermal_core.c
463
if (trip->type == THERMAL_TRIP_HOT || trip->type == THERMAL_TRIP_CRITICAL)
drivers/thermal/thermal_core.c
480
else if (trip->type == THERMAL_TRIP_CRITICAL ||
drivers/thermal/thermal_debugfs.c
821
if (trip->type == THERMAL_TRIP_CRITICAL)
drivers/thermal/thermal_helpers.c
96
if (trip->type == THERMAL_TRIP_CRITICAL) {
drivers/thermal/thermal_of.c
31
[THERMAL_TRIP_CRITICAL] = "critical",
drivers/thermal/thermal_trace.h
14
TRACE_DEFINE_ENUM(THERMAL_TRIP_CRITICAL);
drivers/thermal/thermal_trace.h
21
{ THERMAL_TRIP_CRITICAL, "CRITICAL"}, \
drivers/thermal/thermal_trip.c
16
[THERMAL_TRIP_CRITICAL] = "critical",
drivers/thermal/thermal_trip.c
21
if (trip_type < THERMAL_TRIP_ACTIVE || trip_type > THERMAL_TRIP_CRITICAL)
drivers/thermal/uniphier_thermal.c
252
if (trip->type == THERMAL_TRIP_CRITICAL &&
tools/thermal/tmon/tui.c
536
case THERMAL_TRIP_CRITICAL: return 'C';