/kernel/linux/linux-5.10/drivers/edac/ |
D | Kconfig | 13 tristate "EDAC (Error Detection And Correction) reporting" 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 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 [all …]
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-detect.rst | 10 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 …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/extcon/ |
D | wlf,arizona.yaml | 22 Headphone detection channel. ARIZONA_ACCDET_MODE_HPL/1 sets the 25 then headphone detection mode is set to HPDETL. 32 Use the additional JD input along with JD1 for dual pin jack detection. 37 Internal pull on JD2 is disabled when used for jack detection. 42 Invert the polarity of the jack detection switch. 52 Additional software microphone detection debounce specified in 65 detection, specified as per the ARIZONA_MICD_TIME_XXX defines. 72 Delay between successive microphone detection measurements, specified 80 Microphone detection hardware debounces specified as the number of 87 Timeout for microphone detection, specified in milliseconds. [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.
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/include/linux/ |
D | lis3lv02d.h | 7 * @click_flags: Click detection unit configuration 8 * @click_thresh_x: Click detection unit x axis threshold 9 * @click_thresh_y: Click detection unit y axis threshold 10 * @click_thresh_z: Click detection unit z axis threshold 11 * @click_time_limit: Click detection unit time parameter 12 * @click_latency: Click detection unit latency parameter 13 * @click_window: Click detection unit window parameter 41 * detection units and click detection unit. There are plenty of ways to 43 * the fields here. Behaviour of the detection blocks varies heavily depending 44 * on the configuration. For example, interrupt detection block can use high [all …]
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
D | mtd-nand-omap2.h | 28 * 1-bit ECC: calculation by GPMC, Error detection by Software 32 /* 4-bit ECC calculation by GPMC, Error detection by Software */ 34 /* 4-bit ECC calculation by GPMC, Error detection by ELM */ 36 /* 8-bit ECC calculation by GPMC, Error detection by Software */ 38 /* 8-bit ECC calculation by GPMC, Error detection by ELM */ 40 /* 16-bit ECC calculation by GPMC, Error detection by ELM */
|
D | adau17x1.h | 28 * insertion detection. 37 * adau1761_jackdetect_debounce_time - Jack insertion detection debounce time 69 * @jackdetect_debounce_time: Jack insertion detection debounce time. 71 * for jack insertion detection. 72 * @jackdetect_active_low: If true the jack insertion detection is active low.
|
/kernel/linux/linux-5.10/include/linux/input/ |
D | adxl34x.h | 31 * Y, or Z participation in Tap detection. A '0' excludes the 32 * selected axis from participation in Tap detection. 33 * Setting the SUPPRESS bit suppresses Double Tap detection if 48 * holds the threshold value for tap detection/interrupts. 69 * from the detection of a tap event to the opening of the time 90 * or inactivity detection. A '0' excludes the selected axis from 97 * coupled operation for activity detection, the acceleration value 98 * at the start of activity detection is taken as a reference value. 102 * AC coupled operation for inactivity detection, a reference value 125 * holds the threshold value for activity detection. [all …]
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/ |
D | mainstone.h | 78 #define MST_MSCRD_nMEMSTK_CD (1 << 8) /* Memory Stick detection signal */ 79 #define MST_MSCRD_nMMC_CD (1 << 7) /* SD/MMC card detection signal */ 80 #define MST_MSCRD_nUSIM_CD (1 << 6) /* USIM card detection signal */ 90 #define MST_INT_S1_CD (1 << 13) /* PCMCIA socket 1 card detection */ 93 #define MST_INT_S0_CD (1 << 9) /* PCMCIA socket 0 card detection */ 95 #define MST_INT_MSINS (1 << 6) /* Memory Stick* detection */ 99 #define MST_INT_USBC (1 << 2) /* USB client cable detection IRQ */ 100 #define MST_INT_USIM (1 << 1) /* USIM card detection IRQ */ 101 #define MST_INT_MMC (1 << 0) /* MMC/SD card detection IRQ */ 108 #define MST_PCMCIA_nCD (1 << 5) /* Card detection signal */
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
D | hda_jack.h | 3 * Jack-detection handling for HD-audio 35 /* jack-detection stuff */ 37 unsigned int jack_detect:1; /* capable of jack-detection? */ 83 * snd_hda_jack_detect_enable - enable the jack-detection 129 * @nid: pin NID to check jack detection 142 * @nid: pin NID to check jack detection 165 * This assigns a jack-detection kctl to the given pin. The kcontrol
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | iommu_table.h | 59 * The simplest IOMMU definition. Provide the detection routine 74 * a). A detection routine function. 75 * b). The name of the detection routine we depend on to get called 77 * c). The init routine which gets called if the detection routine 85 * list after the detection routine returns a positive number, while the 86 * latter will stop the execution chain upon first successful detection.
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
D | drm_bridge_connector.c | 70 * hot-plug detection notification, if any (see &DRM_BRIDGE_OP_HPD). 77 * connector detection, if any (see &DRM_BRIDGE_OP_DETECT). 84 * connector modes detection, if any (see &DRM_BRIDGE_OP_MODES). 132 * drm_bridge_connector_enable_hpd - Enable hot-plug detection for the connector 135 * This function enables hot-plug detection for the given bridge connector. 151 * drm_bridge_connector_disable_hpd - Disable hot-plug detection for the 155 * This function disables hot-plug detection for the given bridge connector. 337 * bridges in the pipeline that support HPD and output detection. Then in drm_bridge_connector_init() 340 * detection are available, we don't support hotplug detection at all. in drm_bridge_connector_init()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/light/ |
D | sharp,gp2ap002.yaml | 46 Hysteresis setting for "far" object detection, this setting is 47 device-unique and adjust the optical setting for proximity detection 53 Hysteresis setting for "close" object detection, this setting is 54 device-unique and adjust the optical setting for proximity detection
|
/kernel/linux/linux-5.10/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 */
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
D | colibri-vf50-ts.c | 83 * Enable touch detection using falling edge detection on XM 110 /* Disable the touch detection plates */ in vf50_ts_irq_bh() 163 * touch detection in vf50_ts_irq_bh() 195 /* Report no more touch, re-enable touch detection */ in vf50_ts_irq_bh() 210 dev_dbg(dev, "Input device %s opened, starting touch detection\n", in vf50_ts_open() 215 /* Mux detection before request IRQ, wait for pull-up to settle */ in vf50_ts_open() 235 dev_dbg(dev, "Input device %s closed, disable touch detection\n", in vf50_ts_close()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fman/ |
D | fman.h | 259 FMAN_EV_MAC0, /* MAC 0 event (Magic packet detection) */ 260 FMAN_EV_MAC1, /* MAC 1 event (Magic packet detection) */ 261 FMAN_EV_MAC2, /* MAC 2 (Magic packet detection) */ 262 FMAN_EV_MAC3, /* MAC 3 (Magic packet detection) */ 263 FMAN_EV_MAC4, /* MAC 4 (Magic packet detection) */ 264 FMAN_EV_MAC5, /* MAC 5 (Magic packet detection) */ 265 FMAN_EV_MAC6, /* MAC 6 (Magic packet detection) */ 266 FMAN_EV_MAC7, /* MAC 7 (Magic packet detection) */ 267 FMAN_EV_MAC8, /* MAC 8 event (Magic packet detection) */ 268 FMAN_EV_MAC9, /* MAC 9 event (Magic packet detection) */
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
D | hgpk.h | 41 int spew_count, x_tally, y_tally; /* spew detection */ 46 int xbigj, ybigj, xlast, ylast; /* jumpiness detection */ 47 int xsaw_secondary, ysaw_secondary; /* jumpiness detection */
|
/kernel/linux/linux-5.10/lib/ |
D | Kconfig.kasan | 58 but detection of out-of-bounds accesses for global variables is 65 For better error detection enable CONFIG_STACKTRACE. 89 For better error detection enable CONFIG_STACKTRACE. 170 tristate "KUnit-compatible tests of KASAN bug detection capabilities" if !KUNIT_ALL_TESTS 182 tristate "KUnit-incompatible tests of KASAN bug detection capabilities"
|
/kernel/linux/linux-5.10/include/linux/mfd/arizona/ |
D | pdata.h | 105 /** GPIO5 is used for jack detection */ 108 /** Internal pull on GPIO5 is disabled when used for jack detection */ 123 /** Channel to use for headphone detection */ 129 /** Extra debounce timeout used during initial mic detection (ms) */ 132 /** GPIO for mic detection polarity */
|
/kernel/linux/linux-5.10/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 244 * bit 19..20 - Low Power Mode Edge Detection 253 * edge detection = none
|
/kernel/linux/linux-5.10/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>;
|
/kernel/linux/linux-5.10/drivers/usb/common/ |
D | Kconfig | 33 protocol) and USB charger detection. 39 tristate "USB GPIO Based Connection Detection Driver" 45 based USB cable detection, used typically if an input GPIO is used
|