Home
last modified time | relevance | path

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

12

/Linux-v6.6/Documentation/userspace-api/media/v4l/
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-v6.6/drivers/thermal/intel/
Dintel_powerclamp.c266 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 >= CONFIDENCE_OK && in get_compensation()
423 cal_data[ratio + 1].confidence >= CONFIDENCE_OK) { in get_compensation()
[all …]
/Linux-v6.6/drivers/hid/
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()
Dwacom_wac.h308 bool confidence; member
Dwacom_wac.c2737 wacom_wac->hid_data.confidence = value; in wacom_wac_finger_event()
2775 if (wacom_wac->hid_data.confidence || touch_removed) { in wacom_wac_finger_event()
2795 hid_data->confidence = true; in wacom_wac_finger_pre_report()
/Linux-v6.6/Documentation/admin-guide/thermal/
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-v6.6/Documentation/admin-guide/media/
Davermedia.rst72 At present I can say with confidence that the frontend tunes
/Linux-v6.6/Documentation/trace/rv/
Dda_monitor_synthesis.rst138 of the system, increasing the confidence in the overall approach.
/Linux-v6.6/arch/powerpc/platforms/ps3/
DKconfig47 If unsure, choose the default (20) with the confidence that your
/Linux-v6.6/Documentation/filesystems/ext4/
Difork.rst25 magic number nor a checksum to provide any level of confidence that the
/Linux-v6.6/Documentation/input/devices/
Dntrig.rst92 user observable latency), the filter accumulates confidence for incoming
/Linux-v6.6/tools/testing/selftests/hid/tests/
Dtest_multitouch.py64 self.confidence = True
1042 t0.confidence = False
1741 t0.confidence = False
Dtest_wacom_generic.py915 t0.confidence = False
/Linux-v6.6/drivers/md/
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-v6.6/drivers/media/platform/samsung/exynos4-is/
Dfimc-is-param.h892 u32 confidence; member
/Linux-v6.6/security/
DKconfig101 confidence that their hardware is running the VMM or kernel that
/Linux-v6.6/Documentation/netlabel/
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-v6.6/Documentation/power/
Dbasic-pm-debugging.rst18 test at least a couple of times in a row for confidence. [This is necessary,
/Linux-v6.6/Documentation/RCU/
Dtorture.rst312 need (say) 1,000 runs to have confidence that you have fixed the bug,
/Linux-v6.6/Documentation/process/
Dmanagement-style.rst120 thing you can do as a manager is not to instill confidence, but rather a
/Linux-v6.6/Documentation/userspace-api/netlink/
Dintro.rst543 users the confidence to ignore them when reading the uAPI headers.
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-bus-iio1214 running: If the confidence value reported by the sensor
1217 confidence value reported by the sensor is lower than
1454 This attribute is used to read the confidence for an activity
/Linux-v6.6/Documentation/driver-api/usb/
Dpower-management.rst786 Given confidence in the platform firmware's description of the ports
/Linux-v6.6/Documentation/admin-guide/
Dras.rst60 can indicate with a high degree of confidence that an error happened, but
/Linux-v6.6/Documentation/filesystems/
Dfscrypt.rst1396 allows the filesystem to still, with a high degree of confidence, map

12