Lines Matching defs:dev

41 u8 rtl8192_phy_CheckIsLegalRFPath(struct net_device *dev, u32 e_rfpath)  in rtl8192_phy_CheckIsLegalRFPath()
67 void rtl8192_setBBreg(struct net_device *dev, u32 reg_addr, u32 bitmask, in rtl8192_setBBreg()
92 u32 rtl8192_QueryBBReg(struct net_device *dev, u32 reg_addr, u32 bitmask) in rtl8192_QueryBBReg()
125 static u32 rtl8192_phy_RFSerialRead(struct net_device *dev, in rtl8192_phy_RFSerialRead()
208 static void rtl8192_phy_RFSerialWrite(struct net_device *dev, in rtl8192_phy_RFSerialWrite()
272 void rtl8192_phy_SetRFReg(struct net_device *dev, in rtl8192_phy_SetRFReg()
321 u32 rtl8192_phy_QueryRFReg(struct net_device *dev, in rtl8192_phy_QueryRFReg()
350 static u32 phy_FwRFSerialRead(struct net_device *dev, in phy_FwRFSerialRead()
415 static void phy_FwRFSerialWrite(struct net_device *dev, in phy_FwRFSerialWrite()
470 void rtl8192_phy_configmac(struct net_device *dev) in rtl8192_phy_configmac()
507 static void rtl8192_phyConfigBB(struct net_device *dev, in rtl8192_phyConfigBB()
543 static void rtl8192_InitBBRFRegDef(struct net_device *dev) in rtl8192_InitBBRFRegDef()
681 u8 rtl8192_phy_checkBBAndRF(struct net_device *dev, enum hw90_block_e CheckBlock, in rtl8192_phy_checkBBAndRF()
751 static void rtl8192_BB_Config_ParaFile(struct net_device *dev) in rtl8192_BB_Config_ParaFile()
828 void rtl8192_BBConfig(struct net_device *dev) in rtl8192_BBConfig()
845 void rtl8192_phy_getTxPower(struct net_device *dev) in rtl8192_phy_getTxPower()
892 void rtl8192_phy_setTxPower(struct net_device *dev, u8 channel) in rtl8192_phy_setTxPower()
918 void rtl8192_phy_RFConfig(struct net_device *dev) in rtl8192_phy_RFConfig()
938 void rtl8192_phy_updateInitGain(struct net_device *dev) in rtl8192_phy_updateInitGain()
951 u8 rtl8192_phy_ConfigRFWithHeaderFile(struct net_device *dev, in rtl8192_phy_ConfigRFWithHeaderFile()
1024 static void rtl8192_SetTxPowerLevel(struct net_device *dev, u8 channel) in rtl8192_SetTxPowerLevel()
1097 static u8 rtl8192_phy_SwChnlStepByStep(struct net_device *dev, u8 channel, in rtl8192_phy_SwChnlStepByStep()
1277 static void rtl8192_phy_FinishSwChnlNow(struct net_device *dev, u8 channel) in rtl8192_phy_FinishSwChnlNow()
1296 void rtl8192_SwChnl_WorkItem(struct net_device *dev) in rtl8192_SwChnl_WorkItem()
1316 u8 rtl8192_phy_SwChnl(struct net_device *dev, u8 channel) in rtl8192_phy_SwChnl()
1375 void rtl8192_SetBWModeWorkItem(struct net_device *dev) in rtl8192_SetBWModeWorkItem()
1519 void rtl8192_SetBWMode(struct net_device *dev, in rtl8192_SetBWMode()
1541 void InitialGain819xUsb(struct net_device *dev, u8 Operation) in InitialGain819xUsb()
1556 struct net_device *dev = priv->ieee80211->dev; in InitialGainOperateWorkItemCallBack() local