trip_count        283 drivers/thermal/intel/intel_soc_dts_iosf.c 	int trip_count = 0;
trip_count        299 drivers/thermal/intel/intel_soc_dts_iosf.c 		trip_count = min(SOC_MAX_DTS_TRIPS, trip_cnt);
trip_count        300 drivers/thermal/intel/intel_soc_dts_iosf.c 		trip_mask = BIT(trip_count - read_only_trip_cnt) - 1;
trip_count        309 drivers/thermal/intel/intel_soc_dts_iosf.c 		for (i = 0; i < trip_count; ++i) {
trip_count        316 drivers/thermal/intel/intel_soc_dts_iosf.c 	dts->trip_count = trip_count;
trip_count        319 drivers/thermal/intel/intel_soc_dts_iosf.c 						  trip_count,
trip_count        345 drivers/thermal/intel/intel_soc_dts_iosf.c 		for (j = 0; j < sensors->soc_dts[i].trip_count; ++j) {
trip_count        394 drivers/thermal/intel/intel_soc_dts_iosf.c 	enum intel_soc_dts_interrupt_type intr_type, int trip_count,
trip_count        406 drivers/thermal/intel/intel_soc_dts_iosf.c 	if (!trip_count || read_only_trip_count > trip_count)
trip_count        427 drivers/thermal/intel/intel_soc_dts_iosf.c 					   notification, trip_count,
trip_count         31 drivers/thermal/intel/intel_soc_dts_iosf.h 	u32 trip_count;
trip_count         46 drivers/thermal/intel/intel_soc_dts_iosf.h 	enum intel_soc_dts_interrupt_type intr_type, int trip_count,