Searched refs:trip_type (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/thermal/ |
D | step_wise.c | 131 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()
|
D | fair_share.c | 38 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()
|
D | thermal_core.c | 318 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()
|
D | intel_soc_dts_iosf.c | 110 enum thermal_trip_type trip_type) in update_trip_temp() argument 181 dts->trip_types[thres_index] = trip_type; in update_trip_temp()
|
D | thermal_sysfs.c | 469 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/ |
D | thermal.h | 71 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/ |
D | tmon.h | 64 enum trip_type { enum 73 enum trip_type type;
|
D | sysfs.c | 134 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/ |
D | thermal.c | 747 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()
|