Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/
Dstep_wise.c131 enum thermal_trip_type trip_type; in thermal_zone_trip_update() local
139 trip_type = THERMAL_TRIPS_NONE; in thermal_zone_trip_update()
142 tz->ops->get_trip_type(tz, trip, &trip_type); in thermal_zone_trip_update()
149 trace_thermal_zone_trip(tz, trip, trip_type); in thermal_zone_trip_update()
153 trip, trip_type, trip_temp, trend, throttle); in thermal_zone_trip_update()
172 update_passive_instance(tz, trip_type, 1); in thermal_zone_trip_update()
176 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()
Dthermal_core.c318 enum thermal_trip_type trip_type) in handle_non_critical_trips() argument
373 int trip, enum thermal_trip_type trip_type) in handle_critical_trips() argument
383 trace_thermal_zone_trip(tz, trip, trip_type); in handle_critical_trips()
386 tz->ops->notify(tz, trip, trip_type); in handle_critical_trips()
388 if (trip_type == THERMAL_TRIP_CRITICAL) { in handle_critical_trips()
1181 enum thermal_trip_type trip_type; in thermal_zone_device_register() local
1238 if (tz->ops->get_trip_type(tz, count, &trip_type)) in thermal_zone_device_register()
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_sysfs.c469 enum thermal_trip_type trip_type; in thermal_zone_passive_is_visible() local
475 tz->ops->get_trip_type(tz, count, &trip_type); in thermal_zone_passive_is_visible()
477 if (trip_type == THERMAL_TRIP_PASSIVE) in thermal_zone_passive_is_visible()
/Linux-v4.19/include/trace/events/
Dthermal.h71 enum thermal_trip_type trip_type),
73 TP_ARGS(tz, trip, trip_type),
79 __field(enum thermal_trip_type, trip_type)
86 __entry->trip_type = trip_type;
91 show_tzt_type(__entry->trip_type))
/Linux-v4.19/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-v4.19/drivers/acpi/
Dthermal.c747 enum thermal_trip_type trip_type) in thermal_notify() argument
752 if (trip_type == THERMAL_TRIP_CRITICAL) in thermal_notify()
754 else if (trip_type == THERMAL_TRIP_HOT) in thermal_notify()
762 if (trip_type == THERMAL_TRIP_CRITICAL && nocrt) in thermal_notify()