/kernel/linux/linux-5.10/tools/testing/selftests/intel_pstate/ |
H A D | run.sh | 98 cpupower frequency-set -g powersave --max=${freq}MHz >& /dev/null 102 [ $EVALUATE_ONLY -eq 0 ] && cpupower frequency-set -g powersave --max=${max_freq}MHz >& /dev/null
|
/kernel/linux/linux-6.6/tools/testing/selftests/intel_pstate/ |
H A D | run.sh | 98 cpupower frequency-set -g powersave --max=${freq}MHz >& /dev/null 102 [ $EVALUATE_ONLY -eq 0 ] && cpupower frequency-set -g powersave --max=${max_freq}MHz >& /dev/null
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | pm.c | 102 sdata->u.mgd.powersave && in __ieee80211_suspend()
|
H A D | mlme.c | 1092 bool powersave) in ieee80211_send_nullfunc() 1104 if (powersave) in ieee80211_send_nullfunc() 1675 /* powersave */ 1725 if (!mgd->powersave) in ieee80211_powersave_allowed() 2277 * in that case, although if the TIM IE is broken powersave in ieee80211_set_associated() 4095 } else if (!local->pspolling && sdata->u.mgd.powersave) { in ieee80211_rx_mgmt_beacon() 4829 ifmgd->powersave = sdata->wdev.ps; in ieee80211_sta_setup_sdata() 5627 if (ifmgd->powersave) in ieee80211_mgd_assoc() 1090 ieee80211_send_nullfunc(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, bool powersave) ieee80211_send_nullfunc() argument
|
H A D | ieee80211_i.h | 457 bool powersave; /* powersave requested for this iface */ member 458 bool broken_ap; /* AP is broken -- turn off powersave */ 2078 bool powersave);
|
H A D | cfg.c | 2835 if (tdls_peer_found || !sdata->u.mgd.powersave) in __ieee80211_request_smps_mgd() 2864 if (enabled == sdata->u.mgd.powersave && in ieee80211_set_power_mgmt() 2868 sdata->u.mgd.powersave = enabled; in ieee80211_set_power_mgmt() 2871 /* no change, but if automatic follow powersave */ in ieee80211_set_power_mgmt()
|
H A D | rx.c | 1690 * The device handles station powersave, so don't do anything about in ieee80211_rx_h_uapsd_and_pspoll() 4234 if (!sdata->u.mgd.powersave) in ieee80211_check_fast_rx() 4237 /* software powersave is a huge mess, avoid all of it */ in ieee80211_check_fast_rx()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | pm.c | 109 sdata->u.mgd.powersave && in __ieee80211_suspend()
|
H A D | ieee80211_i.h | 486 bool powersave; /* powersave requested for this iface */ member 487 bool broken_ap; /* AP is broken -- turn off powersave */ 2352 bool powersave);
|
H A D | mlme.c | 1054 else if (sdata->u.mgd.powersave) in ieee80211_assoc_link_elems() 1619 bool powersave) in ieee80211_send_nullfunc() 1632 if (powersave) in ieee80211_send_nullfunc() 2174 /* powersave */ 2225 if (!mgd->powersave) in ieee80211_powersave_allowed() 6052 } else if (!local->pspolling && sdata->u.mgd.powersave) { in ieee80211_rx_mgmt_beacon() 6868 ifmgd->powersave = sdata->wdev.ps; in ieee80211_sta_setup_sdata() 7419 if (sdata->u.mgd.powersave) in ieee80211_setup_assoc_link() 1617 ieee80211_send_nullfunc(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, bool powersave) ieee80211_send_nullfunc() argument
|
H A D | cfg.c | 3221 if (tdls_peer_found || !sdata->u.mgd.powersave) in __ieee80211_request_smps_mgd() 3251 if (enabled == sdata->u.mgd.powersave && in ieee80211_set_power_mgmt() 3255 sdata->u.mgd.powersave = enabled; in ieee80211_set_power_mgmt() 3258 /* no change, but if automatic follow powersave */ in ieee80211_set_power_mgmt()
|
H A D | rx.c | 1674 * The device handles station powersave, so don't do anything about in ieee80211_rx_h_uapsd_and_pspoll() 4551 if (!sdata->u.mgd.powersave) in ieee80211_check_fast_rx() 4554 /* software powersave is a huge mess, avoid all of it */ in ieee80211_check_fast_rx()
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | Kconfig.x86 | 142 tristate "AMD frequency sensitivity feedback powersave bias" 145 This adds AMD-specific powersave bias function to the ondemand
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | Kconfig.x86 | 181 tristate "AMD frequency sensitivity feedback powersave bias" 184 This adds AMD-specific powersave bias function to the ondemand
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | coh901318.c | 203 * struct powersave - DMA power save structure 207 struct powersave { struct 1285 struct powersave pm; 1423 struct powersave *pm = &cohc->base->pm; in enable_powersave() 1434 struct powersave *pm = &cohc->base->pm; in disable_powersave() 2030 /* Enable powersave if transfer has finished */ in dma_irq_handler() 2076 /* Enable powersave if transfer has finished */ in dma_irq_handler()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | channel.c | 1102 bool powersave) in ath_chanctx_send_vif_ps_frame() 1121 if (powersave) in ath_chanctx_send_vif_ps_frame() 1148 ath_chanctx_send_ps_frame(struct ath_softc *sc, bool powersave) in ath_chanctx_send_ps_frame() argument 1155 if (ath_chanctx_send_vif_ps_frame(sc, avp, powersave)) in ath_chanctx_send_ps_frame() 1101 ath_chanctx_send_vif_ps_frame(struct ath_softc *sc, struct ath_vif *avp, bool powersave) ath_chanctx_send_vif_ps_frame() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | channel.c | 1102 bool powersave) in ath_chanctx_send_vif_ps_frame() 1121 if (powersave) in ath_chanctx_send_vif_ps_frame() 1148 ath_chanctx_send_ps_frame(struct ath_softc *sc, bool powersave) in ath_chanctx_send_ps_frame() argument 1155 if (ath_chanctx_send_vif_ps_frame(sc, avp, powersave)) in ath_chanctx_send_ps_frame() 1101 ath_chanctx_send_vif_ps_frame(struct ath_softc *sc, struct ath_vif *avp, bool powersave) ath_chanctx_send_vif_ps_frame() argument
|