| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/marvell/ |
| H A D | kirkwood.txt | 12 cpus/cpu@0 with three clocks, "cpu_clk", "ddrclk" and "powersave", 13 where the "powersave" clock is a gating clock used to switch the CPU 26 clock-names = "cpu_clk", "ddrclk", "powersave";
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/Documentation/sound/designs/ |
| H A D | index.rst | 14 powersave
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pasemi/ |
| H A D | Makefile | 2 obj-y += setup.o pci.o time.o idle.o powersave.o iommu.o dma_lib.o misc.o
|
| /OK3568_Linux_fs/buildroot/package/pm-utils/ |
| H A D | 0001-pm-sleep.d-remove-unused-sleep-hooks.patch | 7 pm/sleep.d/00powersave | 13 -- 20 delete mode 100644 pm/sleep.d/00powersave 31 diff --git a/pm/sleep.d/00powersave b/pm/sleep.d/00powersave 34 --- a/pm/sleep.d/00powersave 41 -command_exists pm-powersave || exit $NA 44 - suspend|hibernate) pm-powersave false ;; 45 - resume|thaw) pm-powersave ;; 1014 - 00powersave \ 1037 - 00powersave \
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | Kconfig | 188 bool "Verbose powersave mode debugging" 261 bool "Verbose mesh powersave debugging" 266 powersave debugging messages (when mac80211 is taking part in a
|
| 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() argument 1104 if (powersave) in ieee80211_send_nullfunc() 1725 if (!mgd->powersave) in ieee80211_powersave_allowed() 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()
|
| H A D | ieee80211_i.h | 457 bool powersave; /* powersave requested for this iface */ member 2058 bool powersave);
|
| H A D | cfg.c | 2829 if (tdls_peer_found || !sdata->u.mgd.powersave) in __ieee80211_request_smps_mgd() 2858 if (enabled == sdata->u.mgd.powersave && in ieee80211_set_power_mgmt() 2862 sdata->u.mgd.powersave = enabled; in ieee80211_set_power_mgmt()
|
| H A D | rx.c | 4234 if (!sdata->u.mgd.powersave) in ieee80211_check_fast_rx()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | mac80211-auth-assoc-deauth.txt | 92 mac80211->driver: turn off powersave
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | Kconfig | 63 bool "powersave" 66 Use the CPUFreq governor 'powersave' as default. This sets 140 tristate "'powersave' governor"
|
| H A D | Kconfig.x86 | 142 tristate "AMD frequency sensitivity feedback powersave bias" 145 This adds AMD-specific powersave bias function to the ondemand
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | Kconfig | 163 bool "enable powersave by default" 166 This option enables powersave mode by default.
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/pm/ |
| H A D | intel_pstate.rst | 83 For example, the ``powersave`` P-state selection algorithm provided by 84 ``intel_pstate`` is not a counterpart of the generic ``powersave`` governor 88 active mode: ``powersave`` and ``performance``. The way they both operate 134 HWP + ``powersave`` 157 ``powersave`` or ``performance``, depending on the ``scaling_governor`` policy 176 ``powersave`` 612 affects decisions made by the scaling governors, except for ``powersave`` and
|
| H A D | cpufreq.rst | 367 ``powersave`` 374 ``powersave`` and whenever the ``scaling_max_freq`` or ``scaling_min_freq`` 517 for the AMD frequency sensitivity powersave bias driver 521 If the AMD frequency sensitivity powersave bias driver is not loaded, 529 If the AMD frequency sensitivity powersave bias driver is loaded, the 545 the ``powersave_bias`` value, the sensitivity powersave bias driver
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | channel.c | 1102 bool powersave) in ath_chanctx_send_vif_ps_frame() argument 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()
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/bench/ |
| H A D | README-BENCH | 29 powersave module.
|
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | coh901318.c | 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()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | kirkwood.dtsi | 22 clock-names = "cpu_clk", "ddrclk", "powersave";
|
| /OK3568_Linux_fs/kernel/Documentation/livepatch/ |
| H A D | shadow-vars.rst | 101 ("mac80211: fix AP powersave TX vs. wakeup race"), which added a
|
| /OK3568_Linux_fs/kernel/sound/drivers/ |
| H A D | Kconfig | 216 See Documentation/sound/designs/powersave.rst for more details.
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/ |
| H A D | Kconfig | 127 0 for low-performance (powersave),
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/ |
| H A D | kernel.rst | 917 powersave-nap (PPC only) 1143 range of [0:600]. This could happen for instance if a powersave mode will
|