Home
last modified time | relevance | path

Searched refs:bMain (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/staging/rtl8723bs/include/
Drtw_mp.h369 void MP_PHY_SetRFPathSwitch(struct adapter *padapter, bool bMain);
/Linux-v5.15/drivers/staging/r8188eu/include/
Drtw_mp.h472 void MP_PHY_SetRFPathSwitch(struct adapter *pAdapter ,bool bMain);
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mp.c451 void MP_PHY_SetRFPathSwitch(struct adapter *pAdapter, bool bMain) in MP_PHY_SetRFPathSwitch() argument
453 PHY_SetRFPathSwitch(pAdapter, bMain); in MP_PHY_SetRFPathSwitch()
/Linux-v5.15/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c6155 u8 bMain = 1, bTurnoff = 1; in rtw_mp_SetRFPath() local
6163 bMain = strncmp(input, "1", 2); /* strncmp true is 0 */ in rtw_mp_SetRFPath()
6166 if (bMain == 0) { in rtw_mp_SetRFPath()