Home
last modified time | relevance | path

Searched refs:bCurRfRxLpfShrink (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8723bs/hal/
DHalBtc8723b2Ant.h72 bool bCurRfRxLpfShrink; member
DHalBtc8723b2Ant.c694 pCoexDm->bCurRfRxLpfShrink = bRxRfShrinkOn; in halbtc8723b2ant_RfShrink()
703 pCoexDm->bCurRfRxLpfShrink in halbtc8723b2ant_RfShrink()
707 if (pCoexDm->bPreRfRxLpfShrink == pCoexDm->bCurRfRxLpfShrink) in halbtc8723b2ant_RfShrink()
710 halbtc8723b2ant_SetSwRfRxLpfCorner(pBtCoexist, pCoexDm->bCurRfRxLpfShrink); in halbtc8723b2ant_RfShrink()
712 pCoexDm->bPreRfRxLpfShrink = pCoexDm->bCurRfRxLpfShrink; in halbtc8723b2ant_RfShrink()
3234 pCoexDm->bCurRfRxLpfShrink, in EXhalbtc8723b2ant_DisplayCoexInfo()