Searched refs:bWifiBusy (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/staging/rtl8723bs/hal/ |
H A D | HalBtc8723b1Ant.c | 305 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 …]
|
H A D | HalBtc8723b2Ant.c | 196 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()
|