Home
last modified time | relevance | path

Searched refs:THERMAL_TRIP_HOT (Results 1 – 16 of 16) sorted by relevance

/linux-6.1.9/include/trace/events/
Dthermal.h13 TRACE_DEFINE_ENUM(THERMAL_TRIP_HOT);
20 { THERMAL_TRIP_HOT, "HOT"}, \
/linux-6.1.9/include/uapi/linux/
Dthermal.h15 THERMAL_TRIP_HOT, enumerator
/linux-6.1.9/Documentation/devicetree/bindings/thermal/
Dda9062-thermal.txt7 high THERMAL_TRIP_HOT temperatures for the PMIC device.
/linux-6.1.9/tools/thermal/tmon/
Dtmon.h60 THERMAL_TRIP_HOT, enumerator
Dtui.c537 case THERMAL_TRIP_HOT: return 'H'; in trip_type_to_char()
/linux-6.1.9/drivers/thermal/
Dda9062-thermal.c131 *type = THERMAL_TRIP_HOT; in da9062_thermal_get_trip_type()
Dthermal_of.c171 [THERMAL_TRIP_HOT] = "hot",
Dthermal_core.c338 if (trip_type == THERMAL_TRIP_HOT && tz->ops->hot) in handle_critical_trips()
369 if (type == THERMAL_TRIP_CRITICAL || type == THERMAL_TRIP_HOT) in handle_thermal_trip()
Dthermal_sysfs.c102 case THERMAL_TRIP_HOT: in trip_point_type_show()
/linux-6.1.9/drivers/thermal/intel/
Dintel_quark_dts_thermal.c269 *type = THERMAL_TRIP_HOT; in sys_get_trip_type()
Dintel_pch_thermal.c309 *type = THERMAL_TRIP_HOT; in pch_get_trip_type()
/linux-6.1.9/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c96 *type = THERMAL_TRIP_HOT; in int340x_thermal_get_trip_type()
/linux-6.1.9/drivers/thermal/tegra/
Dtegra30-tsensor.c326 if (type == THERMAL_TRIP_HOT) in tegra_tsensor_get_hw_channel_trips()
Dsoctherm.c612 } else if (type == THERMAL_TRIP_HOT) { in tegra_thermctl_set_trip_temp()
703 if (type == THERMAL_TRIP_HOT) { in get_hot_temp()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c64 .type = THERMAL_TRIP_HOT,
/linux-6.1.9/drivers/acpi/
Dthermal.c535 *type = THERMAL_TRIP_HOT; in thermal_get_trip_type()