Home
last modified time | relevance | path

Searched refs:bt_coexist (Results 1 – 7 of 7) sorted by relevance

/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
Ddm_common.c658 if ((last_bt_edca_ul != rtlpcipriv->bt_coexist.bt_edca_ul) || in rtl92c_dm_check_edca_turbo()
659 (last_bt_edca_dl != rtlpcipriv->bt_coexist.bt_edca_dl)) { in rtl92c_dm_check_edca_turbo()
661 last_bt_edca_ul = rtlpcipriv->bt_coexist.bt_edca_ul; in rtl92c_dm_check_edca_turbo()
662 last_bt_edca_dl = rtlpcipriv->bt_coexist.bt_edca_dl; in rtl92c_dm_check_edca_turbo()
665 if (rtlpcipriv->bt_coexist.bt_edca_ul != 0) { in rtl92c_dm_check_edca_turbo()
666 edca_be_ul = rtlpcipriv->bt_coexist.bt_edca_ul; in rtl92c_dm_check_edca_turbo()
670 if (rtlpcipriv->bt_coexist.bt_edca_dl != 0) { in rtl92c_dm_check_edca_turbo()
671 edca_be_ul = rtlpcipriv->bt_coexist.bt_edca_dl; in rtl92c_dm_check_edca_turbo()
680 if ((!mac->ht_enable) && (!rtlpcipriv->bt_coexist.bt_coexistence)) { in rtl92c_dm_check_edca_turbo()
1517 if (curr_bt_rssi_state != rtlpcipriv->bt_coexist.bt_rssi_state) { in rtl92c_bt_rssi_state_change()
[all …]
/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c5179 pHalData->bt_coexist.bFWCoexistAllOff = false; in btdm_SetFwIgnoreWlanAct()
5238 struct btdm_8723a_1ant *pBtdm8723 = &pHalData->bt_coexist.halCoex8723.btdm1Ant; in btdm_Is1AntPsTdmaStateChange()
5256 struct btdm_8723a_1ant *pBtdm8723 = &pHalData->bt_coexist.halCoex8723.btdm1Ant; in btdm_1AntPsTdma()
5423 pBtdm8723 = &pHalData->bt_coexist.halCoex8723.btdm1Ant; in _btdm_1AntSetPSTDMA()
5472 (pHalData->bt_coexist.halCoex8723.c2hBtInfo == BT_INFO_STATE_NO_CONNECTION) || in _btdm_1AntSetPSTDMA()
5473 (pHalData->bt_coexist.halCoex8723.c2hBtInfo == BT_INFO_STATE_CONNECT_IDLE) || in _btdm_1AntSetPSTDMA()
5498 struct btdm_8723a_1ant *pBtdm8723 = &pHalData->bt_coexist.halCoex8723.btdm1Ant; in btdm_1AntWifiParaAdjust()
5556 pBtdm8723 = &pHalData->bt_coexist.halCoex8723.btdm1Ant; in btdm_1AntTdmaJudgement()
5628 struct btdm_8723a_1ant *pBtdm8723 = &pHalData->bt_coexist.halCoex8723.btdm1Ant; in btdm_1AntTdmaDurationAdjustForACL()
5649 judge = btdm_1AntTdmaJudgement(padapter, pHalData->bt_coexist.halCoex8723.btRetryCnt); in btdm_1AntTdmaDurationAdjustForACL()
[all …]
/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dhw.c282 if ((rtlpcipriv->bt_coexist.bt_coexistence) && in rtl92ce_set_hw_reg()
283 (rtlpcipriv->bt_coexist.bt_coexist_type == in rtl92ce_set_hw_reg()
691 if (rtlpcipriv->bt_coexist.bt_coexistence) { in _rtl92ce_init_mac()
700 if (rtlpcipriv->bt_coexist.bt_coexistence) { in _rtl92ce_init_mac()
734 if (rtlpcipriv->bt_coexist.bt_coexistence) { in _rtl92ce_init_mac()
836 if ((rtlpcipriv->bt_coexist.bt_coexistence) && in _rtl92ce_hw_configure()
837 (rtlpcipriv->bt_coexist.bt_coexist_type == BT_CSR_BC4)) in _rtl92ce_hw_configure()
856 if ((rtlpcipriv->bt_coexist.bt_coexistence) && in _rtl92ce_hw_configure()
857 (rtlpcipriv->bt_coexist.bt_coexist_type == BT_CSR_BC4)) { in _rtl92ce_hw_configure()
865 if ((rtlpcipriv->bt_coexist.bt_coexistence) && in _rtl92ce_hw_configure()
[all …]
/drivers/net/wireless/realtek/rtlwifi/
Dusb.h153 struct bt_coexist_info bt_coexist; member
Dpci.h278 struct bt_coexist_info bt_coexist; member
/drivers/staging/rtl8723au/include/
Drtl8723a_hal.h367 struct bt_coexist_str bt_coexist; member
/drivers/net/wireless/ipw2x00/
Dipw2200.c103 static int bt_coexist = 0; variable
10842 if (bt_coexist) { in ipw_config()
12045 module_param(bt_coexist, int, 0444);
12046 MODULE_PARM_DESC(bt_coexist, "enable bluetooth coexistence (default off)");