Home
last modified time | relevance | path

Searched refs:bWifiBusy (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/staging/rtl8723bs/hal/
DHalBtc8723b1Ant.c305 bool bWifiBusy = false, bWifiUnderBMode = false; in halbtc8723b1ant_MonitorWiFiCtr() local
308 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); in halbtc8723b1ant_MonitorWiFiCtr()
341 if (bWifiBusy && (wifiRssi >= 30) && !bWifiUnderBMode) { in halbtc8723b1ant_MonitorWiFiCtr()
391 bool bWifiBusy = false, bUnder4way = false, bBtHsOn = false; in halbtc8723b1ant_IsWifiStatusChanged() local
397 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); in halbtc8723b1ant_IsWifiStatusChanged()
404 if (bWifiBusy != bPreWifiBusy) { in halbtc8723b1ant_IsWifiStatusChanged()
405 bPreWifiBusy = bWifiBusy; in halbtc8723b1ant_IsWifiStatusChanged()
1028 bool bWifiBusy = false; in halbtc8723b1ant_PsTdma() local
1037 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); in halbtc8723b1ant_PsTdma()
1304 bool bCommon = false, bWifiConnected = false, bWifiBusy = false; in halbtc8723b1ant_IsCommonAction() local
[all …]
DHalBtc8723b2Ant.c196 bool bWifiBusy = false, bUnder4way = false, bBtHsOn = false; in halbtc8723b2ant_IsWifiStatusChanged() local
200 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); in halbtc8723b2ant_IsWifiStatusChanged()
205 if (bWifiBusy != bPreWifiBusy) { in halbtc8723b2ant_IsWifiStatusChanged()
206 bPreWifiBusy = bWifiBusy; in halbtc8723b2ant_IsWifiStatusChanged()
1080 bool bCommon = false, bWifiConnected = false, bWifiBusy = false; in halbtc8723b2ant_IsCommonAction() local
1085 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); in halbtc8723b2ant_IsCommonAction()
1141 if (bWifiBusy) { in halbtc8723b2ant_IsCommonAction()