Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dthermal.h17 THERMAL_TRIP_HOT, enumerator
/linux/drivers/thermal/
H A Dthermal_trip.c15 [THERMAL_TRIP_HOT] = "hot",
H A Dda9062-thermal.c145 { .temperature = DA9062_MILLI_CELSIUS(125), .type = THERMAL_TRIP_HOT },
H A Dthermal_of.c30 [THERMAL_TRIP_HOT] = "hot",
H A Dthermal_core.c461 if (trip->type == THERMAL_TRIP_HOT || trip->type == THERMAL_TRIP_CRITICAL) in thermal_governor_trip_crossed()
479 trip->type == THERMAL_TRIP_HOT) in thermal_trip_crossed()
/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()
/linux/drivers/thermal/intel/
H A Dintel_pch_thermal.c233 ptd_trips[nr_trips++].type = THERMAL_TRIP_HOT; in intel_pch_thermal_probe()
/linux/drivers/thermal/tegra/
H A Dtegra30-tsensor.c315 if (trip->type == THERMAL_TRIP_HOT) in tegra_tsensor_get_trips_cb()