Searched refs:confidence (Results 1 – 6 of 6) sorted by relevance
129 unsigned long confidence; /* used for calibration, basically a counter member271 cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()272 cal_data[ratio + 1].confidence >= CONFIDENCE_OK && in get_compensation()273 cal_data[ratio + 2].confidence >= CONFIDENCE_OK) { in get_compensation()278 cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()279 cal_data[ratio - 1].confidence >= CONFIDENCE_OK && in get_compensation()280 cal_data[ratio - 2].confidence >= CONFIDENCE_OK) { in get_compensation()284 } else if (cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()285 cal_data[ratio - 1].confidence >= CONFIDENCE_OK && in get_compensation()286 cal_data[ratio + 1].confidence >= CONFIDENCE_OK) { in get_compensation()[all …]
57 bool confidence; member598 nd->confidence = value; in ntrig_event()662 nd->confidence = false; in ntrig_event()678 nd->confidence = false; in ntrig_event()711 if (!nd->confidence) in ntrig_event()722 nd->first_contact_touch = nd->confidence; in ntrig_event()
305 bool confidence; member
2622 bool touch_down = hid_data->tipswitch && hid_data->confidence; in wacom_wac_finger_slot()2675 wacom_wac->hid_data.confidence = value; in wacom_wac_finger_event()2724 hid_data->confidence = true; in wacom_wac_finger_pre_report()
559 unsigned confidence = safe_div(s->hits << FP_SHIFT, s->hits + s->misses); in stats_assess() local561 if (confidence < SIXTEENTH) in stats_assess()564 else if (confidence < EIGHTH) in stats_assess()
892 u32 confidence; member