CONFIDENCE_OK     270 drivers/thermal/intel/intel_powerclamp.c 		cal_data[ratio].confidence >= CONFIDENCE_OK &&
CONFIDENCE_OK     271 drivers/thermal/intel/intel_powerclamp.c 		cal_data[ratio + 1].confidence >= CONFIDENCE_OK &&
CONFIDENCE_OK     272 drivers/thermal/intel/intel_powerclamp.c 		cal_data[ratio + 2].confidence >= CONFIDENCE_OK) {
CONFIDENCE_OK     277 drivers/thermal/intel/intel_powerclamp.c 		cal_data[ratio].confidence >= CONFIDENCE_OK &&
CONFIDENCE_OK     278 drivers/thermal/intel/intel_powerclamp.c 		cal_data[ratio - 1].confidence >= CONFIDENCE_OK &&
CONFIDENCE_OK     279 drivers/thermal/intel/intel_powerclamp.c 		cal_data[ratio - 2].confidence >= CONFIDENCE_OK) {
CONFIDENCE_OK     283 drivers/thermal/intel/intel_powerclamp.c 	} else if (cal_data[ratio].confidence >= CONFIDENCE_OK &&
CONFIDENCE_OK     284 drivers/thermal/intel/intel_powerclamp.c 		cal_data[ratio - 1].confidence >= CONFIDENCE_OK &&
CONFIDENCE_OK     285 drivers/thermal/intel/intel_powerclamp.c 		cal_data[ratio + 1].confidence >= CONFIDENCE_OK) {
CONFIDENCE_OK     311 drivers/thermal/intel/intel_powerclamp.c 	if (d->confidence >= CONFIDENCE_OK ||