Searched refs:bWifiBusy (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8723bs/hal/ |
D | HalBtc8723b1Ant.c | 398 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 …]
|
D | HalBtc8723b2Ant.c | 285 bool bWifiBusy = false, bUnder4way = false, bBtHsOn = false; in halbtc8723b2ant_IsWifiStatusChanged() local 289 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); in halbtc8723b2ant_IsWifiStatusChanged() 294 if (bWifiBusy != bPreWifiBusy) { in halbtc8723b2ant_IsWifiStatusChanged() 295 bPreWifiBusy = bWifiBusy; in halbtc8723b2ant_IsWifiStatusChanged() 1496 bool bCommon = false, bWifiConnected = false, bWifiBusy = false; in halbtc8723b2ant_IsCommonAction() local 1501 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); in halbtc8723b2ant_IsCommonAction() 1562 if (bWifiBusy) { in halbtc8723b2ant_IsCommonAction() 2890 bool bBtHsOn = false, bWifiBusy = false; in EXhalbtc8723b2ant_DisplayCoexInfo() local 2982 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); in EXhalbtc8723b2ant_DisplayCoexInfo() 2990 ((!bWifiBusy) ? "idle" : ((BTC_WIFI_TRAFFIC_TX == wifiTrafficDir) ? "uplink" : "downlink")) in EXhalbtc8723b2ant_DisplayCoexInfo()
|