Home
last modified time | relevance | path

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

/linux-6.1.9/include/trace/events/
Dthermal.h15 TRACE_DEFINE_ENUM(THERMAL_TRIP_ACTIVE);
22 { THERMAL_TRIP_ACTIVE, "ACTIVE"})
/linux-6.1.9/include/uapi/linux/
Dthermal.h13 THERMAL_TRIP_ACTIVE = 0, enumerator
/linux-6.1.9/tools/thermal/tmon/
Dtmon.h62 THERMAL_TRIP_ACTIVE, enumerator
Dtui.c539 case THERMAL_TRIP_ACTIVE: return 'A'; in trip_type_to_char()
/linux-6.1.9/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c103 *type = THERMAL_TRIP_ACTIVE; in int340x_thermal_get_trip_type()
/linux-6.1.9/drivers/platform/x86/
Dacerhdf.c431 *type = THERMAL_TRIP_ACTIVE; in acerhdf_get_trip_type()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c49 .type = THERMAL_TRIP_ACTIVE,
57 .type = THERMAL_TRIP_ACTIVE,
/linux-6.1.9/drivers/acpi/
Dthermal.c551 *type = THERMAL_TRIP_ACTIVE; in thermal_get_trip_type()
638 if (type == THERMAL_TRIP_ACTIVE) { in thermal_get_trend()
/linux-6.1.9/drivers/thermal/
Dgov_power_allocator.c541 } else if (type == THERMAL_TRIP_ACTIVE) { in get_governor_trips()
Dthermal_of.c169 [THERMAL_TRIP_ACTIVE] = "active",
Dthermal_sysfs.c106 case THERMAL_TRIP_ACTIVE: in trip_point_type_show()