Searched refs:THERMAL_TRIP_HOT (Results 1 – 18 of 18) sorted by relevance
| /linux/drivers/thermal/ |
| H A D | thermal_trace.h | 15 TRACE_DEFINE_ENUM(THERMAL_TRIP_HOT); 22 { THERMAL_TRIP_HOT, "HOT"}, \
|
| H A D | thermal_trip.c | 15 [THERMAL_TRIP_HOT] = "hot",
|
| H A D | gov_bang_bang.c | 95 trip->type == THERMAL_TRIP_HOT) in bang_bang_manage()
|
| H A D | gov_fair_share.c | 108 trip->type == THERMAL_TRIP_HOT) in fair_share_manage()
|
| H A D | gov_step_wise.c | 136 trip->type == THERMAL_TRIP_HOT) in step_wise_manage()
|
| H A D | da9062-thermal.c | 145 { .temperature = DA9062_MILLI_CELSIUS(125), .type = THERMAL_TRIP_HOT },
|
| H A D | thermal_of.c | 30 [THERMAL_TRIP_HOT] = "hot",
|
| H A D | thermal_core.c | 463 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 D | int340x_thermal_zone.c | 82 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 D | intel_quark_dts_thermal.c | 252 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 D | intel_pch_thermal.c | 233 ptd_trips[nr_trips++].type = THERMAL_TRIP_HOT; in intel_pch_thermal_probe()
|
| /linux/include/uapi/linux/ |
| H A D | thermal.h | 17 THERMAL_TRIP_HOT, enumerator
|
| /linux/tools/thermal/tmon/ |
| H A D | tmon.h | 60 THERMAL_TRIP_HOT, enumerator
|
| H A D | tui.c | 537 case THERMAL_TRIP_HOT: return 'H'; in trip_type_to_char()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | core_thermal.c | 57 .type = THERMAL_TRIP_HOT, 78 .type = THERMAL_TRIP_HOT,
|
| /linux/drivers/thermal/tegra/ |
| H A D | tegra30-tsensor.c | 315 if (trip->type == THERMAL_TRIP_HOT) in tegra_tsensor_get_trips_cb()
|
| H A D | soctherm.c | 614 } 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 D | thermal.c | 842 trip->type = THERMAL_TRIP_HOT; in acpi_thermal_probe()
|