| /linux/include/sound/ |
| H A D | soc-acpi.h | 1 /* SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2013-15, Intel Corporation 10 #include <linux/acpi.h> 23 /* codec name is used in DAIs is i2c-<HID>:00 with HID being 8 chars */ 27 /* acpi match */ 38 /* acpi match */ 62 * @acpi_ipc_irq_index: used for BYT-CR detection 65 * @dmic_num: number of SoC- or chipset-attached PDM digital microphones 96 * snd_soc_acpi_endpoint - endpoint descriptor 99 * @group_position: zero-based order (only when @aggregated is 1) [all …]
|
| /linux/drivers/hid/i2c-hid/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 10 tristate "HID over I2C transport layer ACPI driver" 11 depends on ACPI 16 other HID based devices which is connected to your computer via I2C. 17 This driver supports ACPI-based systems. 22 will be called i2c-hid-acpi. It will also build/depend on the 23 module i2c-hid. 28 # (board-file) instantiated "hid-over-i2c" type i2c-clients. 33 other HID based devices which is connected to your computer via I2C. 34 This driver supports Open Firmware (Device Tree)-based systems as [all …]
|
| /linux/Documentation/edac/ |
| H A D | scrub.rst | 1 .. SPDX-License-Identifier: GPL-2.0 OR GFDL-1.2-no-invariants-or-later 7 Copyright (c) 2024-2025 HiSilicon Limited. 11 Invariant Sections, Front-Cover Texts nor Back-Cover Texts. 14 - Written for: 6.15 17 ------------ 24 Memory scrubbing is a feature where an ECC (Error-Correcting Code) engine 49 2. On-demand scrubbing for a specific address range or region of memory. 52 identified, such as CXL memory device patrol scrub, CXL DDR5 ECS, ACPI 53 RAS2 memory scrubbing, and ACPI NVDIMM ARS (Address Range Scrub). 65 ----------------------------------------- [all …]
|
| /linux/drivers/platform/x86/dell/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 10 Dell x86 platforms, including vendor-specific laptop extension drivers. 20 depends on ACPI 31 AlienFX USB MCU such as the X51 and X51-R2. 62 See <file:Documentation/userspace-api/dcdbas.rst> for more details on the driver 98 See <file:Documentation/admin-guide/dell_rbu.rst> for more details on the driver. 103 depends on ACPI 107 Say Y here if you want to support Dell Airplane Mode Switch ACPI 115 be called dell-rbtn. 120 depends on ACPI [all …]
|
| /linux/tools/power/cpupower/debug/kernel/ |
| H A D | cpufreq-test_tsc.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * test module to check whether the TSC-based delay routine continues 4 * to work properly after cpufreq transitions. Needs ACPI to work 7 * Based partly on the Power Management Timer (PMTMR) code to be found 20 * TSC-based delay routine on the Linux kernel does not correctly 22 * linux-pm@vger.kernel.org 29 #include <linux/acpi.h> 34 /*helper function to safely read acpi pm timesource*/ 39 * chipsets (ICH4, PIIX4 and PIIX4E) where the ACPI PM time in read_pmtmr() 60 /* the following code snipped is copied from arch/x86/kernel/acpi/boot.c in cpufreq_test_tsc() [all …]
|
| /linux/sound/soc/amd/acp/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 13 This option enables common modules for Audio-Coprocessor i.e. ACP 19 select SND_SOC_ACPI if ACPI 23 depends on ACPI 42 select SND_SOC_ACPI if ACPI [all...] |
| /linux/drivers/platform/mellanox/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 19 depends on ACPI && I2C && PCI 24 solutions based on Virtual Protocol Interconnect (VPI) technology 38 Centers (EDC) for building Ethernet based clusters, High-Performance 49 This driver handles hot-plug events for the power suppliers, power 69 This driver provides support for the Mellanox MSN4800-XX line cards, 72 Centers (EDC) for building Ethernet based clusters, High-Performance 78 depends on ACPI 83 and networking based on the virtio framework. 88 depends on ACPI [all …]
|
| /linux/drivers/platform/x86/amd/hsmp/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 13 tristate "AMD HSMP ACPI device driver" 14 depends on ACPI 24 This option supports ACPI based probing. 25 You may enable this, if your platform BIOS provides an ACPI object 42 This option supports platform device based probing. 44 HSMP ACPI object.
|
| /linux/drivers/usb/typec/ucsi/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 4 tristate "USB Type-C Connector System Software Interface driver" 9 USB Type-C Connector System Software Interface (UCSI) is a 11 control the USB Type-C ports. On UCSI system the USB Type-C ports 14 is required. UCSI is available on most of the new Intel based systems 15 that are equipped with Embedded Controller and USB Type-C ports. 18 on the platform, ACPI, PCI, I2C, etc. may be used. Therefore this 23 https://www.intel.com/content/www/us/en/io/universal-serial-bus/usb-type-c-ucsi-spec.html 35 Cypress CCGx Type-C controller over I2C interface. 41 tristate "UCSI ACPI Interface Driver" [all …]
|
| /linux/Documentation/driver-api/acpi/ |
| H A D | scan_handlers.rst | 1 .. SPDX-License-Identifier: GPL-2.0 5 ACPI Scan Handlers 12 During system initialization and ACPI-based device hot-add, the ACPI namespace 15 registered with the driver core for every device object in the ACPI namespace 23 During ACPI-based device hot-remove device nodes representing pieces of hardware 26 The core ACPI namespace scanning code in drivers/acpi/scan.c carries out basic 39 called ACPI scan handlers represented by the following structure:: 49 take care of, list_node is the hook to the global list of ACPI scan handlers 50 maintained by the ACPI core and the .attach() and .detach() callbacks are 76 ACPI scan handlers can be added to the list maintained by the ACPI core with the
|
| /linux/drivers/dma/ |
| H A D | acpi-dma.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * ACPI helpers for DMA request / controller 5 * Based on of-dma.c 12 #include <linux/acpi.h> 15 #include <linux/dma-mapping.h> 32 * acpi_dma_parse_resource_group - match device and parse resource group 34 * @adev: ACPI device to match with 53 if (grp->shared_info_length != sizeof(struct acpi_csrt_shared_info)) in acpi_dma_parse_resource_group() 54 return -ENODEV; in acpi_dma_parse_resource_group() 62 if (resource_type(rentry->res) == IORESOURCE_MEM) in acpi_dma_parse_resource_group() [all …]
|
| /linux/drivers/extcon/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 11 host USB ports. Many of 30-pin connectors including PDMI are 22 Say Y here to enable extcon device driver based on ADC values. 25 tristate "X-Power AXP288 EXTCON support" 26 depends on MFD_AXP20X && USB_SUPPORT && X86 && ACPI && IOSF_MBI 30 and USB MUX switching by X-Power AXP288 PMIC. 48 Say Y here to enable GPIO based extcon support. Note that GPIO 52 tristate "Intel INT3496 ACPI device extcon driver" 53 depends on GPIOLIB && ACPI && (X86 || COMPILE_TEST) 56 an Intel INT3496 ACPI device. [all …]
|
| /linux/sound/soc/sof/amd/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 27 select SND_SOC_ACPI if ACPI 29 This option is not user-selectable but automatically handled by 65 This option is not user-selectable but automatically handled by 70 select SND_AMD_SOUNDWIRE_ACPI if ACPI 73 tristate "SOF support for SoundWire based AMD platforms" 76 depends on ACPI 92 AMD ACP6.3 version based platforms. 93 Say Y if you want to enable SOF on ACP6.3 based platform. 104 AMD ACP7.0/ACP7.1 version based platforms. [all …]
|
| /linux/drivers/acpi/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 3 # ACPI Configuration 9 menuconfig ACPI config 10 bool "ACPI (Advanced Configuration and Power Interface) Support" 19 Advanced Configuration and Power Interface (ACPI) support for 20 Linux requires an ACPI-compliant platform (hardware/firmware), 21 and assumes the presence of OS-directed configuration and power 25 Linux ACPI provides a robust functional replacement for several 27 the Plug-and-Play BIOS specification (PnP BIOS), the 29 Management (APM) specification. If both ACPI and APM support [all …]
|
| /linux/drivers/hwtracing/intel_th/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 25 support glue layer for PCI-based Intel TH. 30 tristate "Intel(R) Trace Hub ACPI controller" 31 depends on ACPI 33 Intel(R) Trace Hub may exist as an ACPI device. This option enables 34 support glue layer for ACPI-based Intel TH. This typically implies 39 Say Y here to enable ACPI Intel TH support.
|
| /linux/drivers/usb/core/ |
| H A D | usb-acpi.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * USB-ACPI glue code 12 #include <linux/acpi.h> 19 * usb_acpi_power_manageable - check whether usb port has 20 * acpi power resource. 22 * @index: port index based zero 24 * Return true if the port has acpi power resource and false if no. 40 #define UUID_USB_CONTROLLER_DSM "ce2ee385-00e6-48cb-9f05-2edb927c4899" 44 * usb_acpi_port_lpm_incapable - check if lpm should be disabled for a port. 46 * @index: zero based port index [all …]
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | sleep-states.rst | 1 .. SPDX-License-Identifier: GPL-2.0 13 Sleep states are global low-power states of the entire system in which user 28 Suspend-to-Idle 29 --------------- 31 This is a generic, pure software, light-weight variant of system suspend (also 34 I/O devices into low-power states (possibly lower-power than available in the 38 The system is woken up from this state by in-band interrupts, so theoretically 43 or :ref:`suspend-to-RAM <s2ram>`, or it can be used in addition to any of the 50 ------- 58 I/O devices into low-power states, which is done for :ref:`suspend-to-idle [all …]
|
| /linux/Documentation/firmware-guide/acpi/ |
| H A D | debug.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 ACPI CA Debug Output 7 The ACPI CA can generate debug output. This document describes how to use this 10 Compile-time configuration 13 The ACPI CA debug output is globally enabled by CONFIG_ACPI_DEBUG. If this 16 Boot- and run-time configuration 20 you're interested in. At boot-time, use the acpi.debug_layer and 21 acpi.debug_level kernel command line options. After boot, you can use the 22 debug_layer and debug_level files in /sys/module/acpi/parameters/ to control 29 specific part of the ACPI interpreter. To build the debug_layer bitmask, look [all …]
|
| /linux/drivers/iio/light/ |
| H A D | acpi-als.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * ACPI Ambient Light Sensor Driver 5 * Based on ALS driver: 9 * Copyright (C) 2012-2013 Martin Liska <marxin.liska@gmail.com> 12 * Copyright (C) 2013-2014 Marek Vasut <marex@denx.de> 17 #include <linux/acpi.h> 30 #define ACPI_ALS_DEVICE_NAME "acpi-als" 64 * The _ALR property returns tables that can be used to fine-tune the values 65 * reported by the other props based on the particular hardware type and it's 81 status = acpi_evaluate_integer(als->device->handle, prop, NULL, in acpi_als_read_value() [all …]
|
| /linux/sound/soc/intel/boards/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 92 This adds support for Intel Broadwell platform based boards with 113 tristate "Baytrail and Baytrail-CR with RT5640 codec" 114 depends on I2C && ACPI 120 This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR 126 tristate "Baytrail and Baytrail-CR with RT5651 codec" 127 depends on I2C && ACPI 133 This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR 139 tristate "Baytrail and Baytrail-CR with WM5102 codec" 140 depends on MFD_ARIZONA && MFD_WM5102 && SPI_MASTER && ACPI [all …]
|
| /linux/drivers/platform/x86/amd/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 12 tristate "AMD 3D V-Cache Performance Optimizer Driver" 13 depends on X86_64 && ACPI 17 frequencies or larger L3 caches on processors supporting AMD 3D V-Cache 25 depends on ACPI 31 AMD provides an ACPI based mechanism to support WBRF on platform with 39 depends on I2C && X86_64 && ACPI
|
| /linux/Documentation/arch/x86/ |
| H A D | amd_hsmp.rst | 1 .. SPDX-License-Identifier: GPL-2.0 7 Newer Fam19h(model 0x00-0x1f, 0x30-0x3f, 0x90-0x9f, 0xa0-0xaf), 8 Fam1Ah(model 0x00-0x1f) EPYC server line of processors from AMD support 12 OS-level software with access to system management functions via a 17 Eg: https://docs.amd.com/v/u/en-US/55898_B1_pub_0_50 27 for ACPI object based probing, platform device based probing and for the common 31 Kconfig option CONFIG_AMD_HSMP_ACPI compiles acpi.c and creates hsmp_acpi.ko. 35 Both the ACPI and plat drivers create the miscdevice /dev/hsmp to let 38 The ACPI object format supported by the driver is defined below. 40 $ ls -al /dev/hsmp [all …]
|
| /linux/drivers/platform/x86/intel/int3472/ |
| H A D | Kconfig | 2 tristate "Intel SkyLake ACPI INT3472 Driver" 3 depends on ACPI 16 Intel Skylake-based systems that can map to different hardware 23 an ACPI OpRegion, which must be available before any of the devices 31 The module will be named "intel-skl-int3472".
|
| /linux/Documentation/wmi/devices/ |
| H A D | dell-wmi-ddv.rst | 1 .. SPDX-License-Identifier: GPL-2.0-or-later 4 Dell DDV WMI interface driver (dell-wmi-ddv) 10 Many Dell notebooks made after ~2020 support a WMI-based interface for 15 so it was called `DDV`. Currently the ``dell-wmi-ddv`` driver supports 21 trial-and-error, please keep that in mind. 27 including batteries. It has a form similar to `CC-PPPPPP-MMMMM-YMD-SSSS-FFF` 52 …), Locale("MS\\0x409"), Description("WMI Function"), guid("{8A42EA14-4F2A-FD45-6422-0087F7A7E608}"… 67 …[WmiMethodId(11), Implemented, read, write, Description("Return Battery Relative State-Of-Charge."… 79 Each WMI method takes an ACPI buffer containing a 32-bit index as input argument, 80 with the first 8 bit being used to specify the battery when using battery-related [all …]
|
| /linux/sound/soc/amd/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 16 depends on SND_SOC_AMD_ACP && I2C && GPIOLIB && ACPI 29 select SND_SOC_ACPI if ACPI 31 depends on SND_SOC_AMD_ACP && ACPI 40 tristate "AMD Audio Coprocessor-v3.x support" 58 tristate "AMD Audio Coprocessor - Renoir support" 72 tristate "AMD Audio Coprocessor-v [all...] |