Home
last modified time | relevance | path

Searched refs:THERMAL_TRIP_ACTIVE (Results 1 – 11 of 11) sorted by relevance

/linux-5.19.10/include/trace/events/
Dthermal.h15 TRACE_DEFINE_ENUM(THERMAL_TRIP_ACTIVE);
22 { THERMAL_TRIP_ACTIVE, "ACTIVE"})
/linux-5.19.10/include/uapi/linux/
Dthermal.h13 THERMAL_TRIP_ACTIVE = 0, enumerator
/linux-5.19.10/tools/thermal/tmon/
Dtmon.h62 THERMAL_TRIP_ACTIVE, enumerator
Dtui.c539 case THERMAL_TRIP_ACTIVE: return 'A'; in trip_type_to_char()
/linux-5.19.10/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c97 *type = THERMAL_TRIP_ACTIVE; in int340x_thermal_get_trip_type()
/linux-5.19.10/drivers/platform/x86/
Dacerhdf.c431 *type = THERMAL_TRIP_ACTIVE; in acerhdf_get_trip_type()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c50 .type = THERMAL_TRIP_ACTIVE,
58 .type = THERMAL_TRIP_ACTIVE,
/linux-5.19.10/drivers/acpi/
Dthermal.c554 *type = THERMAL_TRIP_ACTIVE; in thermal_get_trip_type()
640 if (type == THERMAL_TRIP_ACTIVE) { in thermal_get_trend()
/linux-5.19.10/drivers/thermal/
Dgov_power_allocator.c549 } else if (type == THERMAL_TRIP_ACTIVE) { in get_governor_trips()
Dthermal_of.c775 [THERMAL_TRIP_ACTIVE] = "active",
Dthermal_sysfs.c102 case THERMAL_TRIP_ACTIVE: in trip_point_type_show()