Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/uapi/linux/
Dthermal.h16 THERMAL_TRIP_CRITICAL, enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dthermal.h30 THERMAL_TRIP_CRITICAL, enumerator
/kernel/linux/linux-5.10/include/trace/events/
Dthermal.h12 TRACE_DEFINE_ENUM(THERMAL_TRIP_CRITICAL);
19 { THERMAL_TRIP_CRITICAL, "CRITICAL"}, \
/kernel/linux/linux-5.10/tools/thermal/tmon/
Dtmon.h59 THERMAL_TRIP_CRITICAL, enumerator
Dtui.c536 case THERMAL_TRIP_CRITICAL: return 'C'; in trip_type_to_char()
/kernel/linux/linux-5.10/drivers/thermal/qcom/
Dqcom-spmi-temp-alarm.c252 if (trip_points[trip].type != THERMAL_TRIP_CRITICAL) in qpnp_tm_set_trip_temp()
292 trips[i].type == THERMAL_TRIP_CRITICAL) in qpnp_tm_get_critical_trip_temp()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_thermal.c83 ch_thermal->trip_type = THERMAL_TRIP_CRITICAL; in cxgb4_thermal_init()
/kernel/linux/linux-5.10/drivers/thermal/
Dthermal_helpers.c95 if (!ret && type == THERMAL_TRIP_CRITICAL) { in thermal_zone_get_temp()
Drcar_thermal.c297 *type = THERMAL_TRIP_CRITICAL; in rcar_thermal_get_trip_type()
333 case THERMAL_TRIP_CRITICAL: in rcar_thermal_notify()
Dthermal_of.c355 if (data->trips[i].type == THERMAL_TRIP_CRITICAL) { in of_thermal_get_crit_temp()
766 [THERMAL_TRIP_CRITICAL] = "critical",
Duniphier_thermal.c309 if (trips[i].type == THERMAL_TRIP_CRITICAL && in uniphier_tm_probe()
Dthermal_core.c398 if (trip_type == THERMAL_TRIP_CRITICAL) { in handle_critical_trips()
439 if (type == THERMAL_TRIP_CRITICAL || type == THERMAL_TRIP_HOT) in handle_thermal_trip()
Darmada_thermal.c796 if (trips[i].type == THERMAL_TRIP_CRITICAL) in armada_configure_overheat_int()
Dimx_thermal.c337 THERMAL_TRIP_CRITICAL; in imx_get_trip_type()
Dthermal_sysfs.c96 case THERMAL_TRIP_CRITICAL: in trip_point_type_show()
/kernel/linux/linux-5.10/drivers/thermal/st/
Dst_thermal.c145 *type = THERMAL_TRIP_CRITICAL; in st_thermal_get_trip_type()
/kernel/linux/linux-5.10/drivers/thermal/intel/
Dintel_quark_dts_thermal.c271 *type = THERMAL_TRIP_CRITICAL; in sys_get_trip_type()
Dintel_pch_thermal.c240 *type = THERMAL_TRIP_CRITICAL; in pch_get_trip_type()
Dintel_soc_dts_iosf.c357 THERMAL_TRIP_CRITICAL); in intel_soc_dts_iosf_add_read_only_critical_trip()
/kernel/linux/linux-5.10/drivers/acpi/
Dthermal.c530 *type = THERMAL_TRIP_CRITICAL; in thermal_get_trip_type()
681 if (trip_type == THERMAL_TRIP_CRITICAL) in thermal_notify()
691 if (trip_type == THERMAL_TRIP_CRITICAL && nocrt) in thermal_notify()
/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c88 *type = THERMAL_TRIP_CRITICAL; in int340x_thermal_get_trip_type()
/kernel/linux/linux-5.10/drivers/platform/x86/
Dacerhdf.c433 *type = THERMAL_TRIP_CRITICAL; in acerhdf_get_trip_type()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c75 .type = THERMAL_TRIP_CRITICAL,
/kernel/linux/linux-5.10/drivers/thermal/tegra/
Dsoctherm.c602 if (type == THERMAL_TRIP_CRITICAL) { in tegra_thermctl_set_trip_temp()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0033_linux_drivers_soc_scsi_spi_tee_thermal.patch5044 - if (trip_type == THERMAL_TRIP_CRITICAL) {
5045 + if (trip_type == THERMAL_TRIP_CRITICAL && !ignore_tmp) {