Home
last modified time | relevance | path

Searched refs:rf_change_in_progress (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_ps.c24 if (priv->rf_change_in_progress) { in _rtl92e_hw_sleep()
47 if (priv->rf_change_in_progress) { in rtl92e_hw_wakeup()
H A Drtl_core.c126 if (priv->rf_change_in_progress) { in rtl92e_set_rf_state()
129 while (priv->rf_change_in_progress) { in rtl92e_set_rf_state()
141 priv->rf_change_in_progress = true; in rtl92e_set_rf_state()
207 priv->rf_change_in_progress = false; in rtl92e_set_rf_state()
683 while (priv->rf_change_in_progress) { in _rtl92e_sta_down()
693 priv->rf_change_in_progress = true; in _rtl92e_sta_down()
697 priv->rf_change_in_progress = false; in _rtl92e_sta_down()
790 priv->rf_change_in_progress = false; in _rtl92e_init_priv_variable()
1031 if (priv->rf_change_in_progress) { in _rtl92e_if_silent_reset()
1035 priv->rf_change_in_progress = true; in _rtl92e_if_silent_reset()
[all …]
H A Drtl_core.h322 bool rf_change_in_progress; member