trip_type         728 drivers/acpi/thermal.c 			   enum thermal_trip_type trip_type)
trip_type         733 drivers/acpi/thermal.c 	if (trip_type == THERMAL_TRIP_CRITICAL)
trip_type         735 drivers/acpi/thermal.c 	else if (trip_type == THERMAL_TRIP_HOT)
trip_type         743 drivers/acpi/thermal.c 	if (trip_type == THERMAL_TRIP_CRITICAL && nocrt)
trip_type         913 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h 	int trip_type;
trip_type          40 drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.c 	*type = adap->ch_thermal.trip_type;
trip_type          82 drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.c 		ch_thermal->trip_type = THERMAL_TRIP_CRITICAL;
trip_type          26 drivers/thermal/fair_share.c 	enum thermal_trip_type trip_type;
trip_type          42 drivers/thermal/fair_share.c 		tz->ops->get_trip_type(tz, count - 1, &trip_type);
trip_type          43 drivers/thermal/fair_share.c 		trace_thermal_zone_trip(tz, count - 1, trip_type);
trip_type         101 drivers/thermal/intel/intel_soc_dts_iosf.c 			    enum thermal_trip_type trip_type)
trip_type         172 drivers/thermal/intel/intel_soc_dts_iosf.c 	dts->trip_types[thres_index] = trip_type;
trip_type         119 drivers/thermal/step_wise.c 	enum thermal_trip_type trip_type;
trip_type         127 drivers/thermal/step_wise.c 		trip_type = THERMAL_TRIPS_NONE;
trip_type         130 drivers/thermal/step_wise.c 		tz->ops->get_trip_type(tz, trip, &trip_type);
trip_type         137 drivers/thermal/step_wise.c 		trace_thermal_zone_trip(tz, trip, trip_type);
trip_type         141 drivers/thermal/step_wise.c 				trip, trip_type, trip_temp, trend, throttle);
trip_type         160 drivers/thermal/step_wise.c 			update_passive_instance(tz, trip_type, 1);
trip_type         164 drivers/thermal/step_wise.c 			update_passive_instance(tz, trip_type, -1);
trip_type         379 drivers/thermal/thermal_core.c 				  int trip, enum thermal_trip_type trip_type)
trip_type         389 drivers/thermal/thermal_core.c 	trace_thermal_zone_trip(tz, trip, trip_type);
trip_type         392 drivers/thermal/thermal_core.c 		tz->ops->notify(tz, trip, trip_type);
trip_type         394 drivers/thermal/thermal_core.c 	if (trip_type == THERMAL_TRIP_CRITICAL) {
trip_type        1241 drivers/thermal/thermal_core.c 	enum thermal_trip_type trip_type;
trip_type        1310 drivers/thermal/thermal_core.c 		if (tz->ops->get_trip_type(tz, count, &trip_type))
trip_type         469 drivers/thermal/thermal_sysfs.c 	enum thermal_trip_type trip_type;
trip_type         475 drivers/thermal/thermal_sysfs.c 		tz->ops->get_trip_type(tz, count, &trip_type);
trip_type         477 drivers/thermal/thermal_sysfs.c 		if (trip_type == THERMAL_TRIP_PASSIVE)
trip_type          71 include/trace/events/thermal.h 		enum thermal_trip_type trip_type),
trip_type          73 include/trace/events/thermal.h 	TP_ARGS(tz, trip, trip_type),
trip_type          79 include/trace/events/thermal.h 		__field(enum thermal_trip_type, trip_type)
trip_type          86 include/trace/events/thermal.h 		__entry->trip_type = trip_type;
trip_type          91 include/trace/events/thermal.h 		show_tzt_type(__entry->trip_type))
trip_type         125 tools/thermal/tmon/sysfs.c 	int trip_type;
trip_type         132 tools/thermal/tmon/sysfs.c 	trip_type = str_to_trip_type(temp_str);
trip_type         133 tools/thermal/tmon/sysfs.c 	if (trip_type < 0) {
trip_type         137 tools/thermal/tmon/sysfs.c 	ptdata.tzi[tzid].tp[tpid].type = trip_type;
trip_type         139 tools/thermal/tmon/sysfs.c 		tpid, temp_str, trip_type);
trip_type          64 tools/thermal/tmon/tmon.h 	enum trip_type type;