Searched refs:trip_type (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/include/trace/events/ |
D | thermal.h | 57 enum thermal_trip_type trip_type), 59 TP_ARGS(tz, trip, trip_type), 65 __field(enum thermal_trip_type, trip_type) 72 __entry->trip_type = trip_type; 77 __entry->trip_type)
|
/linux-4.1.27/drivers/thermal/ |
D | step_wise.c | 130 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()
|
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 | 360 int trip, enum thermal_trip_type trip_type) in handle_non_critical_trips() argument 367 int trip, enum thermal_trip_type trip_type) in handle_critical_trips() argument 377 trace_thermal_zone_trip(tz, trip, trip_type); in handle_critical_trips() 380 tz->ops->notify(tz, trip, trip_type); in handle_critical_trips() 382 if (trip_type == THERMAL_TRIP_CRITICAL) { in handle_critical_trips() 1493 enum thermal_trip_type trip_type; in thermal_zone_device_register() local 1565 if (tz->ops->get_trip_type(tz, count, &trip_type)) in thermal_zone_device_register() 1567 if (trip_type == THERMAL_TRIP_PASSIVE) in thermal_zone_device_register()
|
/linux-4.1.27/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-4.1.27/drivers/acpi/ |
D | thermal.c | 750 enum thermal_trip_type trip_type) in thermal_notify() argument 755 if (trip_type == THERMAL_TRIP_CRITICAL) in thermal_notify() 757 else if (trip_type == THERMAL_TRIP_HOT) in thermal_notify() 765 if (trip_type == THERMAL_TRIP_CRITICAL && nocrt) in thermal_notify()
|