Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/hal/
DHalBtc8723b1Ant.c398 bool bWifiBusy = false, bWifiUnderBMode = false; in halbtc8723b1ant_MonitorWiFiCtr() local
401 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); in halbtc8723b1ant_MonitorWiFiCtr()
434 if (bWifiBusy && (wifiRssi >= 30) && !bWifiUnderBMode) { in halbtc8723b1ant_MonitorWiFiCtr()
484 bool bWifiBusy = false, bUnder4way = false, bBtHsOn = false; in halbtc8723b1ant_IsWifiStatusChanged() local
490 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); in halbtc8723b1ant_IsWifiStatusChanged()
497 if (bWifiBusy != bPreWifiBusy) { in halbtc8723b1ant_IsWifiStatusChanged()
498 bPreWifiBusy = bWifiBusy; in halbtc8723b1ant_IsWifiStatusChanged()
1368 bool bWifiBusy = false; in halbtc8723b1ant_PsTdma() local
1379 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); in halbtc8723b1ant_PsTdma()
1666 bool bCommon = false, bWifiConnected = false, bWifiBusy = false; in halbtc8723b1ant_IsCommonAction() local
[all …]
DHalBtc8723b2Ant.c278 bool bWifiBusy = false, bUnder4way = false, bBtHsOn = false; in halbtc8723b2ant_IsWifiStatusChanged() local
282 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); in halbtc8723b2ant_IsWifiStatusChanged()
287 if (bWifiBusy != bPreWifiBusy) { in halbtc8723b2ant_IsWifiStatusChanged()
288 bPreWifiBusy = bWifiBusy; in halbtc8723b2ant_IsWifiStatusChanged()
1489 bool bCommon = false, bWifiConnected = false, bWifiBusy = false; in halbtc8723b2ant_IsCommonAction() local
1494 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); in halbtc8723b2ant_IsCommonAction()
1555 if (bWifiBusy) { in halbtc8723b2ant_IsCommonAction()
3058 bool bBtHsOn = false, bWifiBusy = false; in EXhalbtc8723b2ant_DisplayCoexInfo() local
3150 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); in EXhalbtc8723b2ant_DisplayCoexInfo()
3158 ((!bWifiBusy) ? "idle" : ((BTC_WIFI_TRAFFIC_TX == wifiTrafficDir) ? "uplink" : "downlink")) in EXhalbtc8723b2ant_DisplayCoexInfo()