Searched refs:fBtcGet (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8723bs/hal/ |
D | HalBtc8723b1Ant.c | 187 pBtCoexist->fBtcGet( in halbtc8723b1ant_AutoRateFallbackRetry() 401 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); in halbtc8723b1ant_MonitorWiFiCtr() 402 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi); in halbtc8723b1ant_MonitorWiFiCtr() 403 pBtCoexist->fBtcGet( in halbtc8723b1ant_MonitorWiFiCtr() 487 pBtCoexist->fBtcGet( in halbtc8723b1ant_IsWifiStatusChanged() 490 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); in halbtc8723b1ant_IsWifiStatusChanged() 491 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); in halbtc8723b1ant_IsWifiStatusChanged() 492 pBtCoexist->fBtcGet( in halbtc8723b1ant_IsWifiStatusChanged() 521 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); in halbtc8723b1ant_UpdateBtLinkInfo() 587 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); in halbtc8723b1ant_ActionAlgorithm() [all …]
|
D | HalBtc8723b2Ant.c | 121 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi); in halbtc8723b2ant_WifiRssiState() 288 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); in halbtc8723b2ant_IsWifiStatusChanged() 289 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); in halbtc8723b2ant_IsWifiStatusChanged() 290 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); in halbtc8723b2ant_IsWifiStatusChanged() 291 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_4_WAY_PROGRESS, &bUnder4way); in halbtc8723b2ant_IsWifiStatusChanged() 318 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); in halbtc8723b2ant_UpdateBtLinkInfo() 384 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); in halbtc8723b2ant_ActionAlgorithm() 1220 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_EXT_SWITCH, &bPgExtSwitch); in halbtc8723b2ant_SetAntPath() 1221 …pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); /* [31:16]=fw ver, [15:0]=fw sub… in halbtc8723b2ant_SetAntPath() 1471 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); in halbtc8723b2ant_ActionBtInquiry() [all …]
|
D | HalBtcOutSrc.h | 526 BFP_BTC_GET fBtcGet; member
|
D | hal_btcoex.c | 949 pBtCoexist->fBtcGet = halbtcoutsrc_Get; in hal_btcoex_Initialize()
|