Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8723bs/hal/
DHalBtc8723b1Ant.c2273 bool bScan = false, bLink = false, bRoam = false; in halbtc8723b1ant_ActionWifiConnected() local
2294 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); in halbtc8723b1ant_ActionWifiConnected()
2296 if (bScan || bLink || bRoam) { in halbtc8723b1ant_ActionWifiConnected()
2563 bool bScan = false, bLink = false, bRoam = false; in halbtc8723b1ant_RunCoexistMechanism() local
2568 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); in halbtc8723b1ant_RunCoexistMechanism()
2571 if (bScan || bLink || bRoam) { in halbtc8723b1ant_RunCoexistMechanism()
2734 bool bLink = false; in EXhalbtc8723b1ant_DisplayCoexInfo() local
2847 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); in EXhalbtc8723b1ant_DisplayCoexInfo()
2853 bLink, bRoam, bScan, ((pCoexSta->bWiFiIsHighPriTask) ? "1" : "0") in EXhalbtc8723b1ant_DisplayCoexInfo()
DHalBtc8723b2Ant.c2020 bool bScan = false, bLink = false, bRoam = false; in halbtc8723b2ant_TdmaDurationAdjust() local
2032 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); in halbtc8723b2ant_TdmaDurationAdjust()
2035 if (!bScan && !bLink && !bRoam) in halbtc8723b2ant_TdmaDurationAdjust()
2889 bool bRoam = false, bScan = false, bLink = false, bWifiUnder5G = false; in EXhalbtc8723b2ant_DisplayCoexInfo() local
2968 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); in EXhalbtc8723b2ant_DisplayCoexInfo()
2974 bLink, in EXhalbtc8723b2ant_DisplayCoexInfo()