Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Dthermal_trace.h13 TRACE_DEFINE_ENUM(THERMAL_TRIP_HOT);
20 { THERMAL_TRIP_HOT, "HOT"}, \
H A Dda9062-thermal.c145 { .temperature = DA9062_MILLI_CELSIUS(125), .type = THERMAL_TRIP_HOT },
H A Dthermal_of.c61 [THERMAL_TRIP_HOT] = "hot",
H A Dthermal_core.c338 if (trip_type == THERMAL_TRIP_HOT && tz->ops->hot) in handle_critical_trips()
368 if (trip.type == THERMAL_TRIP_CRITICAL || trip.type == THERMAL_TRIP_HOT) in handle_thermal_trip()
H A Dthermal_sysfs.c107 case THERMAL_TRIP_HOT: in trip_point_type_show()
/openbmc/linux/drivers/thermal/intel/int340x_thermal/
H A 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()
/openbmc/linux/include/uapi/linux/
H A Dthermal.h15 THERMAL_TRIP_HOT, enumerator
/openbmc/linux/Documentation/devicetree/bindings/thermal/
H A Dda9062-thermal.txt7 high THERMAL_TRIP_HOT temperatures for the PMIC device.
/openbmc/linux/tools/thermal/tmon/
H A Dtmon.h60 THERMAL_TRIP_HOT, enumerator
H A Dtui.c537 case THERMAL_TRIP_HOT: return 'H'; in trip_type_to_char()
/openbmc/linux/drivers/thermal/intel/
H A Dintel_quark_dts_thermal.c369 aux_entry->trips[QRK_DTS_ID_TP_HOT].type = THERMAL_TRIP_HOT; in alloc_soc_dts()
H A Dintel_pch_thermal.c231 ptd->trips[nr_trips++].type = THERMAL_TRIP_HOT; in intel_pch_thermal_probe()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_thermal.c54 .type = THERMAL_TRIP_HOT,
72 .type = THERMAL_TRIP_HOT,
/openbmc/linux/drivers/thermal/tegra/
H A Dtegra30-tsensor.c324 if (trip.type == THERMAL_TRIP_HOT) in tegra_tsensor_get_hw_channel_trips()
H A 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()
/openbmc/linux/drivers/acpi/
H A Dthermal.c718 trip->type = THERMAL_TRIP_HOT; in acpi_thermal_register_thermal_zone()