Home
last modified time | relevance | path

Searched refs:pBtCoexist (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/rtl8723bs/hal/
DHalBtc8723b1Ant.c154 PBTC_COEXIST pBtCoexist, bool bForceExec, u32 disRateMask in halbtc8723b1ant_UpdateRaMask() argument
160 pBtCoexist->fBtcSet( in halbtc8723b1ant_UpdateRaMask()
161 pBtCoexist, in halbtc8723b1ant_UpdateRaMask()
169 PBTC_COEXIST pBtCoexist, bool bForceExec, u8 type in halbtc8723b1ant_AutoRateFallbackRetry() argument
179 pBtCoexist->fBtcWrite4Byte( in halbtc8723b1ant_AutoRateFallbackRetry()
180 pBtCoexist, 0x430, pCoexDm->backupArfrCnt1 in halbtc8723b1ant_AutoRateFallbackRetry()
182 pBtCoexist->fBtcWrite4Byte( in halbtc8723b1ant_AutoRateFallbackRetry()
183 pBtCoexist, 0x434, pCoexDm->backupArfrCnt2 in halbtc8723b1ant_AutoRateFallbackRetry()
187 pBtCoexist->fBtcGet( in halbtc8723b1ant_AutoRateFallbackRetry()
188 pBtCoexist, BTC_GET_BL_WIFI_UNDER_B_MODE, &bWifiUnderBMode in halbtc8723b1ant_AutoRateFallbackRetry()
[all …]
DHalBtc8723b2Ant.c13 halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, val); \
111 PBTC_COEXIST pBtCoexist, in halbtc8723b2ant_WifiRssiState() argument
121 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi); in halbtc8723b2ant_WifiRssiState()
192 PBTC_COEXIST pBtCoexist, in halbtc8723b2ant_LimitedRx() argument
206 pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_TO_REJ_AP_AGG_PKT, &bRejectRxAgg); in halbtc8723b2ant_LimitedRx()
208 pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_CTRL_AGG_SIZE, &bBtCtrlRxAggSize); in halbtc8723b2ant_LimitedRx()
210 pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_AGG_BUF_SIZE, &rxAggSize); in halbtc8723b2ant_LimitedRx()
212 pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_AGGREGATE_CTRL, NULL); in halbtc8723b2ant_LimitedRx()
215 static void halbtc8723b2ant_MonitorBtCtr(PBTC_COEXIST pBtCoexist) in halbtc8723b2ant_MonitorBtCtr() argument
223 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); in halbtc8723b2ant_MonitorBtCtr()
[all …]
Dhal_btcoex.c70 static u8 halbtcoutsrc_IsBtCoexistAvailable(PBTC_COEXIST pBtCoexist) in halbtcoutsrc_IsBtCoexistAvailable() argument
72 if (!pBtCoexist->bBinded || !pBtCoexist->Adapter) in halbtcoutsrc_IsBtCoexistAvailable()
104 static void halbtcoutsrc_LeaveLps(PBTC_COEXIST pBtCoexist) in halbtcoutsrc_LeaveLps() argument
109 padapter = pBtCoexist->Adapter; in halbtcoutsrc_LeaveLps()
111 pBtCoexist->btInfo.bBtCtrlLps = true; in halbtcoutsrc_LeaveLps()
112 pBtCoexist->btInfo.bBtLpsOn = false; in halbtcoutsrc_LeaveLps()
117 static void halbtcoutsrc_EnterLps(PBTC_COEXIST pBtCoexist) in halbtcoutsrc_EnterLps() argument
122 padapter = pBtCoexist->Adapter; in halbtcoutsrc_EnterLps()
124 pBtCoexist->btInfo.bBtCtrlLps = true; in halbtcoutsrc_EnterLps()
125 pBtCoexist->btInfo.bBtLpsOn = true; in halbtcoutsrc_EnterLps()
[all …]
DHalBtc8723b2Ant.h132 void EXhalbtc8723b2ant_PowerOnSetting(PBTC_COEXIST pBtCoexist);
133 void EXhalbtc8723b2ant_InitHwConfig(PBTC_COEXIST pBtCoexist, bool bWifiOnly);
134 void EXhalbtc8723b2ant_InitCoexDm(PBTC_COEXIST pBtCoexist);
135 void EXhalbtc8723b2ant_IpsNotify(PBTC_COEXIST pBtCoexist, u8 type);
136 void EXhalbtc8723b2ant_LpsNotify(PBTC_COEXIST pBtCoexist, u8 type);
137 void EXhalbtc8723b2ant_ScanNotify(PBTC_COEXIST pBtCoexist, u8 type);
138 void EXhalbtc8723b2ant_ConnectNotify(PBTC_COEXIST pBtCoexist, u8 type);
139 void EXhalbtc8723b2ant_MediaStatusNotify(PBTC_COEXIST pBtCoexist, u8 type);
140 void EXhalbtc8723b2ant_SpecialPacketNotify(PBTC_COEXIST pBtCoexist, u8 type);
142 PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length
[all …]
DHalBtc8723b1Ant.h170 void EXhalbtc8723b1ant_PowerOnSetting(PBTC_COEXIST pBtCoexist);
171 void EXhalbtc8723b1ant_InitHwConfig(PBTC_COEXIST pBtCoexist, bool bWifiOnly);
172 void EXhalbtc8723b1ant_InitCoexDm(PBTC_COEXIST pBtCoexist);
173 void EXhalbtc8723b1ant_IpsNotify(PBTC_COEXIST pBtCoexist, u8 type);
174 void EXhalbtc8723b1ant_LpsNotify(PBTC_COEXIST pBtCoexist, u8 type);
175 void EXhalbtc8723b1ant_ScanNotify(PBTC_COEXIST pBtCoexist, u8 type);
176 void EXhalbtc8723b1ant_ConnectNotify(PBTC_COEXIST pBtCoexist, u8 type);
177 void EXhalbtc8723b1ant_MediaStatusNotify(PBTC_COEXIST pBtCoexist, u8 type);
178 void EXhalbtc8723b1ant_SpecialPacketNotify(PBTC_COEXIST pBtCoexist, u8 type);
180 PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length
[all …]
DHalBtcOutSrc.h403 typedef u8 (*BFP_BTC_GET)(void *pBtCoexist, u8 getType, void *pOutBuf);
405 typedef u8 (*BFP_BTC_SET)(void *pBtCoexist, u8 setType, void *pInBuf);
410 typedef void (*BFP_BTC_DISP_DBG_MSG)(void *pBtCoexist, u8 dispType);
535 void EXhalbtcoutsrc_PowerOnSetting(PBTC_COEXIST pBtCoexist);
536 void EXhalbtcoutsrc_InitHwConfig(PBTC_COEXIST pBtCoexist, u8 bWifiOnly);
537 void EXhalbtcoutsrc_InitCoexDm(PBTC_COEXIST pBtCoexist);
538 void EXhalbtcoutsrc_IpsNotify(PBTC_COEXIST pBtCoexist, u8 type);
539 void EXhalbtcoutsrc_LpsNotify(PBTC_COEXIST pBtCoexist, u8 type);
540 void EXhalbtcoutsrc_ScanNotify(PBTC_COEXIST pBtCoexist, u8 type);
541 void EXhalbtcoutsrc_ConnectNotify(PBTC_COEXIST pBtCoexist, u8 action);
[all …]