Searched refs:THERMAL_TRIP_CRITICAL (Results 1 – 25 of 25) sorted by relevance
/linux-6.12.1/drivers/thermal/ ! |
D | thermal_trip.c | 16 [THERMAL_TRIP_CRITICAL] = "critical", 21 if (trip_type < THERMAL_TRIP_ACTIVE || trip_type > THERMAL_TRIP_CRITICAL) in thermal_trip_type_name()
|
D | thermal_trace.h | 14 TRACE_DEFINE_ENUM(THERMAL_TRIP_CRITICAL); 21 { THERMAL_TRIP_CRITICAL, "CRITICAL"}, \
|
D | gov_bang_bang.c | 98 trip->type == THERMAL_TRIP_CRITICAL || in bang_bang_manage()
|
D | gov_fair_share.c | 115 trip->type == THERMAL_TRIP_CRITICAL || in fair_share_manage()
|
D | gov_step_wise.c | 126 trip->type == THERMAL_TRIP_CRITICAL || in step_wise_manage()
|
D | thermal_helpers.c | 102 if (trip->type == THERMAL_TRIP_CRITICAL) { in __thermal_zone_get_temp()
|
D | thermal_core.c | 304 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()
|
D | uniphier_thermal.c | 252 if (trip->type == THERMAL_TRIP_CRITICAL && in uniphier_tm_trip_walk_cb()
|
D | thermal_of.c | 31 [THERMAL_TRIP_CRITICAL] = "critical",
|
D | imx_thermal.c | 120 [IMX_TRIP_CRITICAL] = { .type = THERMAL_TRIP_CRITICAL },
|
D | thermal_debugfs.c | 816 if (trip->type == THERMAL_TRIP_CRITICAL) in tze_seq_show()
|
/linux-6.12.1/drivers/thermal/intel/int340x_thermal/ ! |
D | int340x_thermal_zone.c | 75 zone_trips[trip_cnt].type = THERMAL_TRIP_CRITICAL; in int340x_thermal_read_trips() 208 case THERMAL_TRIP_CRITICAL: in int340x_update_one_trip()
|
/linux-6.12.1/include/uapi/linux/ ! |
D | thermal.h | 16 THERMAL_TRIP_CRITICAL, enumerator
|
/linux-6.12.1/drivers/thermal/intel/ ! |
D | intel_quark_dts_thermal.c | 256 case THERMAL_TRIP_CRITICAL: in sys_set_trip_temp() 374 trips[QRK_DTS_ID_TP_CRITICAL].type = THERMAL_TRIP_CRITICAL; in alloc_soc_dts()
|
D | intel_pch_thermal.c | 226 ptd_trips[nr_trips++].type = THERMAL_TRIP_CRITICAL; in intel_pch_thermal_probe()
|
D | intel_soc_dts_iosf.c | 346 set_trip(&trips[i][1], THERMAL_TRIP_CRITICAL, 0, temp, 1); in intel_soc_dts_iosf_init()
|
/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb4/ ! |
D | cxgb4_thermal.c | 36 static struct thermal_trip trip = { .type = THERMAL_TRIP_CRITICAL } ;
|
/linux-6.12.1/tools/thermal/tmon/ ! |
D | tmon.h | 59 THERMAL_TRIP_CRITICAL, enumerator
|
D | tui.c | 536 case THERMAL_TRIP_CRITICAL: return 'C'; in trip_type_to_char()
|
/linux-6.12.1/drivers/platform/x86/ ! |
D | acerhdf.c | 147 .type = THERMAL_TRIP_CRITICAL }
|
/linux-6.12.1/drivers/thermal/qcom/ ! |
D | qcom-spmi-temp-alarm.c | 270 if (trip->type != THERMAL_TRIP_CRITICAL) in qpnp_tm_set_trip_temp()
|
/linux-6.12.1/drivers/thermal/renesas/ ! |
D | rcar_thermal.c | 285 { .type = THERMAL_TRIP_CRITICAL, .temperature = 90000 }
|
/linux-6.12.1/drivers/thermal/tegra/ ! |
D | tegra30-tsensor.c | 317 else if (trip->type == THERMAL_TRIP_CRITICAL) in tegra_tsensor_get_trips_cb()
|
D | soctherm.c | 596 if (trip->type == THERMAL_TRIP_CRITICAL) { in tegra_thermctl_set_trip_temp()
|
/linux-6.12.1/drivers/acpi/ ! |
D | thermal.c | 832 trip->type = THERMAL_TRIP_CRITICAL; in acpi_thermal_add()
|