/Linux-v5.4/drivers/edac/ |
D | Kconfig | 81 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 on the AMD 76x 114 Support for error detection and correction on the Intel 121 Support for error detection and correction on the Intel 129 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 157 Support for error detection and correction on the Intel [all …]
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | ext-ctrls-detect.rst | 17 or object detection capable devices. 31 Sets the motion detection mode. 40 - Disable motion detection. 42 - Use a single motion detection threshold. 45 detection threshold. These thresholds are set through the 49 value that specifies which per-region motion detection thresholds 58 Sets the global motion detection threshold to be used with the 59 ``V4L2_DETECT_MD_MODE_GLOBAL`` motion detection mode. 62 Sets the motion detection thresholds for each cell in the grid. To 64 detection mode. Matrix element (0, 0) represents the cell at the [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/extcon/ |
D | extcon-arizona.txt | 11 - wlf,hpdet-channel : Headphone detection channel. 15 headphone detection mode is set to HPDETL. 18 detection. 20 jack detection. 21 - wlf,jd-invert : Invert the polarity of the jack detection switch 25 - wlf,micd-detect-debounce : Additional software microphone detection 30 performing microphone detection, specified as per the ARIZONA_MICD_TIME_XXX 32 - wlf,micd-rate : Delay between successive microphone detection measurements, 34 - wlf,micd-dbtime : Microphone detection hardware debounces specified as the 36 - wlf,micd-timeout-ms : Timeout for microphone detection, specified in [all …]
|
D | extcon-palmas.txt | 13 - 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.
|
/Linux-v5.4/Documentation/sound/soc/ |
D | jack.rst | 2 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
|
/Linux-v5.4/Documentation/devicetree/bindings/phy/ |
D | meson-gxl-usb3-phy.txt | 1 * Amlogic Meson GXL and GXM USB3 PHY and OTG detection binding 7 - interrupts: the interrupt specifier for the OTG detection 10 - and peripheral mode/OTG detection 14 - peripheral mode/OTG detection
|
/Linux-v5.4/drivers/extcon/ |
D | Kconfig | 28 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 …]
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-bus-iio-light-isl29018 | 10 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
|
/Linux-v5.4/Documentation/devicetree/bindings/sound/ |
D | nokia,rx51.txt | 10 - jack-detection-gpios: GPIO for jack detection 24 jack-detection-gpios = <&gpio6 17 GPIO_ACTIVE_HIGH>; /* 177 */
|
D | rt5645.txt | 37 1 : Mode-0 (VDD=3.3V), two port jack detection 38 2 : Mode-1 (VDD=3.3V), one port jack detection 39 3 : Mode-2 (VDD=1.8V), one port jack detection
|
D | rt5677.txt | 38 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 */
|
D | rt5651.txt | 31 u32, micbias over-current detection threshold in µA, valid values are 35 u32, micbias over-current detection scale-factor, valid values are:
|
D | omap-abe-twl6040.txt | 15 - ti,jack-detection: Need to be present if the board capable to detect jack 62 ti,jack-detection;
|
D | rt5640.txt | 50 u32, micbias over-current detection threshold in µA, valid values are 54 u32, micbias over-current detection scale-factor, valid values are:
|
/Linux-v5.4/Documentation/devicetree/bindings/power/supply/ |
D | bq2415x.txt | 30 - ti,usb-charger-detection: phandle to usb charger detection device. 46 ti,usb-charger-detection = <&isp1704>;
|
D | bq24257.txt | 21 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
|
/Linux-v5.4/Documentation/devicetree/bindings/input/touchscreen/ |
D | colibri-vf50-ts.txt | 10 - interrupts: pen irq interrupt for touch detection 12 - pinctrl-0: pinctrl node for pen/touch detection state pinmux
|
/Linux-v5.4/drivers/net/wireless/ti/wl1251/ |
D | acx.c | 621 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()
|
/Linux-v5.4/lib/ |
D | Kconfig.kasan | 47 or later for basic support and version 5.0 or later for detection of 50 version 3.7.0 or later and it doesn't support detection of 55 For better error detection enable CONFIG_STACKTRACE. 76 For better error detection enable CONFIG_STACKTRACE. 146 tristate "Module for testing KASAN for bug detection"
|
/Linux-v5.4/Documentation/arm/pxa/ |
D | mfp.rst | 18 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
|
/Linux-v5.4/Documentation/devicetree/bindings/regulator/ |
D | st,stpmic1-regulator.txt | 27 if set, all regulators are switched off in case of over-current detection 30 - interrupts: index of current limit detection interrupt
|
/Linux-v5.4/drivers/usb/common/ |
D | Kconfig | 34 protocol) and USB charger detection. 45 based USB cable detection, used typically if an input GPIO is used
|
/Linux-v5.4/Documentation/devicetree/bindings/arm/ |
D | versatile-sysreg.txt | 5 platform functions like board detection and identification, software
|
/Linux-v5.4/Documentation/admin-guide/ |
D | lockup-watchdogs.rst | 11 stack trace is displayed upon detection and, by default, the system 22 upon detection and the system will stay locked up unless the default 65 between fast response to lockups and detection overhead.
|
/Linux-v5.4/Documentation/devicetree/bindings/mfd/ |
D | ab8500.txt | 37 : MAIN_CH_UNPLUG_DET : : main charger unplug detection management (not in 8505) 38 : MAIN_CHARGE_PLUG_DET : : main charger plug detection management (not in 8505) 47 : USB_CHARGER_NOT_OKR : : allowed USB charger not ok detection
|