Searched refs:bLowPwrDisable (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8723bs/hal/ |
D | HalBtc8723b2Ant.c | 1468 bool bLowPwrDisable = true; in halbtc8723b2ant_ActionBtInquiry() local 1470 pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); in halbtc8723b2ant_ActionBtInquiry() 1497 bool bBtHsOn = false, bLowPwrDisable = false; in halbtc8723b2ant_IsCommonAction() local 1504 bLowPwrDisable = false; in halbtc8723b2ant_IsCommonAction() 1505 pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); in halbtc8723b2ant_IsCommonAction() 1522 bLowPwrDisable = false; in halbtc8723b2ant_IsCommonAction() 1523 pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); in halbtc8723b2ant_IsCommonAction() 1539 bLowPwrDisable = true; in halbtc8723b2ant_IsCommonAction() 1540 pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); in halbtc8723b2ant_IsCommonAction() 1559 bLowPwrDisable = true; in halbtc8723b2ant_IsCommonAction() [all …]
|
D | hal_btcoex.c | 196 static void halbtcoutsrc_DisableLowPower(PBTC_COEXIST pBtCoexist, u8 bLowPwrDisable) in halbtcoutsrc_DisableLowPower() argument 198 pBtCoexist->btInfo.bBtDisableLowPwr = bLowPwrDisable; in halbtcoutsrc_DisableLowPower() 199 if (bLowPwrDisable) in halbtcoutsrc_DisableLowPower()
|
D | HalBtc8723b1Ant.c | 1969 bool bLowPwrDisable = false; in halbtc8723b1ant_PowerSaveState() local 1974 bLowPwrDisable = false; in halbtc8723b1ant_PowerSaveState() 1976 pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable in halbtc8723b1ant_PowerSaveState() 1985 bLowPwrDisable = true; in halbtc8723b1ant_PowerSaveState() 1987 pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable in halbtc8723b1ant_PowerSaveState()
|