Home
last modified time | relevance | path

Searched refs:confidence (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dpixfmt-cnf4.rst9 Depth sensor confidence information as a 4 bits per pixel packed array
15 confidence information in range 0-15 with 0 indicating that the sensor was
16 unable to resolve any signal and 15 indicating maximum level of confidence for
20 Bits 0-3 of byte n refer to confidence value of depth pixel 2*n,
21 bits 4-7 to confidence value of depth pixel 2*n+1.
/linux-6.15/drivers/thermal/intel/
H A Dintel_powerclamp.c379 cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()
380 cal_data[ratio + 1].confidence >= CONFIDENCE_OK && in get_compensation()
381 cal_data[ratio + 2].confidence >= CONFIDENCE_OK) { in get_compensation()
386 cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()
387 cal_data[ratio - 1].confidence >= CONFIDENCE_OK && in get_compensation()
388 cal_data[ratio - 2].confidence >= CONFIDENCE_OK) { in get_compensation()
393 cal_data[ratio - 1].confidence >= CONFIDENCE_OK && in get_compensation()
394 cal_data[ratio + 1].confidence >= CONFIDENCE_OK) { in get_compensation()
415 if (d->confidence >= CONFIDENCE_OK) in adjust_compensation()
426 d->confidence++; in adjust_compensation()
[all …]
/linux-6.15/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.h306 bool confidence; member
H A Dwacom_wac.c2704 bool touch_down = hid_data->tipswitch && hid_data->confidence; in wacom_wac_finger_slot()
2771 wacom_wac->hid_data.confidence = value; in wacom_wac_finger_event()
2823 hid_data->confidence = true; in wacom_wac_finger_pre_report()
/linux-6.15/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py969 t0.confidence = False
990 touches[0].confidence = False
991 touches[2].confidence = False
992 touches[4].confidence = False
1023 item[0].confidence = item[1][2]
H A Dtest_multitouch.py64 self.confidence = True
1042 t0.confidence = False
1741 t0.confidence = False
/linux-6.15/Documentation/admin-guide/thermal/
H A Dintel_powerclamp.rst174 pct confidence steady dynamic (compensation)
207 Steady state compensation is used only when confidence levels of all
208 adjacent ratios have reached satisfactory level. A confidence level
/linux-6.15/Documentation/admin-guide/media/
H A Davermedia.rst72 At present I can say with confidence that the frontend tunes
/linux-6.15/arch/powerpc/platforms/ps3/
H A DKconfig47 If unsure, choose the default (20) with the confidence that your
/linux-6.15/Documentation/trace/rv/
H A Dda_monitor_synthesis.rst138 of the system, increasing the confidence in the overall approach.
/linux-6.15/Documentation/filesystems/ext4/
H A Difork.rst25 magic number nor a checksum to provide any level of confidence that the
/linux-6.15/Documentation/input/devices/
H A Dntrig.rst92 user observable latency), the filter accumulates confidence for incoming
/linux-6.15/drivers/md/
H A Ddm-cache-policy-smq.c561 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()
/linux-6.15/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-is-param.h892 u32 confidence; member
/linux-6.15/Documentation/process/
H A Dbackporting.rst22 confidence in the result.
550 the confidence in the correctness of a backport.
592 3) Be honest about your confidence in the result when submitting the
H A Dkernel-docs.rst260 knowledge of Rust, but also your reach and confidence as a
H A Dmanagement-style.rst120 thing you can do as a manager is not to instill confidence, but rather a
/linux-6.15/security/
H A DKconfig159 confidence that their hardware is running the VMM or kernel that
/linux-6.15/Documentation/netlabel/
H A Ddraft-ietf-cipso-ipsecurity-01.txt559 interoperability and that provide users some level of confidence.
560 Many other requirements could be added to increase user confidence,
/linux-6.15/Documentation/power/
H A Dbasic-pm-debugging.rst18 test at least a couple of times in a row for confidence. [This is necessary,
/linux-6.15/Documentation/RCU/
H A Dtorture.rst312 need (say) 1,000 runs to have confidence that you have fixed the bug,
/linux-6.15/Documentation/userspace-api/netlink/
H A Dintro.rst547 users the confidence to ignore them when reading the uAPI headers.
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-bus-iio1293 running: If the confidence value reported by the sensor
1296 confidence value reported by the sensor is lower than
1547 This attribute is used to read the confidence for an activity
/linux-6.15/Documentation/driver-api/usb/
H A Dpower-management.rst786 Given confidence in the platform firmware's description of the ports

12