/linux/drivers/clk/sophgo/ |
H A 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/tools/testing/selftests/lkdtm/ |
H A 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/scripts/kconfig/tests/err_recursive_dep/ |
H A 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/arch/x86/kernel/acpi/ |
H A D | cppc.c | 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/drivers/parport/ |
H A D | daisy.c | 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() 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 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.
|
H A 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.
|
H A D | sysfs-driver-qat_ras | 5 Description: (RO) Reports the number of correctable errors detected by the device. 13 Description: (RO) Reports the number of non fatal errors detected by the device. 21 Description: (RO) Reports the number of fatal errors detected by the device.
|
H A 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
|
H A D | sysfs-class-power-twl4030 | 9 "auto" draw power as appropriate for detected 30 "auto" draw power as appropriate for detected
|
H A D | sysfs-platform-dfl-fme | 52 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 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.
|
H A D | vidioc-querystd.rst | 43 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/rtla/ |
H A D | Makefile.config | 16 $(call detected,CONFIG_LIBTRACEEVENT) 32 $(call detected,CONFIG_LIBTRACEFS) 48 $(call detected,CONFIG_LIBCPUPOWER)
|
/linux/tools/tracing/latency/ |
H A D | Makefile.config | 13 $(call detected,CONFIG_LIBTRACEEVENT) 22 $(call detected,CONFIG_LIBTRACEFS)
|
/linux/tools/verification/rv/ |
H A D | Makefile.config | 16 $(call detected,CONFIG_LIBTRACEEVENT) 32 $(call detected,CONFIG_LIBTRACEFS)
|
/linux/Documentation/core-api/ |
H A 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/tools/testing/selftests/arm64/fp/ |
H A D | README | 22 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 D | gpio-lineevent-data-read.rst | 44 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 D | gpio-v2-line-event-read.rst | 40 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 D | brcm,bus-axi.txt | 9 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/arch/arm64/boot/dts/amlogic/ |
H A D | meson-sm1-odroid-hc4.dts | 45 /* Powers the SATA Disk 0 regulator, which is enabled when a disk load is detected */ 58 /* Powers the SATA Disk 1 regulator, which is enabled when a disk load is detected */
|
/linux/Documentation/driver-api/soundwire/ |
H A D | error_handling.rst | 11 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/include/acpi/ |
H A D | cppc_acpi.h | 166 extern int amd_detect_prefcore(bool *detected); 248 static inline int amd_detect_prefcore(bool *detected) in amd_detect_prefcore() argument
|
/linux/Documentation/admin-guide/media/ |
H A D | mgb4.rst | 76 Video stream status. A stream is detected if the link is locked, the input 82 | 0 - not detected 83 | 1 - detected 86 Video stream width. This is the actual width as detected by the HW. 92 Video stream height. This is the actual height as detected by the HW. 98 The type of VSYNC pulses as detected by the video format detector. 108 The type of HSYNC pulses as detected by the video format detector.
|