| /OK3568_Linux_fs/kernel/tools/testing/selftests/lkdtm/ |
| H A D | tests.txt | 47 REFCOUNT_DEC_NEGATIVE Negative detected: saturated 48 REFCOUNT_DEC_AND_TEST_NEGATIVE Negative detected: saturated 49 REFCOUNT_SUB_AND_TEST_NEGATIVE Negative detected: saturated 52 REFCOUNT_INC_SATURATED Saturation detected: still saturated 53 REFCOUNT_DEC_SATURATED Saturation detected: still saturated 54 REFCOUNT_ADD_SATURATED Saturation detected: still saturated 57 REFCOUNT_DEC_AND_TEST_SATURATED Saturation detected: still saturated 58 REFCOUNT_SUB_AND_TEST_SATURATED Saturation detected: still saturated
|
| /OK3568_Linux_fs/kernel/drivers/misc/lkdtm/ |
| H A 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() 189 pr_info("Zero detected: stayed at zero\n"); in check_from_zero() 192 pr_info("Zero detected: saturated\n"); in check_from_zero() 195 pr_warn("Zero detected: unsafely reset to max\n"); in check_from_zero() 198 pr_info("Fail: zero not detected, incremented to %d\n", in check_from_zero() [all …]
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/err_recursive_dep/ |
| H A D | expected_stderr | 1 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!
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A 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) 54 $(call detected,CONFIG_X86) 59 $(call detected,CONFIG_X86_64) 91 $(call detected,CONFIG_PERF_REGS) 96 # support is detected in system. Add supported architectures 247 # Select either auto detected python and python-config or use user supplied values if they are 478 $(call detected,CONFIG_SETNS) 490 $(call detected,CONFIG_LIBOPENCSD) [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/ |
| H A D | ethtool_extended_state.sh | 27 local ext_state=$(ethtool $dev | grep "Link detected" \ 47 ethtool_extended_state_check $swp1 "Autoneg" "No partner detected" 49 log_test "Autoneg, No partner detected" 70 "No partner detected during force mode" 73 "No partner detected during force mode" 75 log_test "Autoneg, No partner detected during force mode"
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A 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()
|
| /OK3568_Linux_fs/u-boot/board/tqc/tqm834x/ |
| H A D | tqm834x.c | 236 debug("Number of flash banks detected: %d\n", cfi_flash_num_flash_banks); in detect_num_flash_banks() 274 int detected; in get_ddr_bank_size() local 277 detected = -1; in get_ddr_bank_size() 286 if((size == conf[i].size) && (i == detected + 1)) in get_ddr_bank_size() 287 detected = i; in get_ddr_bank_size() 289 debug("Trying %ld x %ld (%ld MiB) at addr %p, detected: %ld MiB\n", in get_ddr_bank_size() 297 if(detected == -1){ in get_ddr_bank_size() 305 conf[detected].row, conf[detected].col, conf[detected].size >> 20, base); in get_ddr_bank_size() 307 /* configure cs ro detected params */ in get_ddr_bank_size() 308 set_cs_config(cs, CSCONFIG_EN | conf[detected].row | in get_ddr_bank_size() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/pwc/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/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.
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | mv_i2c.h | 42 #define ICR_SSDIE 0x800 /* slave STOP detected int enable */ 44 #define ICR_SADIE 0x2000 /* slave address detected int enable */ 62 #define ISR_SSD 0x10 /* slave stop detected */ 63 #define ISR_ALD 0x20 /* arbitration loss detected */ 66 #define ISR_GCAD 0x100 /* general call address detected */ 67 #define ISR_SAD 0x200 /* slave address detected */
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/spi/ |
| H A D | xtx.c | 143 * [0x0000], No bit errors were detected; 144 * [0x0001, 0x0111], Bit errors were detected and corrected. Not 146 * [0x1000], Multiple bit errors were detected and 167 * [0x0], No bit errors were detected; 168 * [0x001, 0x011], Bit errors were detected and corrected. Not 173 * [0x111], Multiple bit errors were detected and 189 * [0b0000], No bit errors were detected; 190 * [0b0001, 0b0111], 1-7 Bit errors were detected and corrected. Not 192 * [0b1000], 8 Bit errors were detected and corrected. Bit error count
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/ |
| H A D | pxaregs.c | 63 { "ICR_SSDIE", 0x40301690, 11, 1, 'x', " slave STOP detected int enable " }, 65 { "ICR_SADIE", 0x40301690, 13, 1, 'x', " slave address detected int enable " }, 74 { "ISR_SSD", 0x40301698, 4, 1, 'x', " slave stop detected " }, 75 { "ISR_ALD", 0x40301698, 5, 1, 'x', " arbitration loss detected " }, 78 { "ISR_GCAD", 0x40301698, 8, 1, 'x', " general call address detected " }, 79 { "ISR_SAD", 0x40301698, 9, 1, 'x', " slave address detected " }, 153 { "PEDR_ED0", 0x40F00018, 0, 0x00000001, 'd', "PM wake up due to edge on GPIO 0 detected" }, 154 { "PEDR_ED1", 0x40F00018, 1, 0x00000001, 'd', "PM wake up due to edge on GPIO 1 detected" }, 155 { "PEDR_ED2", 0x40F00018, 2, 0x00000001, 'd', "PM wake up due to edge on GPIO 2 detected" }, 156 { "PEDR_ED3", 0x40F00018, 3, 0x00000001, 'd', "PM wake up due to edge on GPIO 3 detected" }, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | mce_amd.c | 99 "DRAM ECC error detected on the NB", 100 "CRC error detected on HT link", 101 "Link-defined sync error packets detected on HT link", 107 "DRAM ECC error detected on the NB", 109 "HT data error detected on link", 172 "An ECC error was detected on a data cache read by a probe or victimization", 173 "An ECC error or L2 poison was detected on a data cache read by a load", 174 "An ECC error was detected on a data cache read-modify-write by a store", 175 "An ECC error or poison bit mismatch was detected on a tag read by a probe or victimization", 176 "An ECC error or poison bit mismatch was detected on a tag read by a load", [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/spi/ |
| H A D | xtx.c | 141 * [0x0000], No bit errors were detected; 142 * [0x0001, 0x0111], Bit errors were detected and corrected. Not 144 * [0x1000], Multiple bit errors were detected and 165 * [0x0], No bit errors were detected; 166 * [0x001, 0x011], Bit errors were detected and corrected. Not 171 * [0x111], Multiple bit errors were detected and 187 * [0b0000], No bit errors were detected; 188 * [0b0001, 0b0111], 1-7 Bit errors were detected and corrected. Not 190 * [0b1000], 8 Bit errors were detected and corrected. Bit error count
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A 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()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/ |
| H A D | objdetect.hpp | 119 //! class for grouping object candidates, detected by Cascade Classifier, HOG etc. 250 …/** @brief Detects objects of different sizes in the input image. The detected objects are returne… 253 @param image Matrix of the type CV_8U containing an image where objects are detected. 254 @param objects Vector of rectangles where each rectangle contains the detected object, the 278 @param image Matrix of the type CV_8U containing an image where objects are detected. 279 @param objects Vector of rectangles where each rectangle contains the detected object, the 496 @param img Matrix of the type CV_8U or CV_8UC3 containing an image where objects are detected. 497 …ions Vector of point where each point contains left-top corner point of detected object boundaries. 498 @param weights Vector that will contain confidence values for each detected object. 513 @param img Matrix of the type CV_8U or CV_8UC3 containing an image where objects are detected. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/rkflash/ |
| H A D | sfc_nand.c | 342 * 0b00, No bit errors were detected 343 * 0b01, Bit errors were detected and corrected. 344 * 0b10, Multiple bit errors were detected and not corrected. 345 * 0b11, Bits errors were detected and corrected, bit error count 383 * 0b00, No bit errors were detected; 384 * 0b01, Bits errors were detected and corrected, bit error count 386 * 0b10, Multiple bit errors were detected and not corrected; 424 * [0b0000, 0b0011], No bit errors were detected; 425 * [0b0100, 0b0111], Bit errors were detected and corrected. Not 427 * [0b1000, 0b1011], Multiple bit errors were detected and [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/rkflash/ |
| H A D | sfc_nand.c | 357 * 0b00, No bit errors were detected 358 * 0b01, Bit errors were detected and corrected. 359 * 0b10, Multiple bit errors were detected and not corrected. 360 * 0b11, Bits errors were detected and corrected, bit error count 398 * 0b00, No bit errors were detected; 399 * 0b01, Bits errors were detected and corrected, bit error count 401 * 0b10, Multiple bit errors were detected and not corrected; 439 * [0b0000, 0b0011], No bit errors were detected; 440 * [0b0100, 0b0111], Bit errors were detected and corrected. Not 442 * [0b1000, 0b1011], Multiple bit errors were detected and [all …]
|
| /OK3568_Linux_fs/kernel/drivers/parport/ |
| H A D | daisy.c | 15 * 22-02-2000: Count devices that are actually detected. 104 * Return value is number of devices actually detected. */ 107 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() 185 /* No devices were detected. Perhaps they are in some 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() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/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.
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/compressed/ |
| H A D | vmlinux.lds.S | 92 "Unexpected GOT/PLT entries detected!") 101 ASSERT(SIZEOF(.got) == 0, "Unexpected GOT entries detected!") 106 ASSERT(SIZEOF(.plt) == 0, "Unexpected run-time procedure linkages detected!") 111 ASSERT(SIZEOF(.rel.dyn) == 0, "Unexpected run-time relocations (.rel) detected!") 116 ASSERT(SIZEOF(.rela.dyn) == 0, "Unexpected run-time relocations (.rela) detected!")
|
| /OK3568_Linux_fs/kernel/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.
|
| /OK3568_Linux_fs/u-boot/include/configs/ |
| H A D | am335x_shc.h | 124 "echo device tree detected; " \ 136 "echo device tree detected; " \ 153 "sd_setup=echo SD/MMC-Card detected on device 0; " \ 158 "emmc_setup=echo eMMC detected on device 1; " \ 189 "echo ERROR: SD/MMC-Card not detected!; " \ 206 "echo ERROR: SD/MMC-Card not detected!; " \ 217 "echo ERROR: eMMC device not detected!; " \
|
| /OK3568_Linux_fs/kernel/drivers/net/phy/ |
| H A 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 …]
|