Home
last modified time | relevance | path

Searched refs:THERMAL_TRIP_CRITICAL (Results 1 – 25 of 25) sorted by relevance

/linux-6.12.1/drivers/thermal/ !
Dthermal_trip.c16 [THERMAL_TRIP_CRITICAL] = "critical",
21 if (trip_type < THERMAL_TRIP_ACTIVE || trip_type > THERMAL_TRIP_CRITICAL) in thermal_trip_type_name()
Dthermal_trace.h14 TRACE_DEFINE_ENUM(THERMAL_TRIP_CRITICAL);
21 { THERMAL_TRIP_CRITICAL, "CRITICAL"}, \
Dgov_bang_bang.c98 trip->type == THERMAL_TRIP_CRITICAL || in bang_bang_manage()
Dgov_fair_share.c115 trip->type == THERMAL_TRIP_CRITICAL || in fair_share_manage()
Dgov_step_wise.c126 trip->type == THERMAL_TRIP_CRITICAL || in step_wise_manage()
Dthermal_helpers.c102 if (trip->type == THERMAL_TRIP_CRITICAL) { in __thermal_zone_get_temp()
Dthermal_core.c304 if (td->trip.type == THERMAL_TRIP_CRITICAL && in thermal_zone_broken_disable()
418 if (trip->type == THERMAL_TRIP_CRITICAL) in handle_critical_trips()
475 else if (trip->type == THERMAL_TRIP_CRITICAL || in handle_thermal_trip()
508 if (trip->type == THERMAL_TRIP_HOT || trip->type == THERMAL_TRIP_CRITICAL) in thermal_governor_trip_crossed()
1322 if (trip->type == THERMAL_TRIP_CRITICAL) { in thermal_zone_get_crit_temp()
Duniphier_thermal.c252 if (trip->type == THERMAL_TRIP_CRITICAL && in uniphier_tm_trip_walk_cb()
Dthermal_of.c31 [THERMAL_TRIP_CRITICAL] = "critical",
Dimx_thermal.c120 [IMX_TRIP_CRITICAL] = { .type = THERMAL_TRIP_CRITICAL },
Dthermal_debugfs.c816 if (trip->type == THERMAL_TRIP_CRITICAL) in tze_seq_show()
/linux-6.12.1/drivers/thermal/intel/int340x_thermal/ !
Dint340x_thermal_zone.c75 zone_trips[trip_cnt].type = THERMAL_TRIP_CRITICAL; in int340x_thermal_read_trips()
208 case THERMAL_TRIP_CRITICAL: in int340x_update_one_trip()
/linux-6.12.1/include/uapi/linux/ !
Dthermal.h16 THERMAL_TRIP_CRITICAL, enumerator
/linux-6.12.1/drivers/thermal/intel/ !
Dintel_quark_dts_thermal.c256 case THERMAL_TRIP_CRITICAL: in sys_set_trip_temp()
374 trips[QRK_DTS_ID_TP_CRITICAL].type = THERMAL_TRIP_CRITICAL; in alloc_soc_dts()
Dintel_pch_thermal.c226 ptd_trips[nr_trips++].type = THERMAL_TRIP_CRITICAL; in intel_pch_thermal_probe()
Dintel_soc_dts_iosf.c346 set_trip(&trips[i][1], THERMAL_TRIP_CRITICAL, 0, temp, 1); in intel_soc_dts_iosf_init()
/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb4/ !
Dcxgb4_thermal.c36 static struct thermal_trip trip = { .type = THERMAL_TRIP_CRITICAL } ;
/linux-6.12.1/tools/thermal/tmon/ !
Dtmon.h59 THERMAL_TRIP_CRITICAL, enumerator
Dtui.c536 case THERMAL_TRIP_CRITICAL: return 'C'; in trip_type_to_char()
/linux-6.12.1/drivers/platform/x86/ !
Dacerhdf.c147 .type = THERMAL_TRIP_CRITICAL }
/linux-6.12.1/drivers/thermal/qcom/ !
Dqcom-spmi-temp-alarm.c270 if (trip->type != THERMAL_TRIP_CRITICAL) in qpnp_tm_set_trip_temp()
/linux-6.12.1/drivers/thermal/renesas/ !
Drcar_thermal.c285 { .type = THERMAL_TRIP_CRITICAL, .temperature = 90000 }
/linux-6.12.1/drivers/thermal/tegra/ !
Dtegra30-tsensor.c317 else if (trip->type == THERMAL_TRIP_CRITICAL) in tegra_tsensor_get_trips_cb()
Dsoctherm.c596 if (trip->type == THERMAL_TRIP_CRITICAL) { in tegra_thermctl_set_trip_temp()
/linux-6.12.1/drivers/acpi/ !
Dthermal.c832 trip->type = THERMAL_TRIP_CRITICAL; in acpi_thermal_add()