Home
last modified time | relevance | path

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

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