confidence         57 drivers/hid/hid-ntrig.c 	bool confidence;
confidence        598 drivers/hid/hid-ntrig.c 		nd->confidence = value;
confidence        662 drivers/hid/hid-ntrig.c 			nd->confidence = false;
confidence        678 drivers/hid/hid-ntrig.c 				nd->confidence = false;
confidence        711 drivers/hid/hid-ntrig.c 		if (!nd->confidence)
confidence        722 drivers/hid/hid-ntrig.c 			nd->first_contact_touch = nd->confidence;
confidence        559 drivers/md/dm-cache-policy-smq.c 	unsigned confidence = safe_div(s->hits << FP_SHIFT, s->hits + s->misses);
confidence        561 drivers/md/dm-cache-policy-smq.c 	if (confidence < SIXTEENTH)
confidence        564 drivers/md/dm-cache-policy-smq.c 	else if (confidence < EIGHTH)
confidence        892 drivers/media/platform/exynos4-is/fimc-is-param.h 	u32 confidence;
confidence        131 drivers/thermal/intel/intel_powerclamp.c 	unsigned long confidence;  /* used for calibration, basically a counter
confidence        270 drivers/thermal/intel/intel_powerclamp.c 		cal_data[ratio].confidence >= CONFIDENCE_OK &&
confidence        271 drivers/thermal/intel/intel_powerclamp.c 		cal_data[ratio + 1].confidence >= CONFIDENCE_OK &&
confidence        272 drivers/thermal/intel/intel_powerclamp.c 		cal_data[ratio + 2].confidence >= CONFIDENCE_OK) {
confidence        277 drivers/thermal/intel/intel_powerclamp.c 		cal_data[ratio].confidence >= CONFIDENCE_OK &&
confidence        278 drivers/thermal/intel/intel_powerclamp.c 		cal_data[ratio - 1].confidence >= CONFIDENCE_OK &&
confidence        279 drivers/thermal/intel/intel_powerclamp.c 		cal_data[ratio - 2].confidence >= CONFIDENCE_OK) {
confidence        283 drivers/thermal/intel/intel_powerclamp.c 	} else if (cal_data[ratio].confidence >= CONFIDENCE_OK &&
confidence        284 drivers/thermal/intel/intel_powerclamp.c 		cal_data[ratio - 1].confidence >= CONFIDENCE_OK &&
confidence        285 drivers/thermal/intel/intel_powerclamp.c 		cal_data[ratio + 1].confidence >= CONFIDENCE_OK) {
confidence        311 drivers/thermal/intel/intel_powerclamp.c 	if (d->confidence >= CONFIDENCE_OK ||
confidence        324 drivers/thermal/intel/intel_powerclamp.c 		d->confidence++;
confidence        688 drivers/thermal/intel/intel_powerclamp.c 			cal_data[i].confidence,