Home
last modified time | relevance | path

Searched refs:detection (Results 1 – 25 of 1154) sorted by relevance

12345678910>>...47

/OK3568_Linux_fs/kernel/drivers/edac/
H A DKconfig81 Support for error detection and correction of DRAM ECC errors on
89 Injection into the ECC detection circuits. The amd64_edac module
107 Support for error detection and correction for Amazon's Annapurna
108 Labs Alpine chips which allow 1 bit correction and 2 bits detection.
114 Support for error detection and correction on the AMD 76x
121 Support for error detection and correction on the Intel
128 Support for error detection and correction on the Intel
136 Support for error detection and correction on the Intel
143 Support for error detection and correction on the Intel
150 Support for error detection and correction on the Intel
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-detect.rst10 or object detection capable devices.
24 Sets the motion detection mode.
33 - Disable motion detection.
35 - Use a single motion detection threshold.
38 detection threshold. These thresholds are set through the
42 value that specifies which per-region motion detection thresholds
51 Sets the global motion detection threshold to be used with the
52 ``V4L2_DETECT_MD_MODE_GLOBAL`` motion detection mode.
55 Sets the motion detection thresholds for each cell in the grid. To
57 detection mode. Matrix element (0, 0) represents the cell at the
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/extcon/
H A Dextcon-palmas.txt13 - ti,enable-id-detection: Perform ID detection. If id-gpio is specified
14 it performs id-detection using GPIO else using OTG core.
15 - ti,enable-vbus-detection: Perform VBUS detection.
16 - id-gpio: gpio for GPIO ID detection. See gpio binding.
/OK3568_Linux_fs/kernel/drivers/extcon/
H A DKconfig28 Say Y here to enable support for external accessory detection
30 advanced audio accessory detection support.
37 Say Y here to enable support for USB peripheral detection
73 Say Y here to enable extcon support for charger detection / control
80 Say Y here to enable extcon support for charger detection / control
97 If you say yes here you get support for the USB OTG role detection by
135 detection by palmas usb.
143 detection by NXP PTN5150 CC (Configuration Channel) logic chip.
149 Say Y here to enable SPMI PMIC based USB cable detection
179 Say Y here to enable GPIO based USB cable detection extcon support.
[all …]
/OK3568_Linux_fs/kernel/Documentation/sound/soc/
H A Djack.rst2 ASoC jack detection
9 - It allows more than one jack detection method to work together on one
34 machine driver and updated by jack detection methods.
49 Jack detection methods
52 Actual jack detection is done by code which is able to monitor some
54 specifying a subset of bits to update. The jack detection code should
61 CODEC integrated jack detection can be see in the WM8350 driver.
71 the list of pins to update then set up one or more jack detection
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-iio-light-isl2901810 detection. The range of Scheme 0 proximity count is from 0 to
12 bits (2's complementary) proximity_less_ambient detection. The
15 Scheme 0 has wider dynamic range, Scheme 1 proximity detection
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dnokia,rx51.txt10 - jack-detection-gpios: GPIO for jack detection
24 jack-detection-gpios = <&gpio6 17 GPIO_ACTIVE_HIGH>; /* 177 */
H A Drt5677.txt38 Configures GPIO Mic Jack detection 1.
43 Configures GPIO Mic Jack detection 2 and 3.
77 realtek,jd2-gpio = <3>; /* Enables Jack detection for GPIO6 */
H A Drt5645.txt41 1 : Mode-0 (VDD=3.3V), two port jack detection
42 2 : Mode-1 (VDD=3.3V), one port jack detection
43 3 : Mode-2 (VDD=1.8V), one port jack detection
/OK3568_Linux_fs/u-boot/board/ti/common/
H A DKconfig2 bool "Support for Board detection for TI platforms"
4 Support for detection board information on Texas Instrument's
5 Evaluation Boards which have I2C based EEPROM detection
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/
H A Dbq2415x.txt30 - ti,usb-charger-detection: phandle to usb charger detection device.
46 ti,usb-charger-detection = <&isp1704>;
H A Dbq24257.txt21 detection is used.
24 set automatically using USB D+/D- signal based charger type detection.
25 If the hardware does not support the D+/D- based detection, a default
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/java/com/rockchip/gpadc/demo/
H A DCameraPreviewActivity.java542 RectF detection = rego.getLocation(); in showTrackSelectResults() local
544 detection.left *= width; in showTrackSelectResults()
545 detection.right *= width; in showTrackSelectResults()
546 detection.top *= height; in showTrackSelectResults()
547 detection.bottom *= height; in showTrackSelectResults()
552 mTrackResultCanvas.drawRect(detection, mTrackResultPaint); in showTrackSelectResults()
554 detection.left+5, detection.bottom-5, mTrackResultTextPaint); in showTrackSelectResults()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pycocotools_2.0.4.bb1 SUMMARY = "COCO is a large image dataset designed for object detection, segmentation, \
2 person keypoints detection, stuff segmentation, and caption generation."
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl1251/
H A Dacx.c621 struct acx_energy_detection *detection; in wl1251_acx_cca_threshold() local
626 detection = kzalloc(sizeof(*detection), GFP_KERNEL); in wl1251_acx_cca_threshold()
627 if (!detection) in wl1251_acx_cca_threshold()
630 detection->rx_cca_threshold = CCA_THRSH_DISABLE_ENERGY_D; in wl1251_acx_cca_threshold()
631 detection->tx_energy_detection = 0; in wl1251_acx_cca_threshold()
634 detection, sizeof(*detection)); in wl1251_acx_cca_threshold()
638 kfree(detection); in wl1251_acx_cca_threshold()
/OK3568_Linux_fs/buildroot/package/suricata/
H A DConfig.in15 network threat detection engine.
18 detection (IDS), inline intrusion prevention (IPS), network
/OK3568_Linux_fs/buildroot/package/libglib2/
H A D0001-fix-compile-time-atomic-detection.patch4 Subject: [PATCH] Fix compile time atomic detection
6 Improved compile-time detection of atomic support in the compiler.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/
H A D0001-remove-the-error-line-and-live-without-file-type-det.patch4 Subject: [PATCH] remove the #error line and live without file-type detection
20 * file-type detection with pipes, or add support for your compiler in the
/OK3568_Linux_fs/external/mpp/mpp/vproc/
H A Dmpp_dec_vproc.cpp97 RK_U32 detection; member
411 if (ctx->detection) { in dec_vproc_set_dei_v2()
440 if (!ctx->detection) { in dec_vproc_set_dei_v2()
449 if (!ctx->detection) { in dec_vproc_set_dei_v2()
492 ctx->detection = 1; in dec_vproc_set_dei_v2()
495 ctx->detection = 0; in dec_vproc_set_dei_v2()
498 ctx->detection = 0; in dec_vproc_set_dei_v2()
550 if (!ctx->detection) { in dec_vproc_set_dei_v2()
568 if (ctx->detection) { in dec_vproc_update_ref()
842 p->detection = 1; in dec_vproc_enable_detect()
/OK3568_Linux_fs/external/mpp/osal/test/
H A DCMakeLists.txt40 # hardware platform feature detection unit test
43 # software runtime feature detection unit test
/OK3568_Linux_fs/kernel/Documentation/arm/pxa/
H A Dmfp.rst18 detection of each pin. Below is a diagram of internal connections between
61 - GPIO level change detection
66 4. Wakeup detection is now controlled by MFP, PWER does not control the
145 d) although PXA3xx MFP supports edge detection on each pin, the
166 Bit 4: EDGE_RISE_EN - enable detection of rising edge on this pin
167 Bit 5: EDGE_FALL_EN - enable detection of falling edge on this pin
168 Bit 6: EDGE_CLEAR - disable edge detection on this pin
253 * edge detection = none
/OK3568_Linux_fs/buildroot/package/libmpeg2/
H A D0003-fix-arm-detection.patch1 Improve the ARM detection to work on Thumb-only architecture
8 This patch improves the configure.ac detection logic, by building one
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/touchscreen/
H A Dcolibri-vf50-ts.txt10 - interrupts: pen irq interrupt for touch detection
12 - pinctrl-0: pinctrl node for pen/touch detection state pinmux
/OK3568_Linux_fs/buildroot/package/libnids/
H A D0001-libpcap-use-pkg-config.patch1 configure.in: use pkg-config for libpcap detection
3 The detection of libpcap was based in ${prefix}, which doesn't make
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpio/
H A Dgpio-detection.txt2 - compatible: should be "gpio-detection"
19 compatible = "gpio-detection";

12345678910>>...47