/Linux-v5.15/drivers/mfd/ |
D | intel-lpss-pci.c | 3 * Intel LPSS PCI support. 5 * Copyright (C) 2015, Intel Corporation 7 * Authors: Andy Shevchenko <andriy.shevchenko@linux.intel.com> 8 * Mika Westerberg <mika.westerberg@linux.intel.com> 18 #include "intel-lpss.h" 169 { PCI_VDEVICE(INTEL, 0x02a8), (kernel_ulong_t)&spt_uart_info }, 170 { PCI_VDEVICE(INTEL, 0x02a9), (kernel_ulong_t)&spt_uart_info }, 171 { PCI_VDEVICE(INTEL, 0x02aa), (kernel_ulong_t)&spt_info }, 172 { PCI_VDEVICE(INTEL, 0x02ab), (kernel_ulong_t)&spt_info }, 173 { PCI_VDEVICE(INTEL, 0x02c5), (kernel_ulong_t)&cnl_i2c_info }, [all …]
|
D | lpc_ich.c | 3 * lpc_ich.c - LPC interface for Intel ICH 5 * LPC bridge function of the Intel ICH contains many other 16 * (See the intel documentation on http://developer.intel.com.) 146 .name = "intel-spi", 570 { PCI_VDEVICE(INTEL, 0x0f1c), LPC_BAYTRAIL}, 571 { PCI_VDEVICE(INTEL, 0x1c41), LPC_CPT}, 572 { PCI_VDEVICE(INTEL, 0x1c42), LPC_CPTD}, 573 { PCI_VDEVICE(INTEL, 0x1c43), LPC_CPTM}, 574 { PCI_VDEVICE(INTEL, 0x1c44), LPC_CPT}, 575 { PCI_VDEVICE(INTEL, 0x1c45), LPC_CPT}, [all …]
|
/Linux-v5.15/Documentation/driver-api/mei/ |
D | iamt.rst | 3 Intel(R) Active Management Technology (Intel AMT) 6 Prominent usage of the Intel ME Interface is to communicate with Intel(R) 7 Active Management Technology (Intel AMT) implemented in firmware running on 8 the Intel ME. 10 Intel AMT provides the ability to manage a host remotely out-of-band (OOB) 14 Some examples of Intel AMT usage are: 25 Intel AMT (OOB) communication is based on SOAP (deprecated 29 For more information about Intel AMT: 30 https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm 33 Intel AMT Applications [all …]
|
/Linux-v5.15/drivers/pinctrl/intel/ |
D | Kconfig | 2 # Intel pin control drivers 7 bool "Intel Baytrail GPIO pin control" 11 driver for memory mapped GPIO functionality on Intel Baytrail 19 tristate "Intel Cherryview/Braswell pinctrl and GPIO driver" 27 tristate "Intel Lynxpoint pinctrl and GPIO driver" 35 Lynxpoint is the PCH of Intel Haswell. This pinctrl driver 40 tristate "Intel Merrifield pinctrl driver" 59 tristate "Intel Alder Lake pinctrl and GPIO driver" 64 of Intel Alder Lake PCH pins and using them as GPIOs. 67 tristate "Intel Broxton pinctrl and GPIO driver" [all …]
|
/Linux-v5.15/Documentation/i2c/busses/ |
D | i2c-i801.rst | 7 * Intel 82801AA and 82801AB (ICH and ICH0 - part of the 9 * Intel 82801BA (ICH2 - part of the '815E' chipset) 10 * Intel 82801CA/CAM (ICH3) 11 * Intel 82801DB (ICH4) (HW PEC supported) 12 * Intel 82801EB/ER (ICH5) (HW PEC supported) 13 * Intel 6300ESB 14 * Intel 82801FB/FR/FW/FRW (ICH6) 15 * Intel 82801G (ICH7) 16 * Intel 631xESB/632xESB (ESB2) 17 * Intel 82801H (ICH8) [all …]
|
/Linux-v5.15/drivers/net/ethernet/intel/ |
D | Kconfig | 3 # Intel network device configuration 7 bool "Intel devices" 14 the questions about Intel cards. If you say Y, you will be asked for 20 tristate "Intel(R) PRO/100+ support" 24 This driver supports Intel(R) PRO/100 family of adapters. 32 <http://support.intel.com> 37 <file:Documentation/networking/device_drivers/ethernet/intel/e100.rst>. 43 tristate "Intel(R) PRO/1000 Gigabit Ethernet support" 46 This driver supports Intel(R) PRO/1000 gigabit ethernet family of 50 <http://support.intel.com> [all …]
|
/Linux-v5.15/drivers/platform/x86/intel/ |
D | Kconfig | 3 # Intel x86 Platform Specific Drivers 7 bool "Intel x86 Platform Specific Device Drivers" 11 various Intel x86 platforms, including vendor-specific 19 source "drivers/platform/x86/intel/atomisp2/Kconfig" 20 source "drivers/platform/x86/intel/int1092/Kconfig" 21 source "drivers/platform/x86/intel/int33fe/Kconfig" 22 source "drivers/platform/x86/intel/int3472/Kconfig" 23 source "drivers/platform/x86/intel/pmc/Kconfig" 24 source "drivers/platform/x86/intel/pmt/Kconfig" 25 source "drivers/platform/x86/intel/speed_select_if/Kconfig" [all …]
|
D | Makefile | 3 # Makefile for drivers/platform/x86/intel 4 # Intel x86 Platform-Specific Drivers 17 # Intel input drivers 18 intel-hid-y := hid.o 19 obj-$(CONFIG_INTEL_HID_EVENT) += intel-hid.o 20 intel-vbtn-y := vbtn.o 21 obj-$(CONFIG_INTEL_VBTN) += intel-vbtn.o 23 # Intel miscellaneous drivers 29 # Intel PMIC / PMC / P-Unit drivers 39 # Intel Uncore drivers [all …]
|
/Linux-v5.15/Documentation/admin-guide/pm/ |
D | intel-speed-select.rst | 4 Intel(R) Speed Select Technology User Guide 7 The Intel(R) Speed Select Technology (Intel(R) SST) provides a powerful new 9 With Intel(R) SST, one server can be configured for power and performance for a 14 - https://www.intel.com/content/www/us/en/architecture-and-technology/speed-select-technology-artic… 15 - https://builders.intel.com/docs/networkbuilders/intel-speed-select-technology-base-frequency-enha… 21 and configure these features is by using the Intel Speed Select utility. 23 This document explains how to use the Intel Speed Select tool to enumerate and 24 control Intel(R) SST features. This document gives example commands and explains 29 intel-speed-select configuration tool 32 Most Linux distribution packages may include the "intel-speed-select" tool. If not, [all …]
|
/Linux-v5.15/drivers/net/ethernet/intel/ice/ |
D | ice_devids.h | 2 /* Copyright (c) 2018, Intel Corporation. */ 8 /* Intel(R) Ethernet Connection E823-L for backplane */ 10 /* Intel(R) Ethernet Connection E823-L for SFP */ 12 /* Intel(R) Ethernet Connection E823-L/X557-AT 10GBASE-T */ 14 /* Intel(R) Ethernet Connection E823-L 1GbE */ 16 /* Intel(R) Ethernet Connection E823-L for QSFP */ 18 /* Intel(R) Ethernet Controller E810-C for backplane */ 20 /* Intel(R) Ethernet Controller E810-C for QSFP */ 22 /* Intel(R) Ethernet Controller E810-C for SFP */ 24 /* Intel(R) Ethernet Controller E810-XXV for backplane */ [all …]
|
/Linux-v5.15/sound/soc/sof/intel/ |
D | Makefile | 3 snd-sof-acpi-intel-byt-objs := byt.o 4 snd-sof-acpi-intel-bdw-objs := bdw.o 6 snd-sof-intel-ipc-objs := intel-ipc.o 8 snd-sof-intel-hda-common-objs := hda.o hda-loader.o hda-stream.o hda-trace.o \ 12 snd-sof-intel-hda-common-$(CONFIG_SND_SOC_SOF_HDA_PROBES) += hda-compress.o 14 snd-sof-intel-hda-objs := hda-codec.o 16 snd-sof-intel-atom-objs := atom.o 18 obj-$(CONFIG_SND_SOC_SOF_INTEL_ATOM_HIFI_EP) += snd-sof-intel-atom.o 19 obj-$(CONFIG_SND_SOC_SOF_BAYTRAIL) += snd-sof-acpi-intel-byt.o 20 obj-$(CONFIG_SND_SOC_SOF_BROADWELL) += snd-sof-acpi-intel-bdw.o [all …]
|
/Linux-v5.15/drivers/hwtracing/intel_th/ |
D | Kconfig | 3 tristate "Intel(R) Trace Hub controller" 6 Intel(R) Trace Hub (TH) is a set of hardware blocks (subdevices) that 14 platform glue layers to drive Intel TH devices. 16 Say Y here to enable Intel(R) Trace Hub controller support. 21 tristate "Intel(R) Trace Hub PCI controller" 24 Intel(R) Trace Hub may exist as a PCI device. This option enables 25 support glue layer for PCI-based Intel TH. 27 Say Y here to enable PCI Intel TH support. 30 tristate "Intel(R) Trace Hub ACPI controller" 33 Intel(R) Trace Hub may exist as an ACPI device. This option enables [all …]
|
/Linux-v5.15/sound/soc/intel/common/ |
D | Makefile | 4 snd-soc-acpi-intel-match-objs := soc-acpi-intel-byt-match.o soc-acpi-intel-cht-match.o \ 5 soc-acpi-intel-hsw-bdw-match.o \ 6 soc-acpi-intel-skl-match.o soc-acpi-intel-kbl-match.o \ 7 soc-acpi-intel-bxt-match.o soc-acpi-intel-glk-match.o \ 8 soc-acpi-intel-cnl-match.o soc-acpi-intel-cfl-match.o \ 9 soc-acpi-intel-cml-match.o soc-acpi-intel-icl-match.o \ 10 soc-acpi-intel-tgl-match.o soc-acpi-intel-ehl-match.o \ 11 soc-acpi-intel-jsl-match.o soc-acpi-intel-adl-match.o \ 12 soc-acpi-intel-hda-match.o \ 13 soc-acpi-intel-sdw-mockup-match.o [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/dma/ |
D | intel,ldma.yaml | 4 $id: http://devicetree.org/schemas/dma/intel,ldma.yaml# 10 - chuanhua.lei@intel.com 11 - mallikarjunax.reddy@intel.com 19 - intel,lgm-cdma 20 - intel,lgm-dma2tx 21 - intel,lgm-dma1rx 22 - intel,lgm-dma1tx 23 - intel,lgm-dma0tx 24 - intel,lgm-dma3 25 - intel,lgm-toe-dma30 [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/bus/ |
D | intel,ixp4xx-expansion-bus-controller.yaml | 4 $id: http://devicetree.org/schemas/bus/intel,ixp4xx-expansion-bus-controller.yaml# 7 title: Intel IXP4xx Expansion Bus Controller 11 memory-mapped expansion bus on the Intel IXP4xx family of system on chips, 24 - intel,ixp42x-expansion-bus-controller 25 - intel,ixp43x-expansion-bus-controller 26 - intel,ixp45x-expansion-bus-controller 27 - intel,ixp46x-expansion-bus-controller 61 intel,ixp4xx-eb-t1: 66 intel,ixp4xx-eb-t2: 71 intel,ixp4xx-eb-t3: [all …]
|
/Linux-v5.15/drivers/crypto/qat/ |
D | Kconfig | 18 tristate "Support for Intel(R) DH895xCC" 22 Support for Intel(R) DH895xcc with Intel(R) QuickAssist Technology 29 tristate "Support for Intel(R) C3XXX" 33 Support for Intel(R) C3xxx with Intel(R) QuickAssist Technology 40 tristate "Support for Intel(R) C62X" 44 Support for Intel(R) C62x with Intel(R) QuickAssist Technology 51 tristate "Support for Intel(R) QAT_4XXX" 55 Support for Intel(R) QuickAssist Technology QAT_4xxx 62 tristate "Support for Intel(R) DH895xCC Virtual Function" 68 Support for Intel(R) DH895xcc with Intel(R) QuickAssist Technology [all …]
|
/Linux-v5.15/drivers/hid/intel-ish-hid/ |
D | Makefile | 3 # Makefile - Intel ISH HID drivers 4 # Copyright (c) 2014-2016, Intel Corporation. 7 obj-$(CONFIG_INTEL_ISH_HID) += intel-ishtp.o 8 intel-ishtp-objs := ishtp/init.o 9 intel-ishtp-objs += ishtp/hbm.o 10 intel-ishtp-objs += ishtp/client.o 11 intel-ishtp-objs += ishtp/bus.o 12 intel-ishtp-objs += ishtp/dma-if.o 13 intel-ishtp-objs += ishtp/client-buffers.o 15 obj-$(CONFIG_INTEL_ISH_HID) += intel-ish-ipc.o [all …]
|
/Linux-v5.15/drivers/mtd/spi-nor/controllers/ |
D | intel-spi-pci.c | 3 * Intel PCH/PCU SPI flash PCI driver. 5 * Copyright (C) 2016, Intel Corporation 6 * Author: Mika Westerberg <mika.westerberg@linux.intel.com> 14 #include "intel-spi.h" 67 { PCI_VDEVICE(INTEL, 0x02a4), (unsigned long)&bxt_info }, 68 { PCI_VDEVICE(INTEL, 0x06a4), (unsigned long)&bxt_info }, 69 { PCI_VDEVICE(INTEL, 0x18e0), (unsigned long)&bxt_info }, 70 { PCI_VDEVICE(INTEL, 0x19e0), (unsigned long)&bxt_info }, 71 { PCI_VDEVICE(INTEL, 0x1bca), (unsigned long)&bxt_info }, 72 { PCI_VDEVICE(INTEL, 0x34a4), (unsigned long)&bxt_info }, [all …]
|
/Linux-v5.15/drivers/bluetooth/ |
D | hci_intel.c | 4 * Bluetooth HCI UART driver for Intel devices 6 * Copyright (C) 2015 Intel Corporation 109 struct intel_data *intel = hu->priv; in intel_wait_booting() local 112 err = wait_on_bit_timeout(&intel->flags, STATE_BOOTING, in intel_wait_booting() 132 struct intel_data *intel = hu->priv; in intel_wait_lpm_transaction() local 135 err = wait_on_bit_timeout(&intel->flags, STATE_LPM_TRANSACTION, in intel_wait_lpm_transaction() 155 struct intel_data *intel = hu->priv; in intel_lpm_suspend() local 158 if (!test_bit(STATE_LPM_ENABLED, &intel->flags) || in intel_lpm_suspend() 159 test_bit(STATE_SUSPENDED, &intel->flags)) in intel_lpm_suspend() 162 if (test_bit(STATE_TX_ACTIVE, &intel->flags)) in intel_lpm_suspend() [all …]
|
/Linux-v5.15/tools/perf/Documentation/ |
D | intel-bts.txt | 1 Intel Branch Trace Store 7 Intel BTS could be regarded as a predecessor to Intel PT and has some 9 notable difference is that Intel BTS has no timing information and as a 12 While decoding Intel BTS does not require walking the object code, the object 14 of the Intel PT documentation applies also to Intel BTS. Refer to the Intel PT 27 The Intel BTS kernel driver creates a new PMU for Intel BTS. The perf record 32 Currently Intel BTS is limited to per-thread tracing so the --per-thread option 39 The snapshot option is the same as Intel PT (refer Intel PT documentation). 45 The mmap size option is the same as Intel PT (refer Intel PT documentation). 53 the same as Intel PT (refer Intel PT documentation) except that neither [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/phy/ |
D | intel,combo-phy.yaml | 4 $id: http://devicetree.org/schemas/phy/intel,combo-phy.yaml# 7 title: Intel ComboPhy Subsystem 10 - Dilip Kota <eswara.kota@linux.intel.com> 13 Intel Combophy subsystem supports PHYs for PCIe, EMAC and SATA 22 - const: intel,combophy-lgm 23 - const: intel,combo-phy 48 intel,syscfg: 52 intel,hsio: 56 intel,aggregation: 61 intel,phy-mode: [all …]
|
/Linux-v5.15/Documentation/networking/device_drivers/ethernet/intel/ |
D | ixgbevf.rst | 4 Linux Base Virtual Function Driver for Intel(R) 10G Ethernet 7 Intel 10 Gigabit Virtual Function Linux driver. 8 Copyright(c) 1999-2018 Intel Corporation. 21 supplied with your Intel adapter. All hardware requirements listed apply to use 29 * Intel(R) Ethernet Controller 82598 30 * Intel(R) Ethernet Controller 82599 31 * Intel(R) Ethernet Controller X520 32 * Intel(R) Ethernet Controller X540 33 * Intel(R) Ethernet Controller x550 34 * Intel(R) Ethernet Controller X552 [all …]
|
/Linux-v5.15/drivers/edac/ |
D | Kconfig | 117 tristate "Intel e7xxx (e7205, e7500, e7501, e7505)" 120 Support for error detection and correction on the Intel 124 tristate "Intel e752x (e7520, e7525, e7320) and 3100" 127 Support for error detection and correction on the Intel 131 tristate "Intel 82443BX/GX (440BX/GX)" 135 Support for error detection and correction on the Intel 139 tristate "Intel 82875p (D82875P, E7210)" 142 Support for error detection and correction on the Intel 146 tristate "Intel 82975x (D82975x)" 149 Support for error detection and correction on the Intel [all …]
|
/Linux-v5.15/drivers/ata/ |
D | ahci.c | 15 * http://www.intel.com/technology/serialata/pdf/rev1_0.pdf 16 * http://www.intel.com/technology/serialata/pdf/rev1_1.pdf 71 * board IDs for Intel chipsets that support more than 6 ports 248 /* Intel */ 249 { PCI_VDEVICE(INTEL, 0x06d6), board_ahci }, /* Comet Lake PCH-H RAID */ 250 { PCI_VDEVICE(INTEL, 0x2652), board_ahci }, /* ICH6 */ 251 { PCI_VDEVICE(INTEL, 0x2653), board_ahci }, /* ICH6M */ 252 { PCI_VDEVICE(INTEL, 0x27c1), board_ahci }, /* ICH7 */ 253 { PCI_VDEVICE(INTEL, 0x27c5), board_ahci }, /* ICH7M */ 254 { PCI_VDEVICE(INTEL, 0x27c3), board_ahci }, /* ICH7R */ [all …]
|
/Linux-v5.15/Documentation/power/powercap/ |
D | powercap.rst | 15 example, the intel-rapl control type represents the Intel "Running Average 35 └──intel-rapl 36 ├──intel-rapl:0 43 │ ├──device -> ../../intel-rapl 45 │ ├──intel-rapl:0:0 52 │ │ ├──device -> ../../intel-rapl:0 62 │ ├──intel-rapl:0:1 69 │ │ ├──device -> ../../intel-rapl:0 89 ├──intel-rapl:1 96 │ ├──device -> ../../intel-rapl [all …]
|