/linux-6.12.1/tools/testing/selftests/lkdtm/ |
D | tests.txt | 55 REFCOUNT_DEC_NEGATIVE Negative detected: saturated 56 REFCOUNT_DEC_AND_TEST_NEGATIVE Negative detected: saturated 57 REFCOUNT_SUB_AND_TEST_NEGATIVE Negative detected: saturated 60 REFCOUNT_INC_SATURATED Saturation detected: still saturated 61 REFCOUNT_DEC_SATURATED Saturation detected: still saturated 62 REFCOUNT_ADD_SATURATED Saturation detected: still saturated 65 REFCOUNT_DEC_AND_TEST_SATURATED Saturation detected: still saturated 66 REFCOUNT_SUB_AND_TEST_SATURATED Saturation detected: still saturated 80 FORTIFY_STRSCPY detected buffer overflow 81 FORTIFY_STR_OBJECT detected buffer overflow [all …]
|
/linux-6.12.1/drivers/clk/sophgo/ |
D | clk-cv18xx-pll.c | 55 u32 detected = *value; in ipll_find_rate() local 77 detected = PLL_SET_PRE_DIV_SEL(detected, pre_div_sel); in ipll_find_rate() 78 detected = PLL_SET_POST_DIV_SEL(detected, post_div_sel); in ipll_find_rate() 79 detected = PLL_SET_DIV_SEL(detected, div_sel); in ipll_find_rate() 80 *value = detected; in ipll_find_rate() 105 u32 detected = *value; in pll_get_mode_ctrl() local 110 detected = PLL_SET_SEL_MODE(detected, mode); in pll_get_mode_ctrl() 111 detected = PLL_SET_ICTRL(detected, ictrl); in pll_get_mode_ctrl() 112 *value = detected; in pll_get_mode_ctrl() 133 u32 regval, detected = 0; in ipll_set_rate() local [all …]
|
/linux-6.12.1/scripts/kconfig/tests/err_recursive_dep/ |
D | expected_stderr | 1 error: recursive dependency detected! 6 error: recursive dependency detected! 11 error: recursive dependency detected! 17 error: recursive dependency detected! 23 error: recursive dependency detected! 29 error: recursive dependency detected! 35 error: recursive dependency detected!
|
/linux-6.12.1/drivers/misc/lkdtm/ |
D | refcount.c | 13 pr_info("Overflow detected: saturated\n"); in overflow_check() 16 pr_warn("Overflow detected: unsafely reset to max\n"); in overflow_check() 88 pr_info("Zero detected: saturated\n"); in check_zero() 91 pr_warn("Zero detected: unsafely reset to max\n"); in check_zero() 134 pr_info("Negative detected: saturated\n"); in check_negative() 137 pr_warn("Negative detected: unsafely reset to max\n"); in check_negative() 204 pr_info("Zero detected: stayed at zero\n"); in check_from_zero() 207 pr_info("Zero detected: saturated\n"); in check_from_zero() 210 pr_warn("Zero detected: unsafely reset to max\n"); in check_from_zero() 213 pr_info("Fail: zero not detected, incremented to %d\n", in check_from_zero() [all …]
|
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/ |
D | adf_gen4_ras.h | 398 /* RF parity error detected in SharedRAM */ 532 * BIT(16) - Parity error detected in CPR Push FIFO 533 * BIT(17) - Parity error detected in CPR Pull FIFO 534 * BIT(18) - Parity error detected in CPR Hash Table 535 * BIT(19) - Parity error detected in CPR History Buffer Copy 0 536 * BIT(20) - Parity error detected in CPR History Buffer Copy 1 537 * BIT(21) - Parity error detected in CPR History Buffer Copy 2 538 * BIT(22) - Parity error detected in CPR History Buffer Copy 3 539 * BIT(23) - Parity error detected in CPR History Buffer Copy 4 540 * BIT(24) - Parity error detected in CPR History Buffer Copy 5 [all …]
|
/linux-6.12.1/tools/perf/ |
D | Makefile.config | 15 $(shell printf "" > $(OUTPUT).config-detected) 16 detected = $(shell echo "$(1)=y" >> $(OUTPUT).config-detected) 17 detected_var = $(shell echo "$(1)=$($(1))" >> $(OUTPUT).config-detected) 51 $(call detected,CONFIG_X86) 57 $(call detected,CONFIG_X86_64) 88 # support is detected in system. Add supported architectures 281 # Select either auto detected python and python-config or use user supplied values if they are 513 $(call detected,CONFIG_SETNS) 525 $(call detected,CONFIG_LIBOPENCSD) 541 $(call detected,CONFIG_ZLIB) [all …]
|
/linux-6.12.1/tools/testing/selftests/drivers/net/hw/ |
D | ethtool_extended_state.sh | 30 local ext_state=$(ethtool $dev | grep "Link detected" \ 55 "Autoneg" "No partner detected") 58 log_test "Autoneg, No partner detected" 80 "Autoneg" "No partner detected during force mode") 84 "Autoneg" "No partner detected during force mode") 87 log_test "Autoneg, No partner detected during force mode"
|
/linux-6.12.1/drivers/mfd/ |
D | da9063-core.c | 127 "Fault log entry detected: DA9063_TWD_ERROR\n"); in da9063_clear_fault_log() 130 "Fault log entry detected: DA9063_POR\n"); in da9063_clear_fault_log() 133 "Fault log entry detected: DA9063_VDD_FAULT\n"); in da9063_clear_fault_log() 136 "Fault log entry detected: DA9063_VDD_START\n"); in da9063_clear_fault_log() 139 "Fault log entry detected: DA9063_TEMP_CRIT\n"); in da9063_clear_fault_log() 142 "Fault log entry detected: DA9063_KEY_RESET\n"); in da9063_clear_fault_log() 145 "Fault log entry detected: DA9063_NSHUTDOWN\n"); in da9063_clear_fault_log() 148 "Fault log entry detected: DA9063_WAIT_SHUT\n"); in da9063_clear_fault_log()
|
/linux-6.12.1/arch/x86/kernel/acpi/ |
D | cppc.c | 167 * @detected: Output variable for the result of the detection. 174 * The result of the detection will be stored in the 'detected' parameter. 178 int amd_detect_prefcore(bool *detected) in amd_detect_prefcore() argument 183 if (WARN_ON(!detected)) in amd_detect_prefcore() 188 *detected = true; in amd_detect_prefcore() 191 *detected = false; in amd_detect_prefcore() 212 *detected = (count == 2); in amd_detect_prefcore() 215 amd_pref_core_detected = *detected ? AMD_PREF_CORE_SUPPORTED : in amd_detect_prefcore() 219 *detected ? "" : "un", highest_perf[0]); in amd_detect_prefcore()
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-driver-hid-wiimote | 25 supported and if detected, it's no longer reported as static 35 done. This file shows the detected device type. "pending" means 37 device couldn't be detected or loaded. "generic" means, that the 38 device couldn't be detected but supports basic Wii Remote 55 Description: This attribute is only provided if the device was detected as a 71 Description: This attribute is only provided if the device was detected as a 82 Calibration data is detected by the kernel during device setup.
|
D | sysfs-class-led-trigger-tty | 30 If the line state is detected, the LED is switched on. 40 If the line state is detected, the LED is switched on. 50 If the line state is detected, the LED is switched on. 59 DCE has detected an incoming ring signal on the telephone 60 line. If the line state is detected, the LED is switched on.
|
D | sysfs-class-fpga-manager | 49 * reconfig operation error - invalid operations detected by 53 * reconfig CRC error - CRC error detected by 57 * reconfig IP protocol error - protocol errors detected by 59 * reconfig fifo overflow error - FIFO overflow detected by
|
/linux-6.12.1/drivers/gpu/drm/ast/ |
D | ast_drv.c | 207 dev_info(dev, "AST 2600 detected\n"); in ast_detect_chip() 212 dev_info(dev, "AST 2510 detected\n"); in ast_detect_chip() 216 dev_info(dev, "AST 2500 detected\n"); in ast_detect_chip() 223 dev_info(dev, "AST 1400 detected\n"); in ast_detect_chip() 227 dev_info(dev, "AST 2400 detected\n"); in ast_detect_chip() 234 dev_info(dev, "AST 1300 detected\n"); in ast_detect_chip() 238 dev_info(dev, "AST 2300 detected\n"); in ast_detect_chip() 245 dev_info(dev, "AST 1100 detected\n"); in ast_detect_chip() 249 dev_info(dev, "AST 2200 detected\n"); in ast_detect_chip() 253 dev_info(dev, "AST 2150 detected\n"); in ast_detect_chip() [all …]
|
/linux-6.12.1/drivers/media/usb/pwc/ |
D | pwc-if.c | 225 however detected in the cam and a bit is set in the header. in pwc_frame_complete() 803 PWC_INFO("Philips PCA645VC USB webcam detected.\n"); in usb_pwc_probe() 808 PWC_INFO("Philips PCA646VC USB webcam detected.\n"); in usb_pwc_probe() 813 PWC_INFO("Askey VC010 type 2 USB webcam detected.\n"); in usb_pwc_probe() 818 PWC_INFO("Philips PCVC675K (Vesta) USB webcam detected.\n"); in usb_pwc_probe() 823 PWC_INFO("Philips PCVC680K (Vesta Pro) USB webcam detected.\n"); in usb_pwc_probe() 828 PWC_INFO("Philips PCVC690K (Vesta Pro Scan) USB webcam detected.\n"); in usb_pwc_probe() 833 PWC_INFO("Philips PCVC730K (ToUCam Fun)/PCVC830 (ToUCam II) USB webcam detected.\n"); in usb_pwc_probe() 838 PWC_INFO("Philips PCVC740K (ToUCam Pro)/PCVC840 (ToUCam II) USB webcam detected.\n"); in usb_pwc_probe() 843 PWC_INFO("Philips PCVC750K (ToUCam Pro Scan) USB webcam detected.\n"); in usb_pwc_probe() [all …]
|
/linux-6.12.1/arch/alpha/kernel/ |
D | irq_alpha.c | 168 case 0x98: reason = "processor detected hard error"; break; in process_mcheck_info() 171 case 0x202: reason = "system detected hard error"; break; in process_mcheck_info() 172 case 0x203: reason = "system detected uncorrectable ECC error"; break; in process_mcheck_info() 174 case 0x205: reason = "parity error detected by core logic"; break; in process_mcheck_info() 178 case 0x209: reason = "PCI SERR detected"; break; in process_mcheck_info() 179 case 0x20b: reason = "PCI data parity error detected"; break; in process_mcheck_info() 180 case 0x20d: reason = "PCI address parity error detected"; break; in process_mcheck_info() 185 case 0x217: reason = "IOA timeout detected"; break; in process_mcheck_info()
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | vidioc-query-dv-timings.rst | 47 timings are detected. Instead, drivers should send the 53 :ref:`VIDIOC_QUERY_DV_TIMINGS`, and if the detected timings are valid they 57 If the timings could not be detected because there was no signal, then 58 ENOLINK is returned. If a signal was detected, but it was unstable and 79 No timings could be detected because no signal was found.
|
/linux-6.12.1/arch/x86/boot/compressed/ |
D | vmlinux.lds.S | 95 "Unexpected GOT/PLT entries detected!") 104 ASSERT(SIZEOF(.got) == 0, "Unexpected GOT entries detected!") 109 ASSERT(SIZEOF(.plt) == 0, "Unexpected run-time procedure linkages detected!") 114 ASSERT(SIZEOF(.rel.dyn) == 0, "Unexpected run-time relocations (.rel) detected!") 119 ASSERT(SIZEOF(.rela.dyn) == 0, "Unexpected run-time relocations (.rela) detected!")
|
/linux-6.12.1/tools/perf/util/ |
D | strfilter.h | 24 * @err: Pointer which points an error detected on @rules 26 * Parse @rules and return new strfilter. Return NULL if an error detected. 27 * In that case, *@err will indicate where it is detected, and *@err is NULL 37 * @err: Pointer which points an error detected on @rules 50 * @err: Pointer which points an error detected on @rules
|
/linux-6.12.1/Documentation/core-api/ |
D | debug-objects.rst | 32 detected problems so the kernel can continue to work and the debug 56 Each detected error is reported in the statistics and a limited number 185 usage of the object is detected by the other debug checks. 214 debug_object_init is detected. The function takes the address of the 232 debug_object_activate is detected. 260 debug_object_destroy is detected. 273 debug_object_free is detected. Further it can be called from the debug 274 checks in kfree/vfree, when an active object is detected from the 289 debug_object_assert_init is detected.
|
/linux-6.12.1/drivers/parport/ |
D | daisy.c | 15 * 22-02-2000: Count devices that are actually detected. 103 * Return value is number of devices actually detected. */ 106 int detected = 0; in parport_daisy_init() local 169 detected += assign_addrs(port); in parport_daisy_init() 178 detected++; in parport_daisy_init() 183 if (!detected && !last_try) { in parport_daisy_init() 184 /* No devices were detected. Perhaps they are in some in parport_daisy_init() 198 return detected; in parport_daisy_init() 432 int detected; in assign_addrs() local 494 detected = numdevs - thisdev; in assign_addrs() [all …]
|
/linux-6.12.1/drivers/usb/typec/tcpm/ |
D | tcpci_maxim.h | 45 DETECTED, enumerator 88 * @disconnect_while_debounce: Whether the disconnect was detected when CC 92 * Determine if a contaminant was detected. 94 * Returns: true if a contaminant was detected, false otherwise. cc_handled
|
/linux-6.12.1/drivers/i2c/busses/ |
D | i2c-iop3xx.h | 49 #define IOP3XX_ISR_BERRD 0x0400 /* 1=BUS ERROR Detected */ 50 #define IOP3XX_ISR_SAD 0x0200 /* 1=Slave ADdress Detected */ 51 #define IOP3XX_ISR_GCAD 0x0100 /* 1=General Call Address Detected */ 54 #define IOP3XX_ISR_ALD 0x0020 /* 1=Arbitration Loss Detected */ 55 #define IOP3XX_ISR_SSD 0x0010 /* 1=Slave STOP Detected */
|
/linux-6.12.1/drivers/net/phy/ |
D | dp83640_reg.h | 110 #define EVNT_NUM_SHIFT (2) /* Indicates Event Timestamp Unit which detected an event… 112 #define MULT_EVNT (1<<1) /* Indicates multiple events were detected at the same ti… 113 #define EVENT_DET (1<<0) /* PTP Event Detected */ 117 #define E7_DET (1<<14) /* Indicates Event 7 detected */ 119 #define E6_DET (1<<12) /* Indicates Event 6 detected */ 121 #define E5_DET (1<<10) /* Indicates Event 5 detected */ 123 #define E4_DET (1<<8) /* Indicates Event 4 detected */ 125 #define E3_DET (1<<6) /* Indicates Event 3 detected */ 127 #define E2_DET (1<<4) /* Indicates Event 2 detected */ 129 #define E1_DET (1<<2) /* Indicates Event 1 detected */ [all …]
|
/linux-6.12.1/arch/parisc/include/asm/ |
D | pdc_chassis.h | 90 /* System running and unexpected reboot or non-critical error detected */ 110 /* Executing non-OS code - Non-critical error detected */ 115 /* Boot failed - Executing non-OS code - Non-critical error detected */ 120 /* Unexpected reboot/recovering - Executing non-OS code - Non-critical error detected */ 130 /* Boot failed - OS not up - PDC has detected a failure that prevents boot */ 135 /* No code running - Non-critical error detected (double fault situation) */ 140 /* Boot failed - OS not up - Fatal failure detected - Non-critical error detected */ 160 #define PDC_CHASSIS_ALERT_FORWARD (0ULL << 36) /* no failure detected */
|
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | verifier_cfg.c | 87 __failure __msg("infinite loop detected") 124 __failure __msg("infinite loop detected") 149 /* infinite loop is detected *after* check_cfg() */ 150 __failure __msg("infinite loop detected")
|