Home
last modified time | relevance | path

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

/Linux-v4.19/include/trace/events/
Dthermal.h13 TRACE_DEFINE_ENUM(THERMAL_TRIP_HOT);
20 { THERMAL_TRIP_HOT, "HOT"}, \
/Linux-v4.19/Documentation/devicetree/bindings/thermal/
Dda9062-thermal.txt7 high THERMAL_TRIP_HOT temperatures for the PMIC device.
/Linux-v4.19/tools/thermal/tmon/
Dtmon.h66 THERMAL_TRIP_HOT, enumerator
Dtui.c546 case THERMAL_TRIP_HOT: return 'H'; in trip_type_to_char()
/Linux-v4.19/drivers/thermal/
Dda9062-thermal.c149 *type = THERMAL_TRIP_HOT; in da9062_thermal_get_trip_type()
Dintel_quark_dts_thermal.c283 *type = THERMAL_TRIP_HOT; in sys_get_trip_type()
Dintel_pch_thermal.c248 *type = THERMAL_TRIP_HOT; in pch_get_trip_type()
Ddb8500_thermal.c352 ptrips->trip_points[i].type = THERMAL_TRIP_HOT; in db8500_thermal_parse_dt()
Dof-thermal.c713 [THERMAL_TRIP_HOT] = "hot",
Dthermal_sysfs.c110 case THERMAL_TRIP_HOT: in trip_point_type_show()
Dthermal_core.c416 if (type == THERMAL_TRIP_CRITICAL || type == THERMAL_TRIP_HOT) in handle_thermal_trip()
/Linux-v4.19/drivers/thermal/int340x_thermal/
Dint340x_thermal_zone.c98 *type = THERMAL_TRIP_HOT; in int340x_thermal_get_trip_type()
/Linux-v4.19/include/linux/
Dthermal.h69 THERMAL_TRIP_HOT, enumerator
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c48 .type = THERMAL_TRIP_HOT,
/Linux-v4.19/drivers/acpi/
Dthermal.c609 *type = THERMAL_TRIP_HOT; in thermal_get_trip_type()
754 else if (trip_type == THERMAL_TRIP_HOT) in thermal_notify()
/Linux-v4.19/drivers/thermal/tegra/
Dsoctherm.c468 } else if (type == THERMAL_TRIP_HOT) { in tegra_thermctl_set_trip_temp()
509 if (type == THERMAL_TRIP_HOT) { in get_hot_temp()