Home
last modified time | relevance | path

Searched refs:trip_type (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/thermal/
Dstep_wise.c130 enum thermal_trip_type trip_type; in thermal_zone_trip_update() local
138 trip_type = THERMAL_TRIPS_NONE; in thermal_zone_trip_update()
141 tz->ops->get_trip_type(tz, trip, &trip_type); in thermal_zone_trip_update()
148 trace_thermal_zone_trip(tz, trip, trip_type); in thermal_zone_trip_update()
152 trip, trip_type, trip_temp, trend, throttle); in thermal_zone_trip_update()
171 update_passive_instance(tz, trip_type, 1); in thermal_zone_trip_update()
175 update_passive_instance(tz, trip_type, -1); in thermal_zone_trip_update()
Dfair_share.c38 enum thermal_trip_type trip_type; in get_trip_level() local
54 tz->ops->get_trip_type(tz, count - 1, &trip_type); in get_trip_level()
55 trace_thermal_zone_trip(tz, count - 1, trip_type); in get_trip_level()
Dintel_soc_dts_iosf.c110 enum thermal_trip_type trip_type) in update_trip_temp() argument
181 dts->trip_types[thres_index] = trip_type; in update_trip_temp()
Dthermal_core.c423 int trip, enum thermal_trip_type trip_type) in handle_non_critical_trips() argument
430 int trip, enum thermal_trip_type trip_type) in handle_critical_trips() argument
440 trace_thermal_zone_trip(tz, trip, trip_type); in handle_critical_trips()
443 tz->ops->notify(tz, trip, trip_type); in handle_critical_trips()
445 if (trip_type == THERMAL_TRIP_CRITICAL) { in handle_critical_trips()
1802 enum thermal_trip_type trip_type; in thermal_zone_device_register() local
1875 if (tz->ops->get_trip_type(tz, count, &trip_type)) in thermal_zone_device_register()
1877 if (trip_type == THERMAL_TRIP_PASSIVE) in thermal_zone_device_register()
/linux-4.4.14/include/trace/events/
Dthermal.h58 enum thermal_trip_type trip_type),
60 TP_ARGS(tz, trip, trip_type),
66 __field(enum thermal_trip_type, trip_type)
73 __entry->trip_type = trip_type;
78 __entry->trip_type)
/linux-4.4.14/tools/thermal/tmon/
Dtmon.h64 enum trip_type { enum
73 enum trip_type type;
Dsysfs.c134 int trip_type; in get_trip_point_data() local
141 trip_type = str_to_trip_type(temp_str); in get_trip_point_data()
142 if (trip_type < 0) { in get_trip_point_data()
146 ptdata.tzi[tzid].tp[tpid].type = trip_type; in get_trip_point_data()
148 tpid, temp_str, trip_type); in get_trip_point_data()
/linux-4.4.14/drivers/acpi/
Dthermal.c746 enum thermal_trip_type trip_type) in thermal_notify() argument
751 if (trip_type == THERMAL_TRIP_CRITICAL) in thermal_notify()
753 else if (trip_type == THERMAL_TRIP_HOT) in thermal_notify()
761 if (trip_type == THERMAL_TRIP_CRITICAL && nocrt) in thermal_notify()