Searched refs:bMain (Results 1 – 4 of 4) sorted by relevance
369 void MP_PHY_SetRFPathSwitch(struct adapter *padapter, bool bMain);
472 void MP_PHY_SetRFPathSwitch(struct adapter *pAdapter ,bool bMain);
451 void MP_PHY_SetRFPathSwitch(struct adapter *pAdapter, bool bMain) in MP_PHY_SetRFPathSwitch() argument453 PHY_SetRFPathSwitch(pAdapter, bMain); in MP_PHY_SetRFPathSwitch()
6155 u8 bMain = 1, bTurnoff = 1; in rtw_mp_SetRFPath() local6163 bMain = strncmp(input, "1", 2); /* strncmp true is 0 */ in rtw_mp_SetRFPath()6166 if (bMain == 0) { in rtw_mp_SetRFPath()