Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/hal/
H A DHalBtc8723b2Ant.c100 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi); in halbtc8723b2ant_WifiRssiState()
199 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); in halbtc8723b2ant_IsWifiStatusChanged()
200 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); in halbtc8723b2ant_IsWifiStatusChanged()
201 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); in halbtc8723b2ant_IsWifiStatusChanged()
202 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_4_WAY_PROGRESS, &bUnder4way); in halbtc8723b2ant_IsWifiStatusChanged()
229 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); in halbtc8723b2ant_UpdateBtLinkInfo()
295 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); in halbtc8723b2ant_ActionAlgorithm()
832 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_EXT_SWITCH, &bPgExtSwitch); in halbtc8723b2ant_SetAntPath()
833 …pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); /* [31:16]=fw ver, [15:0]=fw sub… in halbtc8723b2ant_SetAntPath()
1055 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); in halbtc8723b2ant_ActionBtInquiry()
[all …]
H A DHalBtcOutSrc.h396 BFP_BTC_GET fBtcGet; member