Home
last modified time | relevance | path

Searched refs:bresult (Results 1 – 9 of 9) sorted by relevance

/drivers/net/wireless/rtlwifi/rtl8192ce/
Dphy.c512 bool bresult = true; in _rtl92ce_phy_set_rf_power_state() local
603 bresult = false; in _rtl92ce_phy_set_rf_power_state()
606 if (bresult) in _rtl92ce_phy_set_rf_power_state()
608 return bresult; in _rtl92ce_phy_set_rf_power_state()
616 bool bresult = false; in rtl92c_phy_set_rf_power_state() local
619 return bresult; in rtl92c_phy_set_rf_power_state()
620 bresult = _rtl92ce_phy_set_rf_power_state(hw, rfpwr_state); in rtl92c_phy_set_rf_power_state()
621 return bresult; in rtl92c_phy_set_rf_power_state()
/drivers/net/wireless/rtlwifi/rtl8192cu/
Dphy.c464 bool bresult = true; in _rtl92cu_phy_set_rf_power_state() local
575 bresult = false; in _rtl92cu_phy_set_rf_power_state()
578 if (bresult) in _rtl92cu_phy_set_rf_power_state()
580 return bresult; in _rtl92cu_phy_set_rf_power_state()
587 bool bresult = false; in rtl92cu_phy_set_rf_power_state() local
590 return bresult; in rtl92cu_phy_set_rf_power_state()
591 bresult = _rtl92cu_phy_set_rf_power_state(hw, rfpwr_state); in rtl92cu_phy_set_rf_power_state()
592 return bresult; in rtl92cu_phy_set_rf_power_state()
/drivers/net/wireless/rtlwifi/rtl8723ae/
Dphy.c1465 bool bresult = true; in phy_simularity_comp() local
1497 bresult = false; in phy_simularity_comp()
1500 return bresult; in phy_simularity_comp()
1925 bool bresult = true; in _rtl8723ae_phy_set_rf_power_state() local
2010 bresult = false; in _rtl8723ae_phy_set_rf_power_state()
2013 if (bresult) in _rtl8723ae_phy_set_rf_power_state()
2015 return bresult; in _rtl8723ae_phy_set_rf_power_state()
2022 bool bresult = false; in rtl8723ae_phy_set_rf_power_state() local
2025 return bresult; in rtl8723ae_phy_set_rf_power_state()
2026 bresult = _rtl8723ae_phy_set_rf_power_state(hw, rfpwr_state); in rtl8723ae_phy_set_rf_power_state()
[all …]
/drivers/net/wireless/rtlwifi/rtl8192de/
Drf.c417 bool bresult = true; /* true: need to enable BB/RF power */ in rtl92d_phy_enable_anotherphy() local
433 bresult = false; in rtl92d_phy_enable_anotherphy()
436 return bresult; in rtl92d_phy_enable_anotherphy()
Dphy.c2202 bool bresult = true; in _rtl92d_phy_simularity_compare() local
2232 bresult = false; in _rtl92d_phy_simularity_compare()
2235 return bresult; in _rtl92d_phy_simularity_compare()
3182 bool bresult = true; in rtl92d_phy_set_rf_power_state() local
3287 bresult = false; in rtl92d_phy_set_rf_power_state()
3290 if (bresult) in rtl92d_phy_set_rf_power_state()
3292 return bresult; in rtl92d_phy_set_rf_power_state()
/drivers/net/wireless/rtlwifi/rtl8188ee/
Dphy.c1591 bool bresult = true, is2t = IS_92C_SERIAL(rtlhal->version); in sim_comp() local
1624 bresult = false; in sim_comp()
1627 return bresult; in sim_comp()
2078 bool bresult = true; in _rtl88ee_phy_set_rf_power_state() local
2184 bresult = false; in _rtl88ee_phy_set_rf_power_state()
2187 if (bresult) in _rtl88ee_phy_set_rf_power_state()
2189 return bresult; in _rtl88ee_phy_set_rf_power_state()
2196 bool bresult; in rtl88e_phy_set_rf_power_state() local
2200 bresult = _rtl88ee_phy_set_rf_power_state(hw, rfpwr_state); in rtl88e_phy_set_rf_power_state()
2201 return bresult; in rtl88e_phy_set_rf_power_state()
/drivers/net/wireless/rtlwifi/rtl8192se/
Dphy.c542 bool bresult = true; in rtl92s_phy_set_rf_power_state() local
649 bresult = false; in rtl92s_phy_set_rf_power_state()
653 if (bresult) in rtl92s_phy_set_rf_power_state()
656 return bresult; in rtl92s_phy_set_rf_power_state()
Dhw.c478 bool bresult = false; in _rtl92se_halset_sysclk() local
488 bresult = ((tmpvalue & BIT(7)) == (data & BIT(7))); in _rtl92se_halset_sysclk()
509 bresult = false; in _rtl92se_halset_sysclk()
511 bresult = true; in _rtl92se_halset_sysclk()
514 return bresult; in _rtl92se_halset_sysclk()
/drivers/net/wireless/rtlwifi/rtl8192c/
Dphy_common.c1109 bool bresult = true, is2t = IS_92C_SERIAL(rtlhal->version); in _rtl92c_phy_simularity_compare() local
1144 bresult = false; in _rtl92c_phy_simularity_compare()
1147 return bresult; in _rtl92c_phy_simularity_compare()