Searched refs:rtl8192_phy_CheckIsLegalRFPath (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | r8190_rtl8256.c | 35 if (!rtl8192_phy_CheckIsLegalRFPath(dev, eRFPath)) in PHY_SetRF8256Bandwidth() 117 if (!rtl8192_phy_CheckIsLegalRFPath(dev, eRFPath)) in phy_RF8256_Config_ParaFile()
|
D | r819xU_phy.h | 60 extern u8 rtl8192_phy_CheckIsLegalRFPath(struct net_device *dev, u32 eRFPath);
|
D | r819xU_phy.c | 63 u8 rtl8192_phy_CheckIsLegalRFPath(struct net_device *dev, u32 eRFPath) in rtl8192_phy_CheckIsLegalRFPath() function 302 if (!rtl8192_phy_CheckIsLegalRFPath(dev, eRFPath)) in rtl8192_phy_SetRFReg() 351 if (!rtl8192_phy_CheckIsLegalRFPath(dev, eRFPath)) in rtl8192_phy_QueryRFReg()
|
D | r8192U_core.c | 3772 if (!rtl8192_phy_CheckIsLegalRFPath(priv->ieee80211->dev, rfpath)) in rtl8192_process_phyinfo() 4109 if (!rtl8192_phy_CheckIsLegalRFPath(priv->ieee80211->dev, i)) in rtl8192_query_rxphystatus()
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | r8190P_rtl8256.c | 32 if (!rtl8192_phy_CheckIsLegalRFPath(dev, eRFPath)) in PHY_SetRF8256Bandwidth() 108 if (!rtl8192_phy_CheckIsLegalRFPath(dev, eRFPath)) in phy_RF8256_Config_ParaFile()
|
D | r8192E_phy.h | 76 extern u8 rtl8192_phy_CheckIsLegalRFPath(struct net_device *dev,
|
D | r8192E_phy.c | 67 u8 rtl8192_phy_CheckIsLegalRFPath(struct net_device *dev, u32 eRFPath) in rtl8192_phy_CheckIsLegalRFPath() function 225 if (!rtl8192_phy_CheckIsLegalRFPath(dev, eRFPath)) in rtl8192_phy_SetRFReg() 265 if (!rtl8192_phy_CheckIsLegalRFPath(dev, eRFPath)) in rtl8192_phy_QueryRFReg()
|
D | r8192E_dev.c | 1743 if (!rtl8192_phy_CheckIsLegalRFPath(priv->rtllib->dev, in rtl8192_process_phyinfo()
|