Searched refs:confidence (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/thermal/intel/
H A Dintel_powerclamp.c42 * we increment the confidence counter for the given target ratio.
265 unsigned long confidence; /* used for calibration, basically a counter member in struct:powerclamp_calibration_data
379 cal_data[ratio].confidence >= CONFIDENCE_OK &&
380 cal_data[ratio + 1].confidence >= CONFIDENCE_OK &&
381 cal_data[ratio + 2].confidence >= CONFIDENCE_OK) {
386 cal_data[ratio].confidence >= CONFIDENCE_OK &&
387 cal_data[ratio - 1].confidence >= CONFIDENCE_OK &&
388 cal_data[ratio - 2].confidence >= CONFIDENCE_OK) {
392 } else if (cal_data[ratio].confidence >= CONFIDENCE_OK &&
393 cal_data[ratio - 1].confidence >
[all...]
/linux-master/drivers/hid/
H A Dhid-ntrig.c57 bool confidence; member in struct:ntrig_data
598 nd->confidence = value;
662 nd->confidence = false;
678 nd->confidence = false;
711 if (!nd->confidence)
722 nd->first_contact_touch = nd->confidence;
H A Dwacom_wac.h309 bool confidence; member in struct:hid_data
H A Dwacom_wac.c2669 bool touch_down = hid_data->tipswitch && hid_data->confidence;
2736 wacom_wac->hid_data.confidence = value;
2788 hid_data->confidence = true;
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py932 confidence bit is set to 1 it should process it as a valid touch to cover
961 Bring a finger in contact with the tablet with confidence set to false.
963 Ensure that the confidence bit being set to false should not result in a touch event.
969 t0.confidence = False
981 confidence bit set, and some without.
990 touches[0].confidence = False
991 touches[2].confidence = False
992 touches[4].confidence = False
1010 confidence status over time.
1014 by the state of the tipswitch and confidence bit
[all...]
H A Dtest_multitouch.py64 self.confidence = True
485 super().__init__(f"uhid test confidence {self.max_slots}", rdesc_str)
1028 """Check for the validity of the confidence bit.
1042 t0.confidence = False
1727 """Check for the validity of the confidence bit.
1741 t0.confidence = False
/linux-master/drivers/md/
H A Ddm-cache-policy-smq.c554 * There are times when we don't have any confidence in the hotspot queue.
561 unsigned int confidence = safe_div(s->hits << FP_SHIFT, s->hits + s->misses); local
563 if (confidence < SIXTEENTH)
566 else if (confidence < EIGHTH)
1061 * confidence that we know which blocks to promote. So we cut down
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-is-param.h892 u32 confidence; member in struct:is_face_marker

Completed in 402 milliseconds