Searched refs:detection (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/staging/wfx/ |
H A D | hif_api_mib.h | 248 u8 detection:1; member
|
H A D | hif_tx_mib.c | 50 .detection = 1, in hif_set_rcpi_rssi_threshold()
|
/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/ |
H A D | hif_api_mib.h | 251 u8 detection:1; member
|
H A D | hif_tx_mib.c | 46 .detection = 1, in wfx_hif_set_rcpi_rssi_threshold()
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | stxncpy.S | 56 mskqh t2, a1, t2 # e0 : detection in the src word 107 /* Add the end-of-count bit to the eos detection bitmask. */
|
H A D | stxcpy.S | 48 mskqh t2, a1, t2 # e0 : detection in the src word
|
H A D | ev6-stxcpy.S | 59 mskqh t2, a1, t2 # U : detection in the src word (stall)
|
H A D | ev6-stxncpy.S | 67 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 D | stxncpy.S | 56 mskqh t2, a1, t2 # e0 : detection in the src word 107 /* Add the end-of-count bit to the eos detection bitmask. */
|
H A D | stxcpy.S | 48 mskqh t2, a1, t2 # e0 : detection in the src word
|
H A D | ev6-stxcpy.S | 59 mskqh t2, a1, t2 # U : detection in the src word (stall)
|
H A D | ev6-stxncpy.S | 67 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