Home
last modified time | relevance | path

Searched refs:ps_idle (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Dmain.c126 if (sc->ps_idle) in ath9k_ps_restore()
807 if (ATH_DBG_WARN_ON_ONCE(sc->ps_idle)) in ath_isr()
938 if (!sc->ps_idle) { in ath_radio_disable()
1278 sc->ps_idle = true; in ath9k_stop()
1629 sc->ps_idle = !!(conf->flags & IEEE80211_CONF_IDLE); in ath9k_config()
1630 if (!sc->ps_idle) { in ath9k_config()
Dpci.c313 sc->ps_idle = true; in ath_pci_resume()
Dhtc_drv_main.c84 if (priv->ps_idle) in ath9k_htc_ps_restore()
1359 if (!idle && priv->ps_idle) in ath9k_htc_config()
1361 priv->ps_idle = idle; in ath9k_htc_config()
1422 if (!priv->ps_idle) { in ath9k_htc_config()
Dhtc.h441 bool ps_idle; member
Dath9k.h606 bool ps_idle; member