Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dhal_btcoex.c37 pBtCoexist->btInfo.bBtCtrlLps = true; in halbtcoutsrc_LeaveLps()
38 pBtCoexist->btInfo.bBtLpsOn = false; in halbtcoutsrc_LeaveLps()
50 pBtCoexist->btInfo.bBtCtrlLps = true; in halbtcoutsrc_EnterLps()
51 pBtCoexist->btInfo.bBtLpsOn = true; in halbtcoutsrc_EnterLps()
62 if (pBtCoexist->btInfo.bBtCtrlLps) { in halbtcoutsrc_NormalLps()
63 pBtCoexist->btInfo.bBtLpsOn = false; in halbtcoutsrc_NormalLps()
143 pBtCoexist->btInfo.bPreBtCtrlAggBufSize = pBtCoexist->btInfo.bBtCtrlAggBufSize; in halbtcoutsrc_AggregationCheck()
148 pBtCoexist->btInfo.aggBufSize){ in halbtcoutsrc_AggregationCheck()
151 pBtCoexist->btInfo.preAggBufSize = pBtCoexist->btInfo.aggBufSize; in halbtcoutsrc_AggregationCheck()
504 pBtCoexist->btInfo.lpsVal = *pu8; in halbtcoutsrc_Set()
[all …]
H A DHalBtc8723b1Ant.c2261 if (pBtCoexist->btInfo.bBtDisabled) in EXhalbtc8723b1ant_ScanNotify()
2313 pBtCoexist->btInfo.bBtDisabled in EXhalbtc8723b1ant_ConnectNotify()
2364 pBtCoexist->btInfo.bBtDisabled in EXhalbtc8723b1ant_MediaStatusNotify()
2423 pBtCoexist->btInfo.bBtDisabled in EXhalbtc8723b1ant_SpecialPacketNotify()
2483 u8 btInfo = 0; in EXhalbtc8723b1ant_BtInfoNotify() local
2498 btInfo = tmpBuf[i]; in EXhalbtc8723b1ant_BtInfoNotify()
2558 if (btInfo & BT_INFO_8723B_1ANT_B_FTP) in EXhalbtc8723b1ant_BtInfoNotify()
2563 if (btInfo & BT_INFO_8723B_1ANT_B_A2DP) in EXhalbtc8723b1ant_BtInfoNotify()
2568 if (btInfo & BT_INFO_8723B_1ANT_B_HID) in EXhalbtc8723b1ant_BtInfoNotify()
2581btInfo = btInfo & 0x1f; /* mask profile bit for connect-ilde identification (for CSR case: A2DP i… in EXhalbtc8723b1ant_BtInfoNotify()
[all …]
H A DHalBtc8723b2Ant.c2469 u8 btInfo = 0; in EXhalbtc8723b2ant_BtInfoNotify() local
2485 btInfo = tmpBuf[i]; in EXhalbtc8723b2ant_BtInfoNotify()
2526 if (btInfo & BT_INFO_8723B_2ANT_B_INQ_PAGE) in EXhalbtc8723b2ant_BtInfoNotify()
2532 if (!(btInfo & BT_INFO_8723B_2ANT_B_CONNECTION)) { in EXhalbtc8723b2ant_BtInfoNotify()
2540 if (btInfo & BT_INFO_8723B_2ANT_B_FTP) in EXhalbtc8723b2ant_BtInfoNotify()
2544 if (btInfo & BT_INFO_8723B_2ANT_B_A2DP) in EXhalbtc8723b2ant_BtInfoNotify()
2548 if (btInfo & BT_INFO_8723B_2ANT_B_HID) in EXhalbtc8723b2ant_BtInfoNotify()
2552 if (btInfo & BT_INFO_8723B_2ANT_B_SCO_ESCO) in EXhalbtc8723b2ant_BtInfoNotify()
2560 if (!(btInfo & BT_INFO_8723B_2ANT_B_CONNECTION)) { in EXhalbtc8723b2ant_BtInfoNotify()
2565 (btInfo & BT_INFO_8723B_2ANT_B_SCO_ESCO) || in EXhalbtc8723b2ant_BtInfoNotify()
[all …]
H A DHalBtcOutSrc.h364 struct btc_bt_info btInfo; /* some bt info referenced by non-bt module */ member