Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath9k/
Dmain.c154 if (sc->ps_idle) { in ath9k_ps_restore()
570 if (ATH_DBG_WARN_ON_ONCE(sc->ps_idle)) in ath_isr()
862 prev_idle = sc->ps_idle; in ath9k_stop()
863 sc->ps_idle = true; in ath9k_stop()
896 sc->ps_idle = prev_idle; in ath9k_stop()
1415 sc->ps_idle = !!(conf->flags & IEEE80211_CONF_IDLE); in ath9k_config()
1416 if (sc->ps_idle) { in ath9k_config()
Dhtc.h511 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.h1021 bool ps_idle; member
Dchannel.c934 if (sc->ps_idle) in ath_offchannel_next()