Home
last modified time | relevance | path

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

/linux-6.1.9/include/trace/events/
Dthermal.h12 TRACE_DEFINE_ENUM(THERMAL_TRIP_CRITICAL);
19 { THERMAL_TRIP_CRITICAL, "CRITICAL"}, \
/linux-6.1.9/include/uapi/linux/
Dthermal.h16 THERMAL_TRIP_CRITICAL, enumerator
/linux-6.1.9/tools/thermal/tmon/
Dtmon.h59 THERMAL_TRIP_CRITICAL, enumerator
Dtui.c536 case THERMAL_TRIP_CRITICAL: return 'C'; in trip_type_to_char()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_thermal.c83 ch_thermal->trip_type = THERMAL_TRIP_CRITICAL; in cxgb4_thermal_init()
/linux-6.1.9/drivers/thermal/qcom/
Dqcom-spmi-temp-alarm.c277 if (trip_points[trip].type != THERMAL_TRIP_CRITICAL) in qpnp_tm_set_trip_temp()
317 trips[i].type == THERMAL_TRIP_CRITICAL) in qpnp_tm_get_critical_trip_temp()
/linux-6.1.9/drivers/thermal/
Dthermal_of.c125 if (tz->trips[i].type == THERMAL_TRIP_CRITICAL) { in of_thermal_get_crit_temp()
172 [THERMAL_TRIP_CRITICAL] = "critical",
Dthermal_helpers.c84 if (!ret && type == THERMAL_TRIP_CRITICAL) { in __thermal_zone_get_temp()
Duniphier_thermal.c309 if (trips[i].type == THERMAL_TRIP_CRITICAL && in uniphier_tm_probe()
Drcar_thermal.c290 *type = THERMAL_TRIP_CRITICAL; in rcar_thermal_get_trip_type()
Dthermal_core.c340 else if (trip_type == THERMAL_TRIP_CRITICAL) in handle_critical_trips()
369 if (type == THERMAL_TRIP_CRITICAL || type == THERMAL_TRIP_HOT) in handle_thermal_trip()
Darmada_thermal.c796 if (trips[i].type == THERMAL_TRIP_CRITICAL) in armada_configure_overheat_int()
Dimx_thermal.c337 THERMAL_TRIP_CRITICAL; in imx_get_trip_type()
Dthermal_sysfs.c100 case THERMAL_TRIP_CRITICAL: in trip_point_type_show()
/linux-6.1.9/drivers/thermal/st/
Dst_thermal.c145 *type = THERMAL_TRIP_CRITICAL; in st_thermal_get_trip_type()
/linux-6.1.9/drivers/thermal/intel/
Dintel_quark_dts_thermal.c271 *type = THERMAL_TRIP_CRITICAL; in sys_get_trip_type()
Dintel_pch_thermal.c307 *type = THERMAL_TRIP_CRITICAL; in pch_get_trip_type()
Dintel_soc_dts_iosf.c360 return update_trip_temp(entry, j, temp, THERMAL_TRIP_CRITICAL); in intel_soc_dts_iosf_add_read_only_critical_trip()
/linux-6.1.9/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c94 *type = THERMAL_TRIP_CRITICAL; in int340x_thermal_get_trip_type()
/linux-6.1.9/drivers/platform/x86/
Dacerhdf.c433 *type = THERMAL_TRIP_CRITICAL; in acerhdf_get_trip_type()
/linux-6.1.9/drivers/thermal/tegra/
Dtegra30-tsensor.c329 if (type == THERMAL_TRIP_CRITICAL) in tegra_tsensor_get_hw_channel_trips()
Dsoctherm.c601 if (type == THERMAL_TRIP_CRITICAL) { in tegra_thermctl_set_trip_temp()
/linux-6.1.9/drivers/acpi/
Dthermal.c527 *type = THERMAL_TRIP_CRITICAL; in thermal_get_trip_type()