Searched refs:detection (Results 1 – 25 of 31) sorted by relevance
12
/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 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 …]
|
/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 …]
|
/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()
|
/drivers/usb/common/ |
D | Kconfig | 33 protocol) and USB charger detection. 45 based USB cable detection, used typically if an input GPIO is used
|
/drivers/net/wireless/ti/wlcore/ |
D | acx.c | 539 struct acx_energy_detection *detection; in wl1271_acx_cca_threshold() local 544 detection = kzalloc(sizeof(*detection), GFP_KERNEL); in wl1271_acx_cca_threshold() 545 if (!detection) { in wl1271_acx_cca_threshold() 550 detection->rx_cca_threshold = cpu_to_le16(wl->conf.rx.rx_cca_threshold); in wl1271_acx_cca_threshold() 551 detection->tx_energy_detection = wl->conf.tx.tx_energy_detection; in wl1271_acx_cca_threshold() 554 detection, sizeof(*detection)); in wl1271_acx_cca_threshold() 559 kfree(detection); in wl1271_acx_cca_threshold()
|
/drivers/net/wireless/realtek/rtl8xxxu/ |
D | Kconfig | 31 This option enables detection of Realtek 8723/8188/8191/8192 WiFi
|
/drivers/usb/typec/ |
D | Kconfig | 94 handle the USB Type-C role and orientation detection reported by the 96 detection.
|
/drivers/staging/wfx/ |
D | hif_api_mib.h | 248 u8 detection:1; member
|
D | hif_tx_mib.c | 50 .detection = 1, in hif_set_rcpi_rssi_threshold()
|
/drivers/mtd/maps/ |
D | Kconfig | 87 platforms, some detection and setting up ROMs-specific accessors. 107 platforms, some detection and setting up parallel mode on the 194 otherwise detection won't succeed.
|
/drivers/atm/ |
D | Kconfig | 196 ForeRunner LE155 cards. This driver provides detection of cable~ 207 addition to cable removal/reinsertion detection, this driver allows 395 HE cards. This driver provides carrier detection some statistics.
|
/drivers/gpu/drm/i915/ |
D | Kconfig.profile | 39 hang detection.
|
/drivers/staging/pi433/Documentation/ |
D | pi433.txt | 224 optionOn - sync detection is enabled. If configured sync pattern 226 optionOff - sync detection is disabled.
|
/drivers/iio/proximity/ |
D | Kconfig | 15 Microsystems AS3935 lightning detection sensor.
|
/drivers/firmware/ |
D | Kconfig | 94 bool "Sets default behavior for EDD detection to off" 176 This option enables support for detection and exposing of iSCSI
|
/drivers/gpu/drm/bridge/ |
D | Kconfig | 45 detection. Most display controller handle display connectors
|
/drivers/net/ethernet/8390/ |
D | Kconfig | 40 chip detection and resources
|
/drivers/mtd/nand/raw/ |
D | Kconfig | 502 bool "Advanced detection options for DiskOnChip" 506 probe for a DiskOnChip, or to change the detection options. You
|
/drivers/pci/ |
D | Kconfig | 81 bool "Enable PCI resource re-allocation detection"
|
/drivers/tty/serial/8250/ |
D | Kconfig | 358 Missing break detection (but break generation) 359 Missing framing error detection
|
/drivers/remoteproc/ |
D | Kconfig | 83 detection.
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.reg | 507 * strength, and performing cable detection. On the aic7860, most of 522 field SSPIOCPS 0x01 /* Termination and cable detection */ 605 * Error detection mode and speed configuration
|
/drivers/platform/x86/ |
D | Kconfig | 139 detection order of your particular system. The "type" parameter 496 It adds support for the panel buttons, docking station detection, 497 tablet/notebook mode detection for convertible and 498 orientation detection for docked slates.
|
/drivers/gpu/drm/ |
D | Kconfig | 54 Enable allocation tracking of memory manager and leak detection on
|
/drivers/ide/ |
D | Kconfig | 418 This driver adds detection and support for the CY82C693 chipset 533 This driver adds detection and support for the NS87415 chip
|
12