Home
last modified time | relevance | path

Searched refs:change_source (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_core.c114 RT_RF_CHANGE_SOURCE change_source) in rtl92e_set_rf_state() argument
151 priv->rtllib->rf_off_reason &= (~change_source); in rtl92e_set_rf_state()
153 if ((change_source == RF_CHANGE_BY_HW) && priv->hw_radio_off) in rtl92e_set_rf_state()
161 change_source >= RF_CHANGE_BY_HW) in rtl92e_set_rf_state()
171 (change_source > RF_CHANGE_BY_IPS)) { in rtl92e_set_rf_state()
180 if ((change_source == RF_CHANGE_BY_HW) && !priv->hw_radio_off) in rtl92e_set_rf_state()
182 priv->rtllib->rf_off_reason |= change_source; in rtl92e_set_rf_state()
187 priv->rtllib->rf_off_reason |= change_source; in rtl92e_set_rf_state()
H A Drtl_core.h422 RT_RF_CHANGE_SOURCE change_source);