| /kernel/linux/linux-5.10/drivers/staging/vt6656/ |
| D | power.c | 1 // SPDX-License-Identifier: GPL-2.0+ 6 * File: power.c 8 * Purpose: Handles 802.11 power management functions 15 * vnt_enable_power_saving - Enable Power Saving Mode 16 * PSvDiasblePowerSaving - Disable Power Saving Mode 17 * vnt_next_tbtt_wakeup - Decide if we need to wake up at next Beacon 25 #include "power.h" 34 * Enable hw power saving functions 43 u16 aid = priv->current_aid | BIT(14) | BIT(15); in vnt_enable_power_saving() 45 /* set period of power up before TBTT */ in vnt_enable_power_saving() [all …]
|
| /kernel/linux/linux-6.6/drivers/staging/vt6656/ |
| D | power.c | 1 // SPDX-License-Identifier: GPL-2.0+ 6 * Purpose: Handles 802.11 power management functions 13 * vnt_enable_power_saving - Enable Power Saving Mode 14 * PSvDiasblePowerSaving - Disable Power Saving Mode 15 * vnt_next_tbtt_wakeup - Decide if we need to wake up at next Beacon 23 #include "power.h" 32 * Enable hw power saving functions 41 u16 aid = priv->current_aid | BIT(14) | BIT(15); in vnt_enable_power_saving() 43 /* set period of power up before TBTT */ in vnt_enable_power_saving() 46 if (priv->op_mode != NL80211_IFTYPE_ADHOC) in vnt_enable_power_saving() [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/vt6655/ |
| D | power.c | 1 // SPDX-License-Identifier: GPL-2.0+ 6 * File: power.c 8 * Purpose: Handles 802.11 power management functions 15 * PSvEnablePowerSaving - Enable Power Saving Mode 16 * PSvDiasblePowerSaving - Disable Power Saving Mode 17 * PSbConsiderPowerDown - Decide if we can Power Down 18 * PSvSendPSPOLL - Send PS-POLL packet 19 * PSbSendNullPacket - Send Null packet 20 * PSbIsNextTBTTWakeUp - Decide if we need to wake up at next Beacon 28 #include "power.h" [all …]
|
| D | power.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 6 * File: power.h 8 * Purpose: Handles 802.11 power management functions 21 #define C_PWBT 1000 /* micro sec. power up before TBTT */ 22 #define PS_FAST_INTERVAL 1 /* Fast power saving listen interval */ 23 #define PS_MAX_INTERVAL 4 /* MAX power saving listen interval */
|
| /kernel/linux/linux-6.6/drivers/staging/vt6655/ |
| D | power.c | 1 // SPDX-License-Identifier: GPL-2.0+ 6 * Purpose: Handles 802.11 power management functions 13 * PSvEnablePowerSaving - Enable Power Saving Mode 14 * PSvDiasblePowerSaving - Disable Power Saving Mode 15 * PSbConsiderPowerDown - Decide if we can Power Down 16 * PSvSendPSPOLL - Send PS-POLL packet 17 * PSbSendNullPacket - Send Null packet 18 * PSbIsNextTBTTWakeUp - Decide if we need to wake up at next Beacon 26 #include "power.h" 29 /*--------------------- Static Definitions -------------------------*/ [all …]
|
| D | power.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 6 * Purpose: Handles 802.11 power management functions 19 #define C_PWBT 1000 /* micro sec. power up before TBTT */ 20 #define PS_FAST_INTERVAL 1 /* Fast power saving listen interval */ 21 #define PS_MAX_INTERVAL 4 /* MAX power saving listen interval */
|
| /kernel/linux/linux-6.6/Documentation/sound/designs/ |
| D | powersave.rst | 2 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 11 the device and/or no analog loopback is set, the power disablement is 12 done fully or partially. It'll save a certain power consumption, thus 15 The time-out for automatic power-off can be specified via ``power_save`` 16 module option of snd-ac97-codec and snd-hda-intel modules. Specify 17 the time-out value in seconds. 0 means to disable the automatic 18 power-saving. The default value of timeout is given via 27 automatic power-save mode with 10 seconds, write to [all …]
|
| /kernel/linux/linux-5.10/Documentation/sound/designs/ |
| D | powersave.rst | 2 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 11 the device and/or no analog loopback is set, the power disablement is 12 done fully or partially. It'll save a certain power consumption, thus 15 The time-out for automatic power-off can be specified via ``power_save`` 16 module option of snd-ac97-codec and snd-hda-intel modules. Specify 17 the time-out value in seconds. 0 means to disable the automatic 18 power-saving. The default value of timeout is given via 27 automatic power-save mode with 10 seconds, write to [all …]
|
| /kernel/linux/linux-5.10/drivers/media/tuners/ |
| D | tda18250_priv.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 18 #define R05_POWER1 0x05 /* Power byte 1 */ 19 #define R06_POWER2 0x06 /* Power byte 2 */ 57 #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 */ 80 #define R43_PD1 0x43 /* power down byte 1 */ 81 #define R44_PD2 0x44 /* power down byte 2 */ 82 #define R45_PD 0x45 /* power down */
|
| /kernel/linux/linux-6.6/drivers/media/tuners/ |
| D | tda18250_priv.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 18 #define R05_POWER1 0x05 /* Power byte 1 */ 19 #define R06_POWER2 0x06 /* Power byte 2 */ 57 #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 */ 80 #define R43_PD1 0x43 /* power down byte 1 */ 81 #define R44_PD2 0x44 /* power down byte 2 */ 82 #define R45_PD 0x45 /* power down */
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/powerpc/4xx/ |
| D | cpm.txt | 1 PPC4xx Clock Power Management (CPM) node 4 - compatible : compatible list, currently only "ibm,cpm" 5 - dcr-access-method : "native" 6 - dcr-reg : < DCR register range > 9 - er-offset : All 4xx SoCs with a CPM controller have 15 er-offset = <1>. 16 - unused-units : specifier consist of one cell. For each 20 - idle-doze : specifier consist of one cell. For each 24 - standby : specifier consist of one cell. For each 28 - suspend : specifier consist of one cell. For each [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/powerpc/4xx/ |
| D | cpm.txt | 1 PPC4xx Clock Power Management (CPM) node 4 - compatible : compatible list, currently only "ibm,cpm" 5 - dcr-access-method : "native" 6 - dcr-reg : < DCR register range > 9 - er-offset : All 4xx SoCs with a CPM controller have 15 er-offset = <1>. 16 - unused-units : specifier consist of one cell. For each 20 - idle-doze : specifier consist of one cell. For each 24 - standby : specifier consist of one cell. For each 28 - suspend : specifier consist of one cell. For each [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
| D | csr.h | 8 * Copyright(c) 2005 - 2011 Intel Corporation. All rights reserved. 29 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 33 * Copyright(c) 2005 - 2011 Intel Corporation. All rights reserved. 69 * whenever platform supplies power to device, even when device is in 70 * low power states due to driver-invoked device resets 71 * (e.g. CSR_RESET_REG_FLAG_SW_RESET) or uCode-driven power-saving modes. 86 #define CSR_INT_COALESCING (CSR_BASE+0x004) /* accum ints, 32-usec units */ 100 * 31-8: Reserved 101 * 7-4: Type of device: see CSR_HW_REV_TYPE_xxx definitions 102 * 3-2: Revision step: 0 = A, 1 = B, 2 = C, 3 = D [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
| D | csr.h | 8 * Copyright(c) 2005 - 2011 Intel Corporation. All rights reserved. 29 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 33 * Copyright(c) 2005 - 2011 Intel Corporation. All rights reserved. 69 * whenever platform supplies power to device, even when device is in 70 * low power states due to driver-invoked device resets 71 * (e.g. CSR_RESET_REG_FLAG_SW_RESET) or uCode-driven power-saving modes. 86 #define CSR_INT_COALESCING (CSR_BASE+0x004) /* accum ints, 32-usec units */ 100 * 31-8: Reserved 101 * 7-4: Type of device: see CSR_HW_REV_TYPE_xxx definitions 102 * 3-2: Revision step: 0 = A, 1 = B, 2 = C, 3 = D [all …]
|
| /kernel/linux/linux-5.10/kernel/power/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 9 suspend-to-RAM state (e.g. the ACPI S3 state). 30 user-space before invoking suspend. There's a run-time switch 31 at '/sys/power/sync_on_suspend' to configure this behaviour. 32 This setting changes the default for the run-tim switch. Say Y 50 You can suspend your machine with 'echo disk > /sys/power/state' 60 for suspend states like suspend-to-RAM (STR) often don't work very 72 <file:Documentation/power/swsusp-and-swap-files.rst>). 81 For more information take a look at <file:Documentation/power/swsusp.rst>. 100 The default resume partition is the partition that the suspend- [all …]
|
| /kernel/linux/linux-6.6/kernel/power/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 9 suspend-to-RAM state (e.g. the ACPI S3 state). 30 user-space before invoking suspend. There's a run-time switch 31 at '/sys/power/sync_on_suspend' to configure this behaviour. 32 This setting changes the default for the run-tim switch. Say Y 50 You can suspend your machine with 'echo disk > /sys/power/state' 60 for suspend states like suspend-to-RAM (STR) often don't work very 72 <file:Documentation/power/swsusp-and-swap-files.rst>). 81 For more information take a look at <file:Documentation/power/swsusp.rst>. 100 The default resume partition is the partition that the suspend- [all …]
|
| /kernel/linux/linux-5.10/drivers/soc/rockchip/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 13 special additional settings registers for a lot of soc-components. 26 bool "Rockchip generic power domain" 30 Say y here to enable power domain support. 31 In order to meet high performance and low power requirements, a power 32 management unit is designed or saving power when RK3288 in low power 33 mode. The RK3288 PMU is dedicated for managing the power of the whole chip.
|
| /kernel/linux/linux-6.6/Documentation/sound/hd-audio/ |
| D | notes.rst | 2 More Notes on HD-Audio Driver 11 HD-audio is the new standard on-board audio component on modern PCs 12 after AC97. Although Linux has been supporting HD-audio since long 15 This document explains the brief trouble-shooting and debugging 16 methods for the HD-audio hardware. 18 The HD-audio component consists of two parts: the controller chip and 19 the codec chips on the HD-audio bus. Linux provides a single driver 20 for all controllers, snd-hda-intel. Although the driver name contains 21 a word of a well-known hardware vendor, it's not specific to it but for 22 all controller chips by other companies. Since the HD-audio [all …]
|
| /kernel/linux/linux-5.10/Documentation/sound/hd-audio/ |
| D | notes.rst | 2 More Notes on HD-Audio Driver 11 HD-audio is the new standard on-board audio component on modern PCs 12 after AC97. Although Linux has been supporting HD-audio since long 15 This document explains the brief trouble-shooting and debugging 16 methods for the HD-audio hardware. 18 The HD-audio component consists of two parts: the controller chip and 19 the codec chips on the HD-audio bus. Linux provides a single driver 20 for all controllers, snd-hda-intel. Although the driver name contains 21 a word of a well-known hardware vendor, it's not specific to it but for 22 all controller chips by other companies. Since the HD-audio [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
| D | main.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 6 Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>, 13 driver Copyright(c) 2003 - 2004 Intel Corporation. 40 B43_VERBOSITY_MAX = __B43_VERBOSITY_AFTERLAST - 1, 80 #define B43_PS_ENABLED (1 << 0) /* Force enable hardware power saving */ 81 #define B43_PS_DISABLED (1 << 1) /* Force disable hardware power saving */
|
| /kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
| D | main.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 6 Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>, 13 driver Copyright(c) 2003 - 2004 Intel Corporation. 40 B43_VERBOSITY_MAX = __B43_VERBOSITY_AFTERLAST - 1, 80 #define B43_PS_ENABLED (1 << 0) /* Force enable hardware power saving */ 81 #define B43_PS_DISABLED (1 << 1) /* Force disable hardware power saving */
|
| /kernel/linux/linux-6.6/drivers/soc/rockchip/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 13 special additional settings registers for a lot of soc-components. 26 bool "Rockchip generic power domain" 30 Say y here to enable power domain support. 31 In order to meet high performance and low power requirements, a power 32 management unit is designed or saving power when RK3288 in low power 33 mode. The RK3288 PMU is dedicated for managing the power of the whole chip. 41 Describe the hierarchy for the Dynamic Thermal Power Management tree 42 on this platform. That will create all the power capping capable
|
| /kernel/linux/linux-5.10/sound/drivers/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 50 tristate "PC-Speaker support (READ HELP!)" 60 You can compile this as a module which will be called snd-pcsp. 65 pc-speaker a default sound device. Which is likely not 69 options snd-pcsp index=2 71 You don't need this driver if you only want your pc-speaker to beep. 90 will be called snd-dummy. 99 the standard ALSA PCM device. The devices are routed 0->1 and 100 1->0, where first number is the playback PCM device and second 106 timing source using the time shift universal control (+-20% [all …]
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/jaketown/ |
| D | uncore-memory.json | 11 … "BriefDescription": "DRAM RD_CAS and WR_CAS Commands.; All DRAM WR_CAS (w/ and w/out auto-pre)", 27 … "BriefDescription": "DRAM RD_CAS and WR_CAS Commands.; All DRAM RD_CAS (w/ and w/out auto-pre)", 51 …"BriefDescription": "DRAM RD_CAS and WR_CAS Commands.; DRAM WR_CAS (w/ and w/out auto-pre) in Read… 59 …"BriefDescription": "DRAM RD_CAS and WR_CAS Commands.; DRAM WR_CAS (w/ and w/out auto-pre) in Writ… 70 "PublicDescription": "Uncore Fixed Counter - uclks", 112 …ected by a filter) on the given channel. Major modea are channel-wide, and not a per-rank (or di… 121 …ected by a filter) on the given channel. Major modea are channel-wide, and not a per-rank (or di… 130 …ected by a filter) on the given channel. Major modea are channel-wide, and not a per-rank (or di… 139 …ected by a filter) on the given channel. Major modea are channel-wide, and not a per-rank (or di… 164 …ts should commonly be used with Invert to get the number of cycles in power saving mode. Edge Det… [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn21/ |
| D | dcn21_dccg.c | 35 (dccg_dcn->regs->reg) 39 dccg_dcn->dccg_shift->field_name, dccg_dcn->dccg_mask->field_name 42 dccg_dcn->base.ctx 44 dccg->ctx->logger 50 if (dccg->ref_dppclk) { in dccg21_update_dpp_dto() 51 int ref_dppclk = dccg->ref_dppclk; in dccg21_update_dpp_dto() 62 * to run time lower clocks when possible for power saving in dccg21_update_dpp_dto() 82 * DTO should be on to divide down un-used in dccg21_update_dpp_dto() 83 * pipe clock for power saving in dccg21_update_dpp_dto() 96 dccg->pipe_dppclk_khz[dpp_inst] = req_dppclk; in dccg21_update_dpp_dto() [all …]
|