trip_types        172 drivers/thermal/intel/intel_soc_dts_iosf.c 	dts->trip_types[thres_index] = trip_type;
trip_types        201 drivers/thermal/intel/intel_soc_dts_iosf.c 				  dts->trip_types[trip]);
trip_types        214 drivers/thermal/intel/intel_soc_dts_iosf.c 	*type = dts->trip_types[trip];
trip_types         32 drivers/thermal/intel/intel_soc_dts_iosf.h 	enum thermal_trip_type trip_types[2];
trip_types        761 drivers/thermal/of-thermal.c static const char * const trip_types[] = {
trip_types        788 drivers/thermal/of-thermal.c 	for (i = 0; i < ARRAY_SIZE(trip_types); i++)
trip_types        789 drivers/thermal/of-thermal.c 		if (!strcasecmp(t, trip_types[i])) {