Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/trace/events/
H A Dthermal.h15 TRACE_DEFINE_ENUM(THERMAL_TRIP_ACTIVE);
22 { THERMAL_TRIP_ACTIVE, "ACTIVE"})
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dthermal.h13 THERMAL_TRIP_ACTIVE = 0, enumerator
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/thermal/intel/int340x_thermal/
H A Dint340x_thermal_zone.c97 *type = THERMAL_TRIP_ACTIVE; in int340x_thermal_get_trip_type()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_thermal.c53 .type = THERMAL_TRIP_ACTIVE,
61 .type = THERMAL_TRIP_ACTIVE,
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dacerhdf.c431 *type = THERMAL_TRIP_ACTIVE; in acerhdf_get_trip_type()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dthermal.c555 *type = THERMAL_TRIP_ACTIVE; in thermal_get_trip_type()
641 if (type == THERMAL_TRIP_ACTIVE) { in thermal_get_trend()
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dgov_power_allocator.c490 } else if (type == THERMAL_TRIP_ACTIVE) { in get_governor_trips()
H A Dthermal_of.c763 [THERMAL_TRIP_ACTIVE] = "active",
H A Dthermal_sysfs.c103 case THERMAL_TRIP_ACTIVE: in trip_point_type_show()