Searched refs:detection (Results 1 - 6 of 6) sorted by relevance

/drivers/edac/
H A DKconfig69 detection and correction (EDAC - or commonly referred to ECC
78 Support for error detection and correction of DRAM ECC errors on
86 Injection into the ECC detection circuits. The amd64_edac module
104 Support for error detection and correction on the AMD 76x
111 Support for error detection and correction on the Intel
118 Support for error detection and correction on the Intel
126 Support for error detection and correction on the Intel
133 Support for error detection and correction on the Intel
140 Support for error detection and correction on the Intel
147 Support for error detection an
[all...]
/drivers/net/wireless/wl1251/
H A Dacx.c666 struct acx_energy_detection *detection; local
671 detection = kzalloc(sizeof(*detection), GFP_KERNEL);
672 if (!detection) {
677 detection->rx_cca_threshold = CCA_THRSH_DISABLE_ENERGY_D;
678 detection->tx_energy_detection = 0;
681 detection, sizeof(*detection));
686 kfree(detection);
/drivers/mmc/core/
H A DKconfig46 if you are experiencing issues with SD detection.
/drivers/net/wireless/wl12xx/
H A Dacx.c543 struct acx_energy_detection *detection; local
548 detection = kzalloc(sizeof(*detection), GFP_KERNEL);
549 if (!detection) {
554 detection->rx_cca_threshold = cpu_to_le16(wl->conf.rx.rx_cca_threshold);
555 detection->tx_energy_detection = wl->conf.tx.tx_energy_detection;
558 detection, sizeof(*detection));
563 kfree(detection);
/drivers/atm/
H A DKconfig195 ForeRunner LE155 cards. This driver provides detection of cable~
206 addition to cable removal/reinsertion detection, this driver allows
392 HE cards. This driver provides carrier detection some statistics.
/drivers/ide/
H A DKconfig415 This driver adds detection and support for the CY82C693 chipset
528 This driver adds detection and support for the NS87415 chip

Completed in 292 milliseconds