trip_mask         218 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 	int trip_mask = 0;
trip_mask         241 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 		trip_mask = BIT(trip_cnt) - 1;
trip_mask         253 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 						trip_mask, int34x_thermal_zone,
trip_mask         284 drivers/thermal/intel/intel_soc_dts_iosf.c 	int trip_mask = 0;
trip_mask         300 drivers/thermal/intel/intel_soc_dts_iosf.c 		trip_mask = BIT(trip_count - read_only_trip_cnt) - 1;
trip_mask         307 drivers/thermal/intel/intel_soc_dts_iosf.c 		trip_mask = 0;
trip_mask         310 drivers/thermal/intel/intel_soc_dts_iosf.c 			if (trip_mask & BIT(i))
trip_mask         312 drivers/thermal/intel/intel_soc_dts_iosf.c 					trip_mask &= ~BIT(i);
trip_mask         315 drivers/thermal/intel/intel_soc_dts_iosf.c 	dts->trip_mask = trip_mask;
trip_mask         320 drivers/thermal/intel/intel_soc_dts_iosf.c 						  trip_mask,
trip_mask         346 drivers/thermal/intel/intel_soc_dts_iosf.c 			if (!(sensors->soc_dts[i].trip_mask & BIT(j))) {
trip_mask          30 drivers/thermal/intel/intel_soc_dts_iosf.h 	u32 trip_mask;
trip_mask         923 drivers/thermal/thermal_core.c 			__bind(pos, tzp->tbp[i].trip_mask, cdev,
trip_mask        1155 drivers/thermal/thermal_core.c 				__unbind(tz, tzp->tbp[i].trip_mask, cdev);
trip_mask        1201 drivers/thermal/thermal_core.c 			__bind(tz, tzp->tbp[i].trip_mask, pos,
trip_mask        1409 drivers/thermal/thermal_core.c 				__unbind(tz, tzp->tbp[i].trip_mask, cdev);
trip_mask         264 include/linux/thermal.h 	int trip_mask;