Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Dhal_btcoex.c111 pBtCoexist->btInfo.bBtCtrlLps = true; in halbtcoutsrc_LeaveLps()
112 pBtCoexist->btInfo.bBtLpsOn = false; in halbtcoutsrc_LeaveLps()
124 pBtCoexist->btInfo.bBtCtrlLps = true; in halbtcoutsrc_EnterLps()
125 pBtCoexist->btInfo.bBtLpsOn = true; in halbtcoutsrc_EnterLps()
139 if (pBtCoexist->btInfo.bBtCtrlLps) { in halbtcoutsrc_NormalLps()
140 pBtCoexist->btInfo.bBtLpsOn = false; in halbtcoutsrc_NormalLps()
142 pBtCoexist->btInfo.bBtCtrlLps = false; in halbtcoutsrc_NormalLps()
198 pBtCoexist->btInfo.bBtDisableLowPwr = bLowPwrDisable; in halbtcoutsrc_DisableLowPower()
214 if (pBtCoexist->btInfo.bRejectAggPkt) { in halbtcoutsrc_AggregationCheck()
217 if (pBtCoexist->btInfo.bPreBtCtrlAggBufSize != in halbtcoutsrc_AggregationCheck()
[all …]
DHalBtc8723b1Ant.c2900 …((pBtCoexist->btInfo.bBtDisabled) ? ("disabled") : ((pCoexSta->bC2hBtInquiryPage) ? ("inquiry/page… in EXhalbtc8723b1ant_DisplayCoexInfo()
2961 pBtCoexist->btInfo.lpsVal, in EXhalbtc8723b1ant_DisplayCoexInfo()
2962 pBtCoexist->btInfo.rpwmVal in EXhalbtc8723b1ant_DisplayCoexInfo()
2988 (pBtCoexist->btInfo.bRejectAggPkt ? "Yes" : "No"), in EXhalbtc8723b1ant_DisplayCoexInfo()
2989 (pBtCoexist->btInfo.bBtCtrlAggBufSize ? "Yes" : "No"), in EXhalbtc8723b1ant_DisplayCoexInfo()
2990 pBtCoexist->btInfo.aggBufSize in EXhalbtc8723b1ant_DisplayCoexInfo()
2997 pBtCoexist->btInfo.raMask in EXhalbtc8723b1ant_DisplayCoexInfo()
3277 if (pBtCoexist->btInfo.bBtDisabled) in EXhalbtc8723b1ant_ScanNotify()
3331 pBtCoexist->btInfo.bBtDisabled in EXhalbtc8723b1ant_ConnectNotify()
3387 pBtCoexist->btInfo.bBtDisabled in EXhalbtc8723b1ant_MediaStatusNotify()
[all …]
DHalBtc8723b2Ant.c2998 …((pBtCoexist->btInfo.bBtDisabled) ? ("disabled") : ((pCoexSta->bC2hBtInquiryPage) ? ("inquiry/page… in EXhalbtc8723b2ant_DisplayCoexInfo()
3365 u8 btInfo = 0; in EXhalbtc8723b2ant_BtInfoNotify() local
3382 btInfo = tmpBuf[i]; in EXhalbtc8723b2ant_BtInfoNotify()
3432 if (btInfo & BT_INFO_8723B_2ANT_B_INQ_PAGE) in EXhalbtc8723b2ant_BtInfoNotify()
3438 if (!(btInfo&BT_INFO_8723B_2ANT_B_CONNECTION)) { in EXhalbtc8723b2ant_BtInfoNotify()
3446 if (btInfo & BT_INFO_8723B_2ANT_B_FTP) in EXhalbtc8723b2ant_BtInfoNotify()
3450 if (btInfo & BT_INFO_8723B_2ANT_B_A2DP) in EXhalbtc8723b2ant_BtInfoNotify()
3454 if (btInfo & BT_INFO_8723B_2ANT_B_HID) in EXhalbtc8723b2ant_BtInfoNotify()
3458 if (btInfo & BT_INFO_8723B_2ANT_B_SCO_ESCO) in EXhalbtc8723b2ant_BtInfoNotify()
3466 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