Searched full:reliability (Results 1 – 25 of 91) sorted by relevance
1234
/linux-6.8/drivers/staging/media/atomisp/pci/isp/kernels/eed1_8/ |
D | ia_css_eed1_8_types.h | 33 /* Number of segments + 1 segment used in edge reliability enhancement 53 s32 aerel_thres0; /** Threshold for Non-Directional Reliability at dark region. */ 54 s32 aerel_gain0; /** Gain for Non-Directional Reliability at dark region. */ 55 s32 aerel_thres1; /** Threshold for Non-Directional Reliability at bright region. */ 56 s32 aerel_gain1; /** Gain for Non-Directional Reliability at bright region. */ 58 s32 derel_thres0; /** Threshold for Directional Reliability at dark region. */ 59 s32 derel_gain0; /** Gain for Directional Reliability at dark region. */ 60 s32 derel_thres1; /** Threshold for Directional Reliability at bright region. */ 61 s32 derel_gain1; /** Gain for Directional Reliability at bright region. */
|
/linux-6.8/drivers/ras/ |
D | Kconfig | 3 bool "Reliability, Availability and Serviceability (RAS) features" 5 Reliability, availability and serviceability (RAS) is a computer 11 Reliability can be defined as the probability that the system will 12 produce correct outputs up to some given time. Reliability is 24 Note that Reliability and Availability are distinct concepts: 25 Reliability is a measure of the ability of a system to function
|
/linux-6.8/tools/testing/selftests/hid/tests/ |
D | test_gamepad.py | 56 """check for button reliability.""" 63 """check for button reliability when pressing 2 buttons""" 136 """check for the left joystick reliability""" 141 """check for the left joystick reliability""" 146 """check for the left joystick reliability""" 151 """check for the left joystick reliability""" 156 """check for the right joystick reliability""" 161 """check for the right joystick reliability""" 166 """check for the right joystick reliability""" 171 """check for the right joystick reliability"""
|
D | test_apple_keyboard.py | 165 """check for function key reliability.""" 188 """check for function key reliability with the fn key.""" 220 """check for function key reliability with the fn key.""" 251 """check for function key reliability with the fn key.""" 283 """check for function key reliability with the fn key.""" 333 """check for function key reliability with the fn key.""" 405 """check for function key reliability with the [page] up key."""
|
/linux-6.8/Documentation/misc-devices/ |
D | bh1770glc.rst | 23 but ALS side results are used to estimate reliability of the proximity sensor. 31 reliability of the proximity results. Thus ALS is always running while
|
D | apds990x.rst | 35 selects suitable gain step. After each measurement, reliability of the results
|
/linux-6.8/net/batman-adv/ |
D | Kconfig | 52 mechanism that increases ARP reliability on sparse wireless 75 reduce the air overhead while improving the reliability of
|
/linux-6.8/Documentation/devicetree/bindings/mtd/ |
D | nand-macronix.txt | 11 For more high-reliability concern, if subpage write is not available
|
/linux-6.8/Documentation/RAS/ |
D | ras.rst | 3 Reliability, Availability and Serviceability features
|
/linux-6.8/Documentation/driver-api/mmc/ |
D | mmc-tools.rst | 21 - Enable write reliability per partition.
|
/linux-6.8/Documentation/filesystems/ |
D | ceph.rst | 8 performance, reliability, and scalability. 14 * High availability and reliability. No single point of failure.
|
/linux-6.8/Documentation/fault-injection/ |
D | provoke-crashes.rst | 8 the kernel at predefined code locations to evaluate the reliability of
|
/linux-6.8/arch/mips/sgi-ip32/ |
D | ip32-setup.c | 62 /* An arbitrary time; this can be decreased if reliability looks good */
|
/linux-6.8/Documentation/devicetree/bindings/gpio/ |
D | sprd,gpio-eic.yaml | 27 reliability. In addition, this sub-module's clock can be shut off
|
/linux-6.8/lib/ |
D | nmi_backtrace.c | 24 /* For reliability, we're prepared to waste bits here. */
|
/linux-6.8/drivers/char/hw_random/ |
D | st-rng.c | 39 * the lack of udelay()'s reliability, suggested by Russell King.
|
/linux-6.8/arch/x86/boot/compressed/ |
D | efi.h | 39 ((u64)0x0000000000010000ULL) /* higher reliability */
|
/linux-6.8/include/linux/ |
D | objtool.h | 29 * affect the reliability of frame pointers and kernel stack traces.
|
/linux-6.8/Documentation/dev-tools/kunit/api/ |
D | functionredirection.rst | 11 tested from other parts of the kernel. This ensures the reliability of the test
|
/linux-6.8/drivers/media/pci/cx18/ |
D | cx18-io.h | 15 * Readback and retry of MMIO access for reliability:
|
/linux-6.8/Documentation/driver-api/media/ |
D | camera-sensor.rst | 51 are required to ensure reliability.
|
/linux-6.8/Documentation/driver-api/ |
D | connector.rst | 99 Reliability chapter
|
/linux-6.8/drivers/thermal/qcom/ |
D | lmh.c | 158 dev_err(dev, "Error %d enabling reliability subfunction\n", ret); in lmh_probe()
|
/linux-6.8/drivers/mailbox/ |
D | Kconfig | 97 RAS (ACPI reliability protocol) and MPST (ACPI Memory power
|
/linux-6.8/Documentation/gpu/ |
D | automated_testing.rst | 125 If your code changes make it possible to run more tests (by solving reliability
|
1234