Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thermal/intel/
H A Dintel_powerclamp.c48 * we increment the confidence counter for the given target ratio.
129 unsigned long confidence; /* used for calibration, basically a counter member
271 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 > in get_compensation()
[all...]
/kernel/linux/linux-6.6/drivers/thermal/intel/
H A Dintel_powerclamp.c42 * we increment the confidence counter for the given target ratio.
266 unsigned long confidence; /* used for calibration, basically a counter member
408 cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()
409 cal_data[ratio + 1].confidence >= CONFIDENCE_OK && in get_compensation()
410 cal_data[ratio + 2].confidence >= CONFIDENCE_OK) { in get_compensation()
415 cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()
416 cal_data[ratio - 1].confidence >= CONFIDENCE_OK && in get_compensation()
417 cal_data[ratio - 2].confidence >= CONFIDENCE_OK) { in get_compensation()
421 } else if (cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()
422 cal_data[ratio - 1].confidence > in get_compensation()
[all...]
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-ntrig.c57 bool confidence; member
598 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()
H A Dwacom_wac.h305 bool confidence; member
H A Dwacom_wac.c2622 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()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-ntrig.c57 bool confidence; member
598 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()
H A Dwacom_wac.h308 bool confidence; member
H A Dwacom_wac.c2659 bool touch_down = hid_data->tipswitch && hid_data->confidence; in wacom_wac_finger_slot()
2726 wacom_wac->hid_data.confidence = value; in wacom_wac_finger_event()
2778 hid_data->confidence = true; in wacom_wac_finger_pre_report()
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-cache-policy-smq.c552 * There are times when we don't have any confidence in the hotspot queue.
559 unsigned confidence = safe_div(s->hits << FP_SHIFT, s->hits + s->misses); in stats_assess() local
561 if (confidence < SIXTEENTH) in stats_assess()
564 else if (confidence < EIGHTH) in stats_assess()
1056 * confidence that we know which blocks to promote. So we cut down in update_promote_levels()
/kernel/linux/linux-6.6/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); in stats_assess() local
563 if (confidence < SIXTEENTH) in stats_assess()
566 else if (confidence < EIGHTH) in stats_assess()
1061 * confidence that we know which blocks to promote. So we cut down in update_promote_levels()
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
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
H A Dtest_wacom_generic.py878 confidence bit is set to 1 it should process it as a valid touch to cover
907 Bring a finger in contact with the tablet with confidence set to false.
909 Ensure that the confidence bit being set to false should not result in a touch event.
915 t0.confidence = False
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
H A Dfimc-is-param.h892 u32 confidence; member
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-is-param.h892 u32 confidence; member

Completed in 37 milliseconds