Lines Matching refs:rtstatus
112 bool rtstatus = _rtl8723be_phy_config_mac_with_headerfile(hw); in rtl8723be_phy_mac_config() local
115 return rtstatus; in rtl8723be_phy_mac_config()
120 bool rtstatus = true; in rtl8723be_phy_bb_config() local
141 rtstatus = _rtl8723be_phy_bb8723b_config_parafile(hw); in rtl8723be_phy_bb_config()
147 return rtstatus; in rtl8723be_phy_bb_config()
465 bool rtstatus; in _rtl8723be_phy_bb8723b_config_parafile() local
467 rtstatus = _rtl8723be_phy_config_bb_with_headerfile(hw, in _rtl8723be_phy_bb8723b_config_parafile()
469 if (!rtstatus) { in _rtl8723be_phy_bb8723b_config_parafile()
476 rtstatus = _rtl8723be_phy_config_bb_with_pgheaderfile(hw, in _rtl8723be_phy_bb8723b_config_parafile()
480 if (!rtstatus) { in _rtl8723be_phy_bb8723b_config_parafile()
484 rtstatus = _rtl8723be_phy_config_bb_with_headerfile(hw, in _rtl8723be_phy_bb8723b_config_parafile()
486 if (!rtstatus) { in _rtl8723be_phy_bb8723b_config_parafile()
772 bool rtstatus = true; in rtl8723be_phy_config_rf_with_headerfile() local
784 rtstatus = true; in rtl8723be_phy_config_rf_with_headerfile()
2601 bool rtstatus; in _rtl8723be_phy_set_rf_power_state() local
2607 rtstatus = rtl_ps_enable_nic(hw); in _rtl8723be_phy_set_rf_power_state()
2608 } while (!rtstatus && (initializecount < 10)); in _rtl8723be_phy_set_rf_power_state()