Searched refs:bForceExec (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/staging/rtl8723bs/hal/ |
D | HalBtc8723b1Ant.c | 79 struct btc_coexist *pBtCoexist, bool bForceExec, u32 disRateMask in halbtc8723b1ant_UpdateRaMask() argument 84 if (bForceExec || (pCoexDm->preRaMask != pCoexDm->curRaMask)) in halbtc8723b1ant_UpdateRaMask() 94 struct btc_coexist *pBtCoexist, bool bForceExec, u8 type in halbtc8723b1ant_AutoRateFallbackRetry() argument 101 if (bForceExec || (pCoexDm->preArfrType != pCoexDm->curArfrType)) { in halbtc8723b1ant_AutoRateFallbackRetry() 132 struct btc_coexist *pBtCoexist, bool bForceExec, u8 type in halbtc8723b1ant_RetryLimit() argument 138 bForceExec || in halbtc8723b1ant_RetryLimit() 159 struct btc_coexist *pBtCoexist, bool bForceExec, u8 type in halbtc8723b1ant_AmpduMaxTime() argument 165 bForceExec || (pCoexDm->preAmpduTimeType != pCoexDm->curAmpduTimeType) in halbtc8723b1ant_AmpduMaxTime() 186 bool bForceExec, in halbtc8723b1ant_LimitedTx() argument 195 halbtc8723b1ant_UpdateRaMask(pBtCoexist, bForceExec, 0x0); in halbtc8723b1ant_LimitedTx() [all …]
|
D | HalBtc8723b2Ant.c | 160 bool bForceExec, in halbtc8723b2ant_LimitedRx() argument 442 struct btc_coexist *pBtCoexist, bool bForceExec, u8 decBtPwrLvl in halbtc8723b2ant_DecBtPwr() argument 447 if (!bForceExec) { in halbtc8723b2ant_DecBtPwr() 457 struct btc_coexist *pBtCoexist, bool bForceExec, u8 fwDacSwingLvl in halbtc8723b2ant_FwDacSwingLvl() argument 462 if (!bForceExec) { in halbtc8723b2ant_FwDacSwingLvl() 490 struct btc_coexist *pBtCoexist, bool bForceExec, bool bRxRfShrinkOn in halbtc8723b2ant_RfShrink() argument 495 if (!bForceExec) { in halbtc8723b2ant_RfShrink() 524 struct btc_coexist *pBtCoexist, bool bForceExec, bool bLowPenaltyRa in halbtc8723b2ant_LowPenaltyRa() argument 530 if (!bForceExec) { in halbtc8723b2ant_LowPenaltyRa() 559 bool bForceExec, in halbtc8723b2ant_DacSwing() argument [all …]
|