Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thermal/
Dthermal_trace.h13 TRACE_DEFINE_ENUM(THERMAL_TRIP_HOT);
20 { THERMAL_TRIP_HOT, "HOT"}, \
Dda9062-thermal.c145 { .temperature = DA9062_MILLI_CELSIUS(125), .type = THERMAL_TRIP_HOT },
Dthermal_of.c61 [THERMAL_TRIP_HOT] = "hot",
Dthermal_core.c340 if (trip_type == THERMAL_TRIP_HOT && tz->ops->hot) in handle_critical_trips()
370 if (trip.type == THERMAL_TRIP_CRITICAL || trip.type == THERMAL_TRIP_HOT) in handle_thermal_trip()
Dthermal_sysfs.c107 case THERMAL_TRIP_HOT: in trip_point_type_show()
/Linux-v6.6/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c86 zone_trips[trip_cnt].type = THERMAL_TRIP_HOT; in int340x_thermal_read_trips()
232 case THERMAL_TRIP_HOT: in int340x_thermal_update_trips()
/Linux-v6.6/include/uapi/linux/
Dthermal.h15 THERMAL_TRIP_HOT, enumerator
/Linux-v6.6/Documentation/devicetree/bindings/thermal/
Dda9062-thermal.txt7 high THERMAL_TRIP_HOT temperatures for the PMIC device.
/Linux-v6.6/tools/thermal/tmon/
Dtmon.h60 THERMAL_TRIP_HOT, enumerator
Dtui.c537 case THERMAL_TRIP_HOT: return 'H'; in trip_type_to_char()
/Linux-v6.6/drivers/thermal/intel/
Dintel_quark_dts_thermal.c369 aux_entry->trips[QRK_DTS_ID_TP_HOT].type = THERMAL_TRIP_HOT; in alloc_soc_dts()
Dintel_pch_thermal.c231 ptd->trips[nr_trips++].type = THERMAL_TRIP_HOT; in intel_pch_thermal_probe()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c54 .type = THERMAL_TRIP_HOT,
72 .type = THERMAL_TRIP_HOT,
/Linux-v6.6/drivers/thermal/tegra/
Dtegra30-tsensor.c324 if (trip.type == THERMAL_TRIP_HOT) in tegra_tsensor_get_hw_channel_trips()
Dsoctherm.c612 } else if (trip.type == THERMAL_TRIP_HOT) { in tegra_thermctl_set_trip_temp()
701 if (trip.type == THERMAL_TRIP_HOT) { in get_hot_temp()
/Linux-v6.6/drivers/acpi/
Dthermal.c718 trip->type = THERMAL_TRIP_HOT; in acpi_thermal_register_thermal_zone()