Searched refs:PHY_IQCalibrate_8188E (Results 1 – 4 of 4) sorted by relevance
22 void PHY_IQCalibrate_8188E(struct adapter *Adapter, bool ReCovery);
701 PHY_IQCalibrate_8188E(Adapter, true); in rtl8188eu_hal_init()703 PHY_IQCalibrate_8188E(Adapter, false); in rtl8188eu_hal_init()919 PHY_IQCalibrate_8188E(Adapter, true); in rtl8188eu_hal_init()921 PHY_IQCalibrate_8188E(Adapter, false); in rtl8188eu_hal_init()
351 PHY_IQCalibrate_8188E(Adapter, false); in odm_TXPowerTrackingCallback_ThermalMeter_8188E()1064 void PHY_IQCalibrate_8188E(struct adapter *adapt, bool recovery) in PHY_IQCalibrate_8188E() function
143 #define PHY_IQCalibrate(a, b) PHY_IQCalibrate_8188E(a, b)