Home
last modified time | relevance | path

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

/linux/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_of.c28 [THERMAL_TRIP_ACTIVE] = "active",
H A Dgov_power_allocator.c519 case THERMAL_TRIP_ACTIVE: in get_governor_trips()
/linux/include/uapi/linux/
H A Dthermal.h15 THERMAL_TRIP_ACTIVE = 0, enumerator
/linux/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/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/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/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/drivers/thermal/testing/
H A Dzone.c354 tt_trip->trip.type = THERMAL_TRIP_ACTIVE; in tt_zone_add_trip()