Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thermal/
Dthermal_trace.h12 TRACE_DEFINE_ENUM(THERMAL_TRIP_CRITICAL);
19 { THERMAL_TRIP_CRITICAL, "CRITICAL"}, \
Dthermal_helpers.c95 if (!ret && trip.type == THERMAL_TRIP_CRITICAL) { in __thermal_zone_get_temp()
Dimx_thermal.c119 [IMX_TRIP_CRITICAL] = { .type = THERMAL_TRIP_CRITICAL },
349 if (trip.type == THERMAL_TRIP_CRITICAL) in imx_set_trip_temp()
Duniphier_thermal.c303 if (trip.type == THERMAL_TRIP_CRITICAL && in uniphier_tm_probe()
Dthermal_core.c342 else if (trip_type == THERMAL_TRIP_CRITICAL) in handle_critical_trips()
370 if (trip.type == THERMAL_TRIP_CRITICAL || trip.type == THERMAL_TRIP_HOT) in handle_thermal_trip()
1187 if (tz->trips[i].type == THERMAL_TRIP_CRITICAL) { in thermal_zone_get_crit_temp()
Dthermal_of.c62 [THERMAL_TRIP_CRITICAL] = "critical",
Drcar_thermal.c285 { .type = THERMAL_TRIP_CRITICAL, .temperature = 90000 }
Dthermal_sysfs.c105 case THERMAL_TRIP_CRITICAL: in trip_point_type_show()
/Linux-v6.6/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c79 zone_trips[trip_cnt].type = THERMAL_TRIP_CRITICAL; in int340x_thermal_read_trips()
229 case THERMAL_TRIP_CRITICAL: in int340x_thermal_update_trips()
/Linux-v6.6/include/uapi/linux/
Dthermal.h16 THERMAL_TRIP_CRITICAL, enumerator
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_thermal.c36 static struct thermal_trip trip = { .type = THERMAL_TRIP_CRITICAL } ;
/Linux-v6.6/tools/thermal/tmon/
Dtmon.h59 THERMAL_TRIP_CRITICAL, enumerator
Dtui.c536 case THERMAL_TRIP_CRITICAL: return 'C'; in trip_type_to_char()
/Linux-v6.6/drivers/thermal/qcom/
Dqcom-spmi-temp-alarm.c275 if (trip.type != THERMAL_TRIP_CRITICAL) in qpnp_tm_set_trip_temp()
310 if (trip.type == THERMAL_TRIP_CRITICAL) in qpnp_tm_get_critical_trip_temp()
/Linux-v6.6/drivers/thermal/st/
Dst_thermal.c203 trip.type = THERMAL_TRIP_CRITICAL; in st_thermal_register()
/Linux-v6.6/drivers/thermal/intel/
Dintel_quark_dts_thermal.c366 aux_entry->trips[QRK_DTS_ID_TP_CRITICAL].type = THERMAL_TRIP_CRITICAL; in alloc_soc_dts()
Dintel_pch_thermal.c224 ptd->trips[nr_trips++].type = THERMAL_TRIP_CRITICAL; in intel_pch_thermal_probe()
Dintel_soc_dts_iosf.c359 trip_type = THERMAL_TRIP_CRITICAL; in intel_soc_dts_iosf_init()
/Linux-v6.6/drivers/platform/x86/
Dacerhdf.c147 .type = THERMAL_TRIP_CRITICAL }
/Linux-v6.6/drivers/thermal/tegra/
Dtegra30-tsensor.c327 if (trip.type == THERMAL_TRIP_CRITICAL) in tegra_tsensor_get_hw_channel_trips()
Dsoctherm.c601 if (trip.type == THERMAL_TRIP_CRITICAL) { in tegra_thermctl_set_trip_temp()
/Linux-v6.6/drivers/acpi/
Dthermal.c712 trip->type = THERMAL_TRIP_CRITICAL; in acpi_thermal_register_thermal_zone()