Lines Matching refs:confidence
42 * we increment the confidence counter for the given target ratio.
266 unsigned long confidence; /* used for calibration, basically a counter
408 cal_data[ratio].confidence >= CONFIDENCE_OK &&
409 cal_data[ratio + 1].confidence >= CONFIDENCE_OK &&
410 cal_data[ratio + 2].confidence >= CONFIDENCE_OK) {
415 cal_data[ratio].confidence >= CONFIDENCE_OK &&
416 cal_data[ratio - 1].confidence >= CONFIDENCE_OK &&
417 cal_data[ratio - 2].confidence >= CONFIDENCE_OK) {
421 } else if (cal_data[ratio].confidence >= CONFIDENCE_OK &&
422 cal_data[ratio - 1].confidence >= CONFIDENCE_OK &&
423 cal_data[ratio + 1].confidence >= CONFIDENCE_OK) {
442 * adjust compensations if confidence level has not been reached.
444 if (d->confidence >= CONFIDENCE_OK)
455 d->confidence++;
772 seq_printf(m, "pct confidence steady dynamic (compensation)\n");
776 cal_data[i].confidence,