Home
last modified time | relevance | path

Searched refs:rfoff_reason (Results 1 – 13 of 13) sorted by relevance

/drivers/net/wireless/rtlwifi/
Dps.c92 ppsc->rfoff_reason &= (~changesource); in rtl_ps_set_rf_state()
99 if (!ppsc->rfoff_reason) { in rtl_ps_set_rf_state()
100 ppsc->rfoff_reason = 0; in rtl_ps_set_rf_state()
112 ppsc->rfoff_reason |= changesource; in rtl_ps_set_rf_state()
117 ppsc->rfoff_reason |= changesource; in rtl_ps_set_rf_state()
252 ppsc->rfoff_reason <= RF_CHANGE_BY_IPS) { in rtl_ips_nic_on()
Dwifi.h1260 u32 rfoff_reason; member
/drivers/net/wireless/rtlwifi/rtl8192se/
Dhw.c729 if ((ppsc->rfoff_reason == RF_CHANGE_BY_IPS) || in _rtl92se_macconfig_before_fwdownload()
730 (ppsc->rfoff_reason == 0)) { in _rtl92se_macconfig_before_fwdownload()
988 if (rtlpriv->psc.rfoff_reason > RF_CHANGE_BY_PS) { in rtl92se_hw_init()
989 u32 rfoffreason = rtlpriv->psc.rfoff_reason; in rtl92se_hw_init()
991 rtlpriv->psc.rfoff_reason = RF_CHANGE_BY_INIT; in rtl92se_hw_init()
999 rtlpriv->psc.rfoff_reason = 0; in rtl92se_hw_init()
1324 if (ppsc->rfoff_reason == RF_CHANGE_BY_IPS && in _rtl92s_phy_set_rfhalt()
1357 if (rtlpriv->psc.rfoff_reason == RF_CHANGE_BY_IPS) in _rtl92se_gen_refreshledstate()
1389 if (rtlpriv->psc.rfoff_reason & (RF_CHANGE_BY_IPS | RF_CHANGE_BY_HW)) in _rtl92se_power_domain_init()
1493 ppsc->rfoff_reason > RF_CHANGE_BY_PS) in rtl92se_card_disable()
Dled.c137 if ((ppsc->rfoff_reason > RF_CHANGE_BY_PS) && in rtl92se_led_control()
Dphy.c593 if (ppsc->rfoff_reason == RF_CHANGE_BY_IPS) in rtl92s_phy_set_rf_power_state()
/drivers/net/wireless/rtlwifi/rtl8192cu/
Dled.c129 if ((ppsc->rfoff_reason > RF_CHANGE_BY_PS) && in rtl92cu_led_control()
Dphy.c531 if (ppsc->rfoff_reason == RF_CHANGE_BY_IPS) { in _rtl92cu_phy_set_rf_power_state()
/drivers/net/wireless/rtlwifi/rtl8192ce/
Dled.c138 if ((ppsc->rfoff_reason > RF_CHANGE_BY_PS) && in rtl92ce_led_control()
Dphy.c553 if (ppsc->rfoff_reason == RF_CHANGE_BY_IPS) { in _rtl92ce_phy_set_rf_power_state()
Dhw.c626 if (ppsc->rfoff_reason == RF_CHANGE_BY_IPS) in _rtl92ce_gen_refresh_led_state()
628 else if (ppsc->rfoff_reason == RF_CHANGE_BY_INIT) in _rtl92ce_gen_refresh_led_state()
1254 ppsc->rfoff_reason > RF_CHANGE_BY_PS) in rtl92ce_card_disable()
/drivers/net/wireless/rtlwifi/rtl8192de/
Dled.c146 if ((ppsc->rfoff_reason > RF_CHANGE_BY_PS) && in rtl92de_led_control()
Dhw.c629 if (ppsc->rfoff_reason == RF_CHANGE_BY_IPS) in _rtl92de_gen_refresh_led_state()
631 else if (ppsc->rfoff_reason == RF_CHANGE_BY_INIT) in _rtl92de_gen_refresh_led_state()
1334 ppsc->rfoff_reason > RF_CHANGE_BY_PS) in rtl92de_card_disable()
Dphy.c3250 if (ppsc->rfoff_reason == RF_CHANGE_BY_IPS) in rtl92d_phy_set_rf_power_state()