Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dthermal_trace.h15 TRACE_DEFINE_ENUM(THERMAL_TRIP_HOT);
22 { THERMAL_TRIP_HOT, "HOT"}, \
H A Dthermal_trip.c15 [THERMAL_TRIP_HOT] = "hot",
H A Dgov_bang_bang.c95 trip->type == THERMAL_TRIP_HOT) in bang_bang_manage()
H A Dgov_fair_share.c108 trip->type == THERMAL_TRIP_HOT) in fair_share_manage()
H A Dgov_step_wise.c136 trip->type == THERMAL_TRIP_HOT) in step_wise_manage()
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.c463 if (trip->type == THERMAL_TRIP_HOT || trip->type == THERMAL_TRIP_CRITICAL) in thermal_governor_trip_crossed()
481 trip->type == THERMAL_TRIP_HOT) in thermal_trip_crossed()
/linux/drivers/thermal/intel/int340x_thermal/
H A Dint340x_thermal_zone.c82 zone_trips[trip_cnt].type = THERMAL_TRIP_HOT; in int340x_thermal_read_trips()
210 case THERMAL_TRIP_HOT: in int340x_update_one_trip()
/linux/drivers/thermal/intel/
H A Dintel_quark_dts_thermal.c252 case THERMAL_TRIP_HOT: in sys_set_trip_temp()
377 trips[QRK_DTS_ID_TP_HOT].type = THERMAL_TRIP_HOT; in alloc_soc_dts()
H A Dintel_pch_thermal.c233 ptd_trips[nr_trips++].type = THERMAL_TRIP_HOT; in intel_pch_thermal_probe()
/linux/include/uapi/linux/
H A Dthermal.h17 THERMAL_TRIP_HOT, enumerator
/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/net/ethernet/mellanox/mlxsw/
H A Dcore_thermal.c57 .type = THERMAL_TRIP_HOT,
78 .type = THERMAL_TRIP_HOT,
/linux/drivers/thermal/tegra/
H A Dtegra30-tsensor.c315 if (trip->type == THERMAL_TRIP_HOT) in tegra_tsensor_get_trips_cb()
H A Dsoctherm.c614 } else if (trip->type == THERMAL_TRIP_HOT) { in tegra_thermctl_set_trip_temp()
696 if (trip->type != THERMAL_TRIP_HOT) in get_hot_trip_cb()
/linux/drivers/acpi/
H A Dthermal.c842 trip->type = THERMAL_TRIP_HOT; in acpi_thermal_probe()