Home
last modified time | relevance | path

Searched refs:bLowPwrDisable (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A DHalBtc8723b2Ant.c1052 bool bLowPwrDisable = true; in halbtc8723b2ant_ActionBtInquiry() local
1054 pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); in halbtc8723b2ant_ActionBtInquiry()
1081 bool bBtHsOn = false, bLowPwrDisable = false; in halbtc8723b2ant_IsCommonAction() local
1088 bLowPwrDisable = false; in halbtc8723b2ant_IsCommonAction()
1089 pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); in halbtc8723b2ant_IsCommonAction()
1104 bLowPwrDisable = false; in halbtc8723b2ant_IsCommonAction()
1105 pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); in halbtc8723b2ant_IsCommonAction()
1119 bLowPwrDisable = true; in halbtc8723b2ant_IsCommonAction()
1120 pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); in halbtc8723b2ant_IsCommonAction()
1138 bLowPwrDisable = true; in halbtc8723b2ant_IsCommonAction()
[all …]
H A Dhal_btcoex.c119 static void halbtcoutsrc_DisableLowPower(struct btc_coexist *pBtCoexist, u8 bLowPwrDisable) in halbtcoutsrc_DisableLowPower() argument
121 pBtCoexist->btInfo.bBtDisableLowPwr = bLowPwrDisable; in halbtcoutsrc_DisableLowPower()
122 if (bLowPwrDisable) in halbtcoutsrc_DisableLowPower()
H A DHalBtc8723b1Ant.c1533 bool bLowPwrDisable = false; in halbtc8723b1ant_PowerSaveState() local
1538 bLowPwrDisable = false; in halbtc8723b1ant_PowerSaveState()
1540 pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable in halbtc8723b1ant_PowerSaveState()
1549 bLowPwrDisable = true; in halbtc8723b1ant_PowerSaveState()
1551 pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable in halbtc8723b1ant_PowerSaveState()