Home
last modified time | relevance | path

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

/linux-6.1.9/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()
940 prev_idle = sc->ps_idle; in ath9k_stop()
941 sc->ps_idle = true; in ath9k_stop()
982 sc->ps_idle = prev_idle; in ath9k_stop()
1499 sc->ps_idle = !!(conf->flags & IEEE80211_CONF_IDLE); in ath9k_config()
1500 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.h1021 bool ps_idle; member
Dchannel.c934 if (sc->ps_idle) in ath_offchannel_next()