Lines Matching refs:confidence
48 * we increment the confidence counter for the given target ratio.
129 unsigned long confidence; /* used for calibration, basically a counter
271 cal_data[ratio].confidence >= CONFIDENCE_OK &&
272 cal_data[ratio + 1].confidence >= CONFIDENCE_OK &&
273 cal_data[ratio + 2].confidence >= CONFIDENCE_OK) {
278 cal_data[ratio].confidence >= CONFIDENCE_OK &&
279 cal_data[ratio - 1].confidence >= CONFIDENCE_OK &&
280 cal_data[ratio - 2].confidence >= CONFIDENCE_OK) {
284 } else if (cal_data[ratio].confidence >= CONFIDENCE_OK &&
285 cal_data[ratio - 1].confidence >= CONFIDENCE_OK &&
286 cal_data[ratio + 1].confidence >= CONFIDENCE_OK) {
308 * adjust compensations if confidence level has not been reached or
312 if (d->confidence >= CONFIDENCE_OK ||
325 d->confidence++;
688 seq_printf(m, "pct confidence steady dynamic (compensation)\n");
692 cal_data[i].confidence,