Home
last modified time | relevance | path

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

/linux-6.15/drivers/thermal/
H A Dthermal_trip.c13 [THERMAL_TRIP_ACTIVE] = "active",
21 if (trip_type < THERMAL_TRIP_ACTIVE || trip_type > THERMAL_TRIP_CRITICAL) in thermal_trip_type_name()
H A Dthermal_trace.h17 TRACE_DEFINE_ENUM(THERMAL_TRIP_ACTIVE);
24 { THERMAL_TRIP_ACTIVE, "ACTIVE"})
H A Dthermal_of.c28 [THERMAL_TRIP_ACTIVE] = "active",
H A Dgov_power_allocator.c519 case THERMAL_TRIP_ACTIVE: in get_governor_trips()
/linux-6.15/drivers/thermal/intel/int340x_thermal/
H A Dint340x_thermal_zone.c99 zone_trips[trip_cnt].type = THERMAL_TRIP_ACTIVE; in int340x_thermal_read_trips()
216 case THERMAL_TRIP_ACTIVE: in int340x_update_one_trip()
/linux-6.15/include/uapi/linux/
H A Dthermal.h15 THERMAL_TRIP_ACTIVE = 0, enumerator
/linux-6.15/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_thermal.c44 .type = THERMAL_TRIP_ACTIVE,
51 .type = THERMAL_TRIP_ACTIVE,
65 .type = THERMAL_TRIP_ACTIVE,
72 .type = THERMAL_TRIP_ACTIVE,
/linux-6.15/tools/thermal/tmon/
H A Dtmon.h62 THERMAL_TRIP_ACTIVE, enumerator
H A Dtui.c539 case THERMAL_TRIP_ACTIVE: return 'A'; in trip_type_to_char()
/linux-6.15/drivers/platform/x86/
H A Dacerhdf.c144 .type = THERMAL_TRIP_ACTIVE },
387 return cdev == cl_dev && trip->type == THERMAL_TRIP_ACTIVE; in acerhdf_should_bind()
/linux-6.15/drivers/acpi/
H A Dthermal.c525 case THERMAL_TRIP_ACTIVE: in thermal_get_trend()
859 trip->type = THERMAL_TRIP_ACTIVE; in acpi_thermal_add()
/linux-6.15/drivers/thermal/testing/
H A Dzone.c354 tt_trip->trip.type = THERMAL_TRIP_ACTIVE; in tt_zone_add_trip()