bEnable
ctrl->bEnable = 1;
NvBool bEnable;
void wlc_lcnphy_tx_pu(struct brcms_phy *pi, bool bEnable);
static void wlc_lcnphy_set_tx_gain_override(struct brcms_phy *pi, bool bEnable)
u16 bit = bEnable ? 1 : 0;
void wlc_lcnphy_tx_pu(struct brcms_phy *pi, bool bEnable)
if (!bEnable) {
struct btc_coexist *pBtCoexist, bool bEnable
if (bEnable)
struct btc_coexist *pBtCoexist, bool bForceExec, bool bEnable
pCoexDm->bCurIgnoreWlanAct = bEnable;
halbtc8723b1ant_SetFwIgnoreWlanAct(pBtCoexist, bEnable);
struct btc_coexist *pBtCoexist, bool bEnable
if (bEnable)
struct btc_coexist *pBtCoexist, bool bForceExec, bool bEnable
pCoexDm->bCurIgnoreWlanAct = bEnable;
halbtc8723b2ant_SetFwIgnoreWlanAct(pBtCoexist, bEnable);
#ifdef bEnable