Searched refs:THERMAL_TRIP_ACTIVE (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/drivers/thermal/ |
D | thermal_trip.c | 13 [THERMAL_TRIP_ACTIVE] = "active", 21 if (trip_type < THERMAL_TRIP_ACTIVE || trip_type > THERMAL_TRIP_CRITICAL) in thermal_trip_type_name()
|
D | thermal_trace.h | 17 TRACE_DEFINE_ENUM(THERMAL_TRIP_ACTIVE); 24 { THERMAL_TRIP_ACTIVE, "ACTIVE"})
|
D | thermal_of.c | 28 [THERMAL_TRIP_ACTIVE] = "active",
|
D | gov_power_allocator.c | 512 case THERMAL_TRIP_ACTIVE: in get_governor_trips()
|
/linux-6.12.1/drivers/thermal/intel/int340x_thermal/ |
D | int340x_thermal_zone.c | 99 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/ |
D | thermal.h | 13 THERMAL_TRIP_ACTIVE = 0, enumerator
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_thermal.c | 44 .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/ |
D | tmon.h | 62 THERMAL_TRIP_ACTIVE, enumerator
|
D | tui.c | 539 case THERMAL_TRIP_ACTIVE: return 'A'; in trip_type_to_char()
|
/linux-6.12.1/drivers/platform/x86/ |
D | acerhdf.c | 144 .type = THERMAL_TRIP_ACTIVE }, 387 return cdev == cl_dev && trip->type == THERMAL_TRIP_ACTIVE; in acerhdf_should_bind()
|
/linux-6.12.1/drivers/acpi/ |
D | thermal.c | 525 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/ |
D | zone.c | 358 tt_trip->trip.type = THERMAL_TRIP_ACTIVE; in tt_zone_add_trip()
|