Searched refs:bLowPwrDisable (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/staging/rtl8723bs/hal/ |
H A D | HalBtc8723b2Ant.c | 1052 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 D | hal_btcoex.c | 118 static void halbtcoutsrc_DisableLowPower(struct btc_coexist *pBtCoexist, u8 bLowPwrDisable) in halbtcoutsrc_DisableLowPower() argument 120 pBtCoexist->btInfo.bBtDisableLowPwr = bLowPwrDisable; in halbtcoutsrc_DisableLowPower() 121 if (bLowPwrDisable) in halbtcoutsrc_DisableLowPower()
|
H A D | HalBtc8723b1Ant.c | 1533 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()
|