Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/rtl8192e/rtl8192e/
Drtl_ps.c24 if (priv->rf_change_in_progress) { in _rtl92e_hw_sleep()
47 if (priv->rf_change_in_progress) { in rtl92e_hw_wakeup()
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()
206 priv->rf_change_in_progress = false; in rtl92e_set_rf_state()
617 while (priv->rf_change_in_progress) { in _rtl92e_sta_down()
627 priv->rf_change_in_progress = true; in _rtl92e_sta_down()
631 priv->rf_change_in_progress = false; in _rtl92e_sta_down()
704 priv->rf_change_in_progress = false; in _rtl92e_init_priv_variable()
1053 (!priv->rf_change_in_progress) && (!psc->bSwRfProcessing)) { in _rtl92e_watchdog_wq_cb()
Drtl_core.h309 bool rf_change_in_progress; member