Home
last modified time | relevance | path

Searched refs:hw_radio_off (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_wx.c55 if (priv->hw_radio_off) in _rtl92e_wx_set_rate()
74 if (priv->hw_radio_off) in _rtl92e_wx_set_rts()
102 if (priv->hw_radio_off) { in _rtl92e_wx_set_power()
132 if (priv->hw_radio_off) in _rtl92e_wx_set_rawtx()
227 if (priv->hw_radio_off) in _rtl92e_wx_set_debug()
249 if (priv->hw_radio_off) in _rtl92e_wx_set_mode()
455 if (priv->hw_radio_off) in _rtl92e_wx_get_scan()
542 if (priv->hw_radio_off) in _rtl92e_wx_set_freq()
568 if (priv->hw_radio_off) in _rtl92e_wx_set_frag()
604 if (priv->hw_radio_off) in _rtl92e_wx_set_wap()
[all …]
H A Drtl_core.h257 bool hw_radio_off; member
H A Drtl_core.c153 if ((change_source == RF_CHANGE_BY_HW) && priv->hw_radio_off) in rtl92e_set_rf_state()
154 priv->hw_radio_off = false; in rtl92e_set_rf_state()
180 if ((change_source == RF_CHANGE_BY_HW) && !priv->hw_radio_off) in rtl92e_set_rf_state()
181 priv->hw_radio_off = true; in rtl92e_set_rf_state()
788 priv->hw_radio_off = false; in _rtl92e_init_priv_variable()
1170 if (!priv->up || priv->hw_radio_off) in _rtl92e_watchdog_wq_cb()
H A Drtl_dm.c1530 if (priv->hw_radio_off && (rf_power_state_to_set == rf_on)) { in _rtl92e_dm_check_rf_ctrl_gpio()
1532 priv->hw_radio_off = false; in _rtl92e_dm_check_rf_ctrl_gpio()
1534 } else if (!priv->hw_radio_off && (rf_power_state_to_set == rf_off)) { in _rtl92e_dm_check_rf_ctrl_gpio()
1536 priv->hw_radio_off = true; in _rtl92e_dm_check_rf_ctrl_gpio()
/openbmc/linux/drivers/staging/vt6655/
H A Ddevice.h230 bool hw_radio_off; member
H A Ddevice_main.c443 priv->hw_radio_off = false; in device_init_registers()
453 priv->hw_radio_off = true; in device_init_registers()
456 if (priv->hw_radio_off || priv->bRadioControlOff) in device_init_registers()