Home
last modified time | relevance | path

Searched refs:btInfo (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Dhal_btcoex.c155 pBtCoexist->btInfo.bBtCtrlLps = true; in halbtcoutsrc_LeaveLps()
156 pBtCoexist->btInfo.bBtLpsOn = false; in halbtcoutsrc_LeaveLps()
168 pBtCoexist->btInfo.bBtCtrlLps = true; in halbtcoutsrc_EnterLps()
169 pBtCoexist->btInfo.bBtLpsOn = true; in halbtcoutsrc_EnterLps()
183 if (pBtCoexist->btInfo.bBtCtrlLps) { in halbtcoutsrc_NormalLps()
184 pBtCoexist->btInfo.bBtLpsOn = false; in halbtcoutsrc_NormalLps()
186 pBtCoexist->btInfo.bBtCtrlLps = false; in halbtcoutsrc_NormalLps()
244 pBtCoexist->btInfo.bBtDisableLowPwr = bLowPwrDisable; in halbtcoutsrc_DisableLowPower()
260 if (pBtCoexist->btInfo.bRejectAggPkt) in halbtcoutsrc_AggregationCheck()
264 if (pBtCoexist->btInfo.bPreBtCtrlAggBufSize != in halbtcoutsrc_AggregationCheck()
[all …]
DHalBtc8723b1Ant.c2906 …((pBtCoexist->btInfo.bBtDisabled) ? ("disabled") : ((pCoexSta->bC2hBtInquiryPage) ? ("inquiry/page… in EXhalbtc8723b1ant_DisplayCoexInfo()
2967 pBtCoexist->btInfo.lpsVal, in EXhalbtc8723b1ant_DisplayCoexInfo()
2968 pBtCoexist->btInfo.rpwmVal in EXhalbtc8723b1ant_DisplayCoexInfo()
2994 (pBtCoexist->btInfo.bRejectAggPkt ? "Yes" : "No"), in EXhalbtc8723b1ant_DisplayCoexInfo()
2995 (pBtCoexist->btInfo.bBtCtrlAggBufSize ? "Yes" : "No"), in EXhalbtc8723b1ant_DisplayCoexInfo()
2996 pBtCoexist->btInfo.aggBufSize in EXhalbtc8723b1ant_DisplayCoexInfo()
3003 pBtCoexist->btInfo.raMask in EXhalbtc8723b1ant_DisplayCoexInfo()
3283 if (pBtCoexist->btInfo.bBtDisabled) in EXhalbtc8723b1ant_ScanNotify()
3337 pBtCoexist->btInfo.bBtDisabled in EXhalbtc8723b1ant_ConnectNotify()
3393 pBtCoexist->btInfo.bBtDisabled in EXhalbtc8723b1ant_MediaStatusNotify()
[all …]
DHalBtc8723b2Ant.c3166 …((pBtCoexist->btInfo.bBtDisabled) ? ("disabled") : ((pCoexSta->bC2hBtInquiryPage) ? ("inquiry/page… in EXhalbtc8723b2ant_DisplayCoexInfo()
3533 u8 btInfo = 0; in EXhalbtc8723b2ant_BtInfoNotify() local
3550 btInfo = tmpBuf[i]; in EXhalbtc8723b2ant_BtInfoNotify()
3600 if (btInfo & BT_INFO_8723B_2ANT_B_INQ_PAGE) in EXhalbtc8723b2ant_BtInfoNotify()
3606 if (!(btInfo&BT_INFO_8723B_2ANT_B_CONNECTION)) { in EXhalbtc8723b2ant_BtInfoNotify()
3614 if (btInfo & BT_INFO_8723B_2ANT_B_FTP) in EXhalbtc8723b2ant_BtInfoNotify()
3618 if (btInfo & BT_INFO_8723B_2ANT_B_A2DP) in EXhalbtc8723b2ant_BtInfoNotify()
3622 if (btInfo & BT_INFO_8723B_2ANT_B_HID) in EXhalbtc8723b2ant_BtInfoNotify()
3626 if (btInfo & BT_INFO_8723B_2ANT_B_SCO_ESCO) in EXhalbtc8723b2ant_BtInfoNotify()
3634 if (!(btInfo&BT_INFO_8723B_2ANT_B_CONNECTION)) { in EXhalbtc8723b2ant_BtInfoNotify()
[all …]
DHalBtcOutSrc.h491 BTC_BT_INFO btInfo; /* some bt info referenced by non-bt module */ member