Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Dmain.c157 if (sc->ps_idle) { in ath9k_ps_restore()
580 if (ATH_DBG_WARN_ON_ONCE(sc->ps_idle)) in ath_isr()
941 prev_idle = sc->ps_idle; in ath9k_stop()
942 sc->ps_idle = true; in ath9k_stop()
983 sc->ps_idle = prev_idle; in ath9k_stop()
1505 sc->ps_idle = !!(conf->flags & IEEE80211_CONF_IDLE); in ath9k_config()
1506 if (sc->ps_idle) { in ath9k_config()
Dhtc.h517 bool ps_idle; member
Dhtc_drv_main.c64 if (priv->ps_idle) { in ath9k_htc_ps_restore()
1189 priv->ps_idle = !!(conf->flags & IEEE80211_CONF_IDLE); in ath9k_htc_config()
1190 if (!priv->ps_idle) in ath9k_htc_config()
Dath9k.h1022 bool ps_idle; member
Dchannel.c934 if (sc->ps_idle) in ath_offchannel_next()