Lines Matching refs:rtstatus
113 bool rtstatus = _rtl8723be_phy_config_mac_with_headerfile(hw); in rtl8723be_phy_mac_config() local
116 return rtstatus; in rtl8723be_phy_mac_config()
121 bool rtstatus = true; in rtl8723be_phy_bb_config() local
142 rtstatus = _rtl8723be_phy_bb8723b_config_parafile(hw); in rtl8723be_phy_bb_config()
148 return rtstatus; in rtl8723be_phy_bb_config()
519 bool rtstatus; in _rtl8723be_phy_bb8723b_config_parafile() local
531 rtstatus = _rtl8723be_phy_config_bb_with_headerfile(hw, in _rtl8723be_phy_bb8723b_config_parafile()
533 if (!rtstatus) { in _rtl8723be_phy_bb8723b_config_parafile()
540 rtstatus = _rtl8723be_phy_config_bb_with_pgheaderfile(hw, in _rtl8723be_phy_bb8723b_config_parafile()
544 if (!rtstatus) { in _rtl8723be_phy_bb8723b_config_parafile()
548 rtstatus = _rtl8723be_phy_config_bb_with_headerfile(hw, in _rtl8723be_phy_bb8723b_config_parafile()
550 if (!rtstatus) { in _rtl8723be_phy_bb8723b_config_parafile()
2549 bool rtstatus; in _rtl8723be_phy_set_rf_power_state() local
2555 rtstatus = rtl_ps_enable_nic(hw); in _rtl8723be_phy_set_rf_power_state()
2556 } while (!rtstatus && (initializecount < 10)); in _rtl8723be_phy_set_rf_power_state()