Home
last modified time | relevance | path

Searched refs:STATUS_RF_KILL_SW (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/intel/ipw2x00/
Dipw2100.h425 #define STATUS_RF_KILL_SW (1<<13) macro
426 #define STATUS_RF_KILL_MASK (STATUS_RF_KILL_HW | STATUS_RF_KILL_SW)
Dipw2200.h1012 #define STATUS_RF_KILL_SW (1<<3) macro
1013 #define STATUS_RF_KILL_MASK (STATUS_RF_KILL_HW | STATUS_RF_KILL_SW)
Dipw2100.c1723 if (priv->status & STATUS_RF_KILL_SW) { in ipw2100_up()
4245 int val = ((priv->status & STATUS_RF_KILL_SW) ? 0x1 : 0x0) | in show_rf_kill()
4253 (priv->status & STATUS_RF_KILL_SW ? 1 : 0)) in ipw_radio_kill_sw()
4262 priv->status |= STATUS_RF_KILL_SW; in ipw_radio_kill_sw()
4265 priv->status &= ~STATUS_RF_KILL_SW; in ipw_radio_kill_sw()
6088 priv->status |= STATUS_RF_KILL_SW; in ipw2100_alloc_device()
6449 if (!(priv->status & STATUS_RF_KILL_SW)) in ipw2100_resume()
Dipw2200.c1767 int val = ((priv->status & STATUS_RF_KILL_SW) ? 0x1 : 0x0) | in show_rf_kill()
1775 ((priv->status & STATUS_RF_KILL_SW) ? 1 : 0)) in ipw_radio_kill_sw()
1782 priv->status |= STATUS_RF_KILL_SW; in ipw_radio_kill_sw()
1790 priv->status &= ~STATUS_RF_KILL_SW; in ipw_radio_kill_sw()
8483 priv->status |= STATUS_RF_KILL_SW; in ipw_sw_reset()
9855 ipw_radio_kill_sw(priv, priv->status & STATUS_RF_KILL_SW); in ipw_wx_sw_reset()
11192 if (priv->status & STATUS_RF_KILL_SW) { in ipw_up()