Home
last modified time | relevance | path

Searched refs:detected (Results 1 – 25 of 349) sorted by relevance

12345678910>>...14

/linux-6.3-rc2/tools/testing/selftests/lkdtm/
A Dtests.txt53 REFCOUNT_DEC_NEGATIVE Negative detected: saturated
54 REFCOUNT_DEC_AND_TEST_NEGATIVE Negative detected: saturated
55 REFCOUNT_SUB_AND_TEST_NEGATIVE Negative detected: saturated
58 REFCOUNT_INC_SATURATED Saturation detected: still saturated
59 REFCOUNT_DEC_SATURATED Saturation detected: still saturated
60 REFCOUNT_ADD_SATURATED Saturation detected: still saturated
78 FORTIFY_STRSCPY detected buffer overflow
79 FORTIFY_STR_OBJECT detected buffer overflow
80 FORTIFY_STR_MEMBER detected buffer overflow
81 FORTIFY_MEM_OBJECT detected buffer overflow
[all …]
/linux-6.3-rc2/scripts/kconfig/tests/err_recursive_dep/
A Dexpected_stderr1 Kconfig:11:error: recursive dependency detected!
6 Kconfig:5:error: recursive dependency detected!
11 Kconfig:17:error: recursive dependency detected!
17 Kconfig:32:error: recursive dependency detected!
23 Kconfig:37:error: recursive dependency detected!
29 Kconfig:60:error: recursive dependency detected!
34 Kconfig:51:error: recursive dependency detected!
/linux-6.3-rc2/tools/perf/
A DMakefile.config16 detected = $(shell echo "$(1)=y" >> $(OUTPUT).config-detected)
60 $(call detected,CONFIG_X86)
65 $(call detected,CONFIG_X86_64)
103 $(call detected,CONFIG_PERF_REGS)
498 $(call detected,CONFIG_SETNS)
525 $(call detected,CONFIG_LIBELF)
557 $(call detected,CONFIG_DWARF)
645 $(call detected,CONFIG_JITDUMP)
772 $(call detected,CONFIG_TRACE)
795 $(call detected,CONFIG_CRYPTO)
[all …]
/linux-6.3-rc2/drivers/parport/
A Ddaisy.c107 int detected = 0; in parport_daisy_init() local
170 detected += assign_addrs(port); in parport_daisy_init()
179 detected++; in parport_daisy_init()
184 if (!detected && !last_try) { in parport_daisy_init()
199 return detected; in parport_daisy_init()
433 int detected; in assign_addrs() local
495 detected = numdevs - thisdev; in assign_addrs()
496 pr_debug("%s: Found %d daisy-chained devices\n", port->name, detected); in assign_addrs()
506 return detected; in assign_addrs()
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-driver-hid-wiimote25 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.
A Dsysfs-class-fpga-manager49 * 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
A Dsysfs-class-power-twl40309 "auto" draw power as appropriate for detected
30 "auto" draw power as appropriate for detected
A Dsysfs-platform-dfl-fme52 Description: Read-Write. Read this file for errors detected on pcie0 link.
61 Description: Read-Write. Read this file for errors detected on pcie1 link.
70 Description: Read-only. It returns non-fatal errors detected.
76 Description: Read-only. It returns catastrophic and fatal errors detected.
91 Description: Read-Write. Read this file to get errors detected on FME.
100 Description: Read-only. Read this file to get the first error detected by
107 Description: Read-only. Read this file to get the second error detected by
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dvidioc-query-dv-timings.rst47 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.
A Dvidioc-querystd.rst43 between 50 and 60 Hz systems. If no signal was detected, then the driver
51 automatically if a new video standard is detected. Instead, drivers
57 will have to call :ref:`VIDIOC_QUERYSTD`, and if the detected video
A Ddev-rds.rst50 Whether an RDS signal is present can be detected by looking at the
52 ``V4L2_TUNER_SUB_RDS`` will be set if RDS data was detected.
172 - A bit error was detected but corrected.
/linux-6.3-rc2/Documentation/devicetree/bindings/power/supply/
A Dmaxim,max8903.yaml21 description: Valid DC power has been detected (active low, input)
25 description: Valid USB power has been detected (active low, input)
A Dtps65090-charger.yaml22 Enables charging when a low current is detected while the default logic is to stop charging.
/linux-6.3-rc2/Documentation/core-api/
A Ddebug-objects.rst32 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.3-rc2/Documentation/devicetree/bindings/bus/
A Dbrcm,bus-axi.txt9 The cores on the AXI bus are automatically detected by bcma with the
19 detected (e.g. IRQ numbers). Also some of the cores may be responsible
/linux-6.3-rc2/tools/testing/selftests/arm64/fp/
A DREADME22 If no context switch error was detected, you will see output such as
57 If an error was detected, details of the mismatch will be printed
98 If no error is detected, you will see output from each sve-stress
/linux-6.3-rc2/arch/arm64/boot/dts/amlogic/
A Dmeson-sm1-odroid-hc4.dts47 /* Powers the SATA Disk 0 regulator, which is enabled when a disk load is detected */
60 /* Powers the SATA Disk 1 regulator, which is enabled when a disk load is detected */
/linux-6.3-rc2/scripts/kconfig/tests/err_recursive_inc/
A Dexpected_stderr1 Recursive inclusion detected.
/linux-6.3-rc2/Documentation/driver-api/soundwire/
A Derror_handling.rst11 The errors can be detected with multiple mechanisms:
21 and after a number of such errors are detected the bus might be reset. Note
26 identify Slaves which detected a Bus Clash or a Parity Error, but they may
/linux-6.3-rc2/Documentation/devicetree/bindings/pci/
A Dsnps,dw-pcie.yaml143 correctable error is detected by the automotive/safety
147 Indicates that the internal safety mechanism has detected an
155 DSP AXI MSI Interrupt detected. It gets de-asserted when there is
165 Error condition detected and a flag is set in the Root Error Status
176 Hot-plug event is detected. That is a bit has been set in the
/linux-6.3-rc2/Documentation/kbuild/
A Dgcc-plugins.rst106 Run gcc (native or cross-compiler) to ensure plugin headers are detected::
111 The word "plugin" means they are not detected::
115 A full path means they are detected::
/linux-6.3-rc2/drivers/gpu/drm/msm/hdmi/
A Dhdmi_hpd.c186 bool detected = !!(hpd_int_status & HDMI_HPD_INT_STATUS_CABLE_DETECTED); in msm_hdmi_hpd_irq() local
196 if (!detected) in msm_hdmi_hpd_irq()
/linux-6.3-rc2/Documentation/scsi/
A Dg_NCR5380.rst28 This driver provides some information on what it has detected in
29 /proc/scsi/g_NCR5380/x where x is the scsi card number as detected at boot
/linux-6.3-rc2/Documentation/i2c/
A Dgpio-fault-injection.rst101 should be corrupted and that should be detected properly. That means that the
104 should be detected beforehand. Also note, that SCL going down is monitored
124 This file is write only and you need to write the delay between the detected
129 Start of a transfer is detected by waiting for SCL going down by the master
/linux-6.3-rc2/Documentation/driver-api/media/drivers/
A Dradiotrack.rst93 0xff ==> no stereo detected, 0xfd ==> stereo detected.
154 x=0xff ==> "not stereo", x=0xfd ==> "stereo detected"

Completed in 32 milliseconds

12345678910>>...14