Home
last modified time | relevance | path

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

1234567891011

/linux/drivers/clk/sophgo/
H A Dclk-cv18xx-pll.c55 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/tools/testing/selftests/lkdtm/
H A Dtests.txt59 REFCOUNT_DEC_NEGATIVE Negative detected: saturated
60 REFCOUNT_DEC_AND_TEST_NEGATIVE Negative detected: saturated
61 REFCOUNT_SUB_AND_TEST_NEGATIVE Negative detected: saturated
64 REFCOUNT_INC_SATURATED Saturation detected: still saturated
65 REFCOUNT_DEC_SATURATED Saturation detected: still saturated
66 REFCOUNT_ADD_SATURATED Saturation detected: still saturated
69 REFCOUNT_DEC_AND_TEST_SATURATED Saturation detected: still saturated
70 REFCOUNT_SUB_AND_TEST_SATURATED Saturation detected: still saturated
84 FORTIFY_STRSCPY detected buffer overflow
85 FORTIFY_STR_OBJECT detected buffer overflow
[all …]
/linux/scripts/kconfig/tests/err_recursive_dep/
H A Dexpected_stderr1 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/arch/x86/kernel/acpi/
H A Dcppc.c180 int amd_detect_prefcore(bool *detected) in amd_detect_prefcore() argument
185 if (WARN_ON(!detected)) in amd_detect_prefcore()
190 *detected = true; in amd_detect_prefcore()
193 *detected = false; in amd_detect_prefcore()
214 *detected = (count == 2); in amd_detect_prefcore()
217 amd_pref_core_detected = *detected ? AMD_PREF_CORE_SUPPORTED : in amd_detect_prefcore()
221 *detected ? "" : "un", highest_perf[0]); in amd_detect_prefcore()
/linux/tools/tracing/rtla/
H A DMakefile.config24 $(call detected,CONFIG_LIBTRACEEVENT)
40 $(call detected,CONFIG_LIBTRACEFS)
56 $(call detected,CONFIG_LIBCPUPOWER)
76 $(call detected,CONFIG_LIBBPF)
85 $(call detected,CONFIG_CLANG_BPF_CO_RE)
94 $(call detected,CONFIG_BPFTOOL_SKELETONS)
/linux/tools/perf/
H A DMakefile.config15 $(shell printf "" > $(OUTPUT).config-detected)
16 detected = $(shell echo "$(1)=y" >> $(OUTPUT).config-detected)
17 detected_var = $(shell echo "$(1)=$($(1))" >> $(OUTPUT).config-detected)
77 $(call detected,CONFIG_X86)
84 $(call detected,CONFIG_X86_64)
307 # Select either auto detected python and python-config or use user supplied values if they are
510 $(call detected,CONFIG_SETNS)
523 $(call detected,CONFIG_LIBOPENCSD)
539 $(call detected,CONFIG_ZLI
[all...]
/linux/drivers/parport/
H A Ddaisy.c106 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()
198 return detected; in parport_daisy_init()
432 int detected; in assign_addrs() local
494 detected = numdevs - thisdev; in assign_addrs()
495 pr_debug("%s: Found %d daisy-chained devices\n", port->name, detected); in assign_addrs()
505 return detected; in assign_addrs()
/linux/Documentation/ABI/testing/
H 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.
H A Dsysfs-class-led-trigger-tty30 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.
H 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
H A Dsysfs-class-power-twl40309 "auto" draw power as appropriate for detected
30 "auto" draw power as appropriate for detected
H 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/Documentation/userspace-api/media/v4l/
H 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.
H 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
/linux/tools/tracing/latency/
H A DMakefile.config21 $(call detected,CONFIG_LIBTRACEEVENT)
30 $(call detected,CONFIG_LIBTRACEFS)
/linux/tools/verification/rv/
H A DMakefile.config16 $(call detected,CONFIG_LIBTRACEEVENT)
32 $(call detected,CONFIG_LIBTRACEFS)
/linux/Documentation/core-api/
H 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/tools/testing/selftests/arm64/fp/
H 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/Documentation/userspace-api/gpio/
H A Dgpio-lineevent-data-read.rst44 both. Edge events are then generated whenever edge interrupts are detected on
63 detected by the kernel.
69 Overflow cannot be detected from userspace.
H A Dgpio-v2-line-event-read.rst40 both. Edge events are then generated whenever edge interrupts are detected on
53 detected by the kernel, including when multiple lines are being monitored by
63 discarded. Overflow can be detected from userspace by monitoring the event
/linux/Documentation/devicetree/bindings/bus/
H 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/Documentation/driver-api/soundwire/
H 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/drivers/gpu/drm/udl/
H A Dudl_main.c79 bool detected = false; in udl_parse_vendor_descriptor() local
110 detected = true; in udl_parse_vendor_descriptor()
116 if (!detected) in udl_parse_vendor_descriptor()
/linux/arch/riscv/
H A DKconfig.vendor27 not be detected at boot and their presence not reported to userspace.
53 not be detected at boot and their presence not reported to userspace.
/linux/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_hpd.c136 bool detected = !!(hpd_int_status & HDMI_HPD_INT_STATUS_CABLE_DETECTED); in msm_hdmi_hpd_irq() local
146 if (!detected) in msm_hdmi_hpd_irq()

1234567891011