Home
last modified time | relevance | path

Searched refs:THERMAL_TRIP_CRITICAL (Results 1 – 14 of 14) 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 Dthermal_helpers.c96 if (trip->type == THERMAL_TRIP_CRITICAL) { in __thermal_zone_get_temp()
H A Dthermal_of.c31 [THERMAL_TRIP_CRITICAL] = "critical",
H A Dthermal_debugfs.c821 if (trip->type == THERMAL_TRIP_CRITICAL) in tze_seq_show()
/linux/include/uapi/linux/
H A Dthermal.h18 THERMAL_TRIP_CRITICAL, enumerator
/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/thermal/intel/
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/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/tegra/
H A Dtegra30-tsensor.c317 else if (trip->type == THERMAL_TRIP_CRITICAL) in tegra_tsensor_get_trips_cb()
/linux/drivers/acpi/
H A Dthermal.c832 trip->type = THERMAL_TRIP_CRITICAL; in acpi_thermal_add()