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

/linux-master/drivers/net/wireless/ti/wl1251/
H A Dacx.c621 struct acx_energy_detection *detection; local
626 detection = kzalloc(sizeof(*detection), GFP_KERNEL);
627 if (!detection)
630 detection->rx_cca_threshold = CCA_THRSH_DISABLE_ENERGY_D;
631 detection->tx_energy_detection = 0;
634 detection, sizeof(*detection));
638 kfree(detection);
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dacx.c539 struct acx_energy_detection *detection; local
544 detection = kzalloc(sizeof(*detection), GFP_KERNEL);
545 if (!detection) {
550 detection->rx_cca_threshold = cpu_to_le16(wl->conf.rx.rx_cca_threshold);
551 detection->tx_energy_detection = wl->conf.tx.tx_energy_detection;
554 detection, sizeof(*detection));
559 kfree(detection);
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dhif_api_mib.h251 u8 detection:1; member in struct:wfx_hif_mib_rcpi_rssi_threshold
H A Dhif_tx_mib.c46 .detection = 1,
/linux-master/arch/alpha/lib/
H A Dstxcpy.S48 mskqh t2, a1, t2 # e0 : detection in the src word
H A Dev6-stxcpy.S59 mskqh t2, a1, t2 # U : detection in the src word (stall)
H A Dstxncpy.S56 mskqh t2, a1, t2 # e0 : detection in the src word
107 /* Add the end-of-count bit to the eos detection bitmask. */
H A Dev6-stxncpy.S67 mskqh t2, a1, t2 # U : detection in the src word (stall)
137 /* Add the end-of-count bit to the eos detection bitmask. */

Completed in 257 milliseconds