Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dthermal_trip.c16 [THERMAL_TRIP_CRITICAL] = "critical",
21 if (trip_type < THERMAL_TRIP_ACTIVE || trip_type > THERMAL_TRIP_CRITICAL) in thermal_trip_type_name()
H A Dgov_bang_bang.c98 trip->type == THERMAL_TRIP_CRITICAL || in bang_bang_manage()
H A Dgov_fair_share.c115 trip->type == THERMAL_TRIP_CRITICAL || in fair_share_manage()
H A Dthermal_helpers.c102 if (trip->type == THERMAL_TRIP_CRITICAL) { in __thermal_zone_get_temp()
H A Dthermal_core.c304 if (td->trip.type == THERMAL_TRIP_CRITICAL && in thermal_zone_broken_disable()
418 if (trip->type == THERMAL_TRIP_CRITICAL) in handle_critical_trips()
475 else if (trip->type == THERMAL_TRIP_CRITICAL || in handle_thermal_trip()
508 if (trip->type == THERMAL_TRIP_HOT || trip->type == THERMAL_TRIP_CRITICAL) in thermal_governor_trip_crossed()
1322 if (trip->type == THERMAL_TRIP_CRITICAL) { in thermal_zone_get_crit_temp()
H A Duniphier_thermal.c252 if (trip->type == THERMAL_TRIP_CRITICAL && in uniphier_tm_trip_walk_cb()
H A Dimx_thermal.c120 [IMX_TRIP_CRITICAL] = { .type = THERMAL_TRIP_CRITICAL },
H A Dthermal_debugfs.c816 if (trip->type == THERMAL_TRIP_CRITICAL) in tze_seq_show()
/linux/drivers/thermal/intel/int340x_thermal/
H A Dint340x_thermal_zone.c75 zone_trips[trip_cnt].type = THERMAL_TRIP_CRITICAL; in int340x_thermal_read_trips()
208 case THERMAL_TRIP_CRITICAL: in int340x_update_one_trip()
/linux/include/uapi/linux/
H A Dthermal.h16 THERMAL_TRIP_CRITICAL, enumerator
/linux/drivers/thermal/intel/
H A Dintel_quark_dts_thermal.c256 case THERMAL_TRIP_CRITICAL: in sys_set_trip_temp()
374 trips[QRK_DTS_ID_TP_CRITICAL].type = THERMAL_TRIP_CRITICAL; in alloc_soc_dts()
H A Dintel_pch_thermal.c226 ptd_trips[nr_trips++].type = THERMAL_TRIP_CRITICAL; in intel_pch_thermal_probe()
H A Dintel_soc_dts_iosf.c346 set_trip(&trips[i][1], THERMAL_TRIP_CRITICAL, 0, temp, 1); in intel_soc_dts_iosf_init()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_thermal.c36 static struct thermal_trip trip = { .type = THERMAL_TRIP_CRITICAL } ;
/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()
/linux/drivers/platform/x86/
H A Dacerhdf.c147 .type = THERMAL_TRIP_CRITICAL }
/linux/drivers/thermal/qcom/
H A Dqcom-spmi-temp-alarm.c270 if (trip->type != THERMAL_TRIP_CRITICAL) in qpnp_tm_set_trip_temp()
/linux/drivers/thermal/renesas/
H A Drcar_thermal.c285 { .type = THERMAL_TRIP_CRITICAL, .temperature = 90000 }
/linux/drivers/thermal/tegra/
H A Dtegra30-tsensor.c317 else if (trip->type == THERMAL_TRIP_CRITICAL) in tegra_tsensor_get_trips_cb()
H A Dsoctherm.c596 if (trip->type == THERMAL_TRIP_CRITICAL) { in tegra_thermctl_set_trip_temp()
/linux/drivers/acpi/
H A Dthermal.c832 trip->type = THERMAL_TRIP_CRITICAL; in acpi_thermal_add()