Home
last modified time | relevance | path

Searched full:saving (Results 1 – 25 of 577) sorted by relevance

12345678910>>...24

/linux/Documentation/sound/designs/
H A Dpowersave.rst2 Notes on Power-Saving Mode
5 AC97 and HD-audio drivers have the automatic power-saving mode.
9 With the automatic power-saving, the driver turns off the codec power
18 power-saving. The default value of timeout is given via
/linux/drivers/acpi/
H A Dnvs.c3 * nvs.c - Routines for saving and restoring ACPI NVS memory region
128 * suspend_nvs_free - free data pages allocated for saving NVS regions
152 * suspend_nvs_alloc - allocate memory necessary for saving NVS regions
175 pr_info("Saving platform NVS memory\n"); in suspend_nvs_save()
/linux/drivers/clk/qcom/
H A Dclk-regmap.c20 * this as their is_enabled operation, saving some code.
46 * this as their enable() operation, saving some code.
70 * this as their disable() operation, saving some code.
/linux/arch/microblaze/kernel/
H A Dftrace.c103 static unsigned int imm; /* saving whole imm instruction */
109 static unsigned int bralid; /* saving whole bralid instruction */
173 /* create proper saving to ftrace_call poll */ in ftrace_update_ftrace_func()
192 unsigned int old_jump; /* saving place for jump instruction */
/linux/samples/ftrace/
H A Dftrace-ops.c38 * On architectures with DYNAMIC_FTRACE_WITH_REGS, saving the full pt_regs can
39 * be more expensive than only saving the minimal necessary regs.
176 pr_info("this kernel does not support saving registers\n"); in ftrace_ops_sample_init()
200 " saving registers: %s\n" in ftrace_ops_sample_init()
/linux/arch/x86/crypto/
H A Daes_ctrby8_avx-x86_64.S524 * Saving/restoring must be done at a higher level
537 * Saving/restoring must be done at a higher level
550 * Saving/restoring must be done at a higher level
563 * Saving/restoring must be done at a higher level
576 * Saving/restoring must be done at a higher level
589 * Saving/restoring must be done at a higher level
/linux/arch/powerpc/kernel/
H A Didle_book3s.S47 * The caller is responsible for saving/restoring SPRs, MSR, timebase,
56 * Use the stack red zone rather than a new frame for saving regs since
154 * The caller is responsible for saving/restoring SPRs, MSR, timebase,
164 * Use the stack red zone rather than a new frame for saving regs since
/linux/drivers/media/tuners/
H A Dtda18250_priv.h57 #define R2C_PS1 0x2c /* power saving mode byte 1 */
58 #define R2D_PS2 0x2d /* power saving mode byte 2 */
59 #define R2E_PS3 0x2e /* power saving mode byte 3 */
/linux/drivers/regulator/
H A Dhelpers.c26 * this as their is_enabled operation, saving some code.
58 * this as their enable() operation, saving some code.
84 * this as their disable() operation, saving some code.
129 * operation, saving some code.
199 * operation, saving some code.
253 * as their get_voltage_sel operation, saving some code.
279 * as their set_voltage_sel operation, saving some code.
815 * as their set_current_limit operation, saving some code.
867 * as their get_current_limit operation, saving some code.
979 * set_ramp_delay operation, saving some code.
/linux/Documentation/devicetree/bindings/powerpc/4xx/
H A Dcpm.txt37 power saving will be seeing if support
40 saving techniques for the specific SoC.
/linux/arch/x86/virt/vmx/tdx/
H A Dseamcall.S27 * (the P-SEAMLDR or the TDX module), with saving output registers to
46 * (the P-SEAMLDR or the TDX module), with saving output registers to the
/linux/arch/x86/coco/tdx/
H A Dtdcall.S32 * saving output registers to the 'struct tdx_module_args' used as input.
50 * saving output registers to the 'struct tdx_module_args' used as input.
/linux/drivers/net/wireless/broadcom/b43/
H A Dmain.h80 #define B43_PS_ENABLED (1 << 0) /* Force enable hardware power saving */
81 #define B43_PS_DISABLED (1 << 1) /* Force disable hardware power saving */
/linux/tools/perf/pmu-events/arch/x86/jaketown/
H A Duncore-memory.json184 …should commonly be used with Invert to get the number of cycles in power saving mode. Edge Detect…
194 …should commonly be used with Invert to get the number of cycles in power saving mode. Edge Detect…
204 …should commonly be used with Invert to get the number of cycles in power saving mode. Edge Detect…
214 …should commonly be used with Invert to get the number of cycles in power saving mode. Edge Detect…
224 …should commonly be used with Invert to get the number of cycles in power saving mode. Edge Detect…
234 …should commonly be used with Invert to get the number of cycles in power saving mode. Edge Detect…
244 …should commonly be used with Invert to get the number of cycles in power saving mode. Edge Detect…
254 …should commonly be used with Invert to get the number of cycles in power saving mode. Edge Detect…
/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcsr.h71 * (e.g. CSR_RESET_REG_FLAG_SW_RESET) or uCode-driven power-saving modes.
244 * Indicates current power-saving mode:
245 * 000 -- No power saving
253 * Indicates MAC is entering a power-saving sleep power-down.
329 * uCode sets this when preparing a power-saving power-down.
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn21/
H A Ddcn21_dccg.c62 * to run time lower clocks when possible for power saving in dccg21_update_dpp_dto()
83 * pipe clock for power saving in dccg21_update_dpp_dto()
/linux/kernel/power/
H A Dswap.c192 * free_all_swap_pages - free swap pages allocated for saving image data.
312 * Saving part
351 * This is called before saving image
561 pr_info("Saving image data pages (%u pages)...\n", in save_image()
576 pr_info("Image saving progress: %3d%%\n", in save_image()
586 pr_info("Image saving done\n"); in save_image()
688 * @handle: Swap map handle to use for saving the image.
794 pr_info("Compressing and saving image data (%u pages)...\n", in save_compressed_image()
815 pr_info("Image saving progress: %3d%%\n", in save_compressed_image()
886 pr_info("Image saving done\n"); in save_compressed_image()
/linux/Documentation/devicetree/bindings/regulator/
H A Drichtek,rtq2208.yaml20 operation modes for all buck rails, automatic power saving mode (Auto mode) and forced continuous
25 0 - Auto mode for power saving, which reducing the switching frequency at light load condition
/linux/drivers/pmdomain/rockchip/
H A DKconfig11 management unit is designed or saving power when RK3288 in low power
/linux/tools/power/cpupower/man/
H A Dcpupower-info.110 registers affecting processor power saving policies.
/linux/Documentation/arch/powerpc/
H A Dfirmware-assisted-dump.rst88 - Once the userspace tool is done saving dump, it will echo
224 user intervention in saving the dump) when FADump is used, instead of
286 This is used to display the memory reserved by FADump for saving the
292 region that are held for saving crash dump. To release the
/linux/include/dt-bindings/regulator/
H A Dactive-semi,8865-regulator.h20 * the usage of proprietary power-saving
H A Dactive-semi,8945a-regulator.h22 * the usage of proprietary power-saving
/linux/arch/powerpc/platforms/
H A DKconfig.cputype366 PowerPC processor. The kernel currently supports saving and restoring
383 to the PowerPC processor. The kernel currently supports saving and
404 supports saving and restoring SPE registers, and turning on the
/linux/sound/drivers/
H A DKconfig228 bool "AC97 Power-Saving Mode"
232 Say Y here to enable the aggressive power-saving support of

12345678910>>...24