Home
last modified time | relevance | path

Searched refs:THERMAL_TRIP_CRITICAL (Results 1 – 22 of 22) sorted by relevance

/openbmc/linux/drivers/thermal/
H A Dthermal_trace.h12 TRACE_DEFINE_ENUM(THERMAL_TRIP_CRITICAL);
19 { THERMAL_TRIP_CRITICAL, "CRITICAL"}, \
H A Dthermal_helpers.c98 if (!ret && trip.type == THERMAL_TRIP_CRITICAL) { in __thermal_zone_get_temp()
H A Dimx_thermal.c119 [IMX_TRIP_CRITICAL] = { .type = THERMAL_TRIP_CRITICAL },
349 if (trip.type == THERMAL_TRIP_CRITICAL) in imx_set_trip_temp()
H A Duniphier_thermal.c303 if (trip.type == THERMAL_TRIP_CRITICAL && in uniphier_tm_probe()
H A Dthermal_core.c340 else if (trip_type == THERMAL_TRIP_CRITICAL) in handle_critical_trips()
368 if (trip.type == THERMAL_TRIP_CRITICAL || trip.type == THERMAL_TRIP_HOT) in handle_thermal_trip()
1197 if (tz->trips[i].type == THERMAL_TRIP_CRITICAL) { in thermal_zone_get_crit_temp()
H A Dthermal_of.c62 [THERMAL_TRIP_CRITICAL] = "critical",
H A Drcar_thermal.c285 { .type = THERMAL_TRIP_CRITICAL, .temperature = 90000 }
H A Dthermal_sysfs.c105 case THERMAL_TRIP_CRITICAL: in trip_point_type_show()
/openbmc/linux/drivers/thermal/intel/int340x_thermal/
H A Dint340x_thermal_zone.c79 zone_trips[trip_cnt].type = THERMAL_TRIP_CRITICAL; in int340x_thermal_read_trips()
229 case THERMAL_TRIP_CRITICAL: in int340x_thermal_update_trips()
/openbmc/linux/include/uapi/linux/
H A Dthermal.h16 THERMAL_TRIP_CRITICAL, enumerator
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_thermal.c36 static struct thermal_trip trip = { .type = THERMAL_TRIP_CRITICAL } ;
/openbmc/linux/tools/thermal/tmon/
H A Dtmon.h59 THERMAL_TRIP_CRITICAL, enumerator
H A Dtui.c536 case THERMAL_TRIP_CRITICAL: return 'C'; in trip_type_to_char()
/openbmc/linux/drivers/thermal/qcom/
H A Dqcom-spmi-temp-alarm.c275 if (trip.type != THERMAL_TRIP_CRITICAL) in qpnp_tm_set_trip_temp()
310 if (trip.type == THERMAL_TRIP_CRITICAL) in qpnp_tm_get_critical_trip_temp()
/openbmc/linux/drivers/thermal/st/
H A Dst_thermal.c203 trip.type = THERMAL_TRIP_CRITICAL; in st_thermal_register()
/openbmc/linux/drivers/thermal/intel/
H A Dintel_quark_dts_thermal.c366 aux_entry->trips[QRK_DTS_ID_TP_CRITICAL].type = THERMAL_TRIP_CRITICAL; in alloc_soc_dts()
H A Dintel_pch_thermal.c224 ptd->trips[nr_trips++].type = THERMAL_TRIP_CRITICAL; in intel_pch_thermal_probe()
H A Dintel_soc_dts_iosf.c359 trip_type = THERMAL_TRIP_CRITICAL; in intel_soc_dts_iosf_init()
/openbmc/linux/drivers/platform/x86/
H A Dacerhdf.c147 .type = THERMAL_TRIP_CRITICAL }
/openbmc/linux/drivers/thermal/tegra/
H A Dtegra30-tsensor.c327 if (trip.type == THERMAL_TRIP_CRITICAL) in tegra_tsensor_get_hw_channel_trips()
H A Dsoctherm.c601 if (trip.type == THERMAL_TRIP_CRITICAL) { in tegra_thermctl_set_trip_temp()
/openbmc/linux/drivers/acpi/
H A Dthermal.c712 trip->type = THERMAL_TRIP_CRITICAL; in acpi_thermal_register_thermal_zone()