Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/
H A Dacx.c621 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()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/
H A Dacx.c621 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()
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H A Dacx.c539 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()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H A Dacx.c539 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()
/kernel/linux/linux-5.10/drivers/staging/wfx/
H A Dhif_api_mib.h248 u8 detection:1; member
H A Dhif_tx_mib.c50 .detection = 1, in hif_set_rcpi_rssi_threshold()
/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/
H A Dhif_api_mib.h251 u8 detection:1; member
H A Dhif_tx_mib.c46 .detection = 1, in wfx_hif_set_rcpi_rssi_threshold()
/kernel/linux/linux-5.10/arch/alpha/lib/
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 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 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. */
/kernel/linux/linux-6.6/arch/alpha/lib/
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 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 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 14 milliseconds