Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/hal/
DHalBtc8723b2Ant.c1461 bool bLowPwrDisable = true; in halbtc8723b2ant_ActionBtInquiry() local
1463 pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); in halbtc8723b2ant_ActionBtInquiry()
1490 bool bBtHsOn = false, bLowPwrDisable = false; in halbtc8723b2ant_IsCommonAction() local
1497 bLowPwrDisable = false; in halbtc8723b2ant_IsCommonAction()
1498 pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); in halbtc8723b2ant_IsCommonAction()
1515 bLowPwrDisable = false; in halbtc8723b2ant_IsCommonAction()
1516 pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); in halbtc8723b2ant_IsCommonAction()
1532 bLowPwrDisable = true; in halbtc8723b2ant_IsCommonAction()
1533 pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); in halbtc8723b2ant_IsCommonAction()
1552 bLowPwrDisable = true; in halbtc8723b2ant_IsCommonAction()
[all …]
Dhal_btcoex.c242 static void halbtcoutsrc_DisableLowPower(PBTC_COEXIST pBtCoexist, u8 bLowPwrDisable) in halbtcoutsrc_DisableLowPower() argument
244 pBtCoexist->btInfo.bBtDisableLowPwr = bLowPwrDisable; in halbtcoutsrc_DisableLowPower()
245 if (bLowPwrDisable) in halbtcoutsrc_DisableLowPower()
DHalBtc8723b1Ant.c1975 bool bLowPwrDisable = false; in halbtc8723b1ant_PowerSaveState() local
1980 bLowPwrDisable = false; in halbtc8723b1ant_PowerSaveState()
1982 pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable in halbtc8723b1ant_PowerSaveState()
1991 bLowPwrDisable = true; in halbtc8723b1ant_PowerSaveState()
1993 pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable in halbtc8723b1ant_PowerSaveState()