drivers/hwtracing/intel_th/pci_ids.h
Source file repositories/reference/linux-study-clean/drivers/hwtracing/intel_th/pci_ids.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/hwtracing/intel_th/pci_ids.h- Extension
.h- Size
- 2405 bytes
- Lines
- 61
- Domain
- Driver Families
- Bucket
- drivers/hwtracing
- Inferred role
- Driver Families: implementation source
- Status
- source implementation candidate
Why This File Exists
Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.
- Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.
Dependency Surface
- No C-style include directives detected by the generator.
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
#ifndef __INTEL_TH_PCI_IDS_H__
#define __INTEL_TH_PCI_IDS_H__
#define PCI_DEVICE_ID_INTEL_NPK_CML 0x02a6
#define PCI_DEVICE_ID_INTEL_NPK_CML_PCH 0x06a6
#define PCI_DEVICE_ID_INTEL_NPK_GNR 0x0963
#define PCI_DEVICE_ID_INTEL_NPK_BXT 0x0a80
#define PCI_DEVICE_ID_INTEL_NPK_CDF 0x18e1
#define PCI_DEVICE_ID_INTEL_NPK_DNV 0x19e1
#define PCI_DEVICE_ID_INTEL_NPK_BXT_B 0x1a8e
#define PCI_DEVICE_ID_INTEL_NPK_EBG 0x1bcc
#define PCI_DEVICE_ID_INTEL_NPK_GLK 0x318e
#define PCI_DEVICE_ID_INTEL_NPK_GNR_SOC 0x3256
#define PCI_DEVICE_ID_INTEL_NPK_SPR 0x3456
#define PCI_DEVICE_ID_INTEL_NPK_ICL_PCH 0x34a6
#define PCI_DEVICE_ID_INTEL_NPK_TGL_PCH_H 0x43a6
#define PCI_DEVICE_ID_INTEL_NPK_EHL_CPU 0x4529
#define PCI_DEVICE_ID_INTEL_NPK_ICL_NNPI 0x45c5
#define PCI_DEVICE_ID_INTEL_NPK_ADL_CPU 0x466f
#define PCI_DEVICE_ID_INTEL_NPK_EHL 0x4b26
#define PCI_DEVICE_ID_INTEL_NPK_RKL 0x4c19
#define PCI_DEVICE_ID_INTEL_NPK_JSL_PCH 0x4da6
#define PCI_DEVICE_ID_INTEL_NPK_JSL_CPU 0x4e29
#define PCI_DEVICE_ID_INTEL_NPK_ADL_P 0x51a6
#define PCI_DEVICE_ID_INTEL_NPK_ADL_M 0x54a6
#define PCI_DEVICE_ID_INTEL_NPK_APL 0x5a8e
#define PCI_DEVICE_ID_INTEL_NPK_NVL_PCH 0x6e26
#define PCI_DEVICE_ID_INTEL_NPK_ARL 0x7724
#define PCI_DEVICE_ID_INTEL_NPK_RPL_S 0x7a26
#define PCI_DEVICE_ID_INTEL_NPK_ADL 0x7aa6
#define PCI_DEVICE_ID_INTEL_NPK_MTL_P 0x7e24
#define PCI_DEVICE_ID_INTEL_NPK_MTL_S 0x7f26
#define PCI_DEVICE_ID_INTEL_NPK_ICL_CPU 0x8a29
#define PCI_DEVICE_ID_INTEL_NPK_TGL_CPU 0x9a33
#define PCI_DEVICE_ID_INTEL_NPK_0 0x9d26
#define PCI_DEVICE_ID_INTEL_NPK_CNL_LP 0x9da6
#define PCI_DEVICE_ID_INTEL_NPK_TGL_PCH 0xa0a6
#define PCI_DEVICE_ID_INTEL_NPK_1 0xa126
#define PCI_DEVICE_ID_INTEL_NPK_LBG_PCH 0xa1a6
#define PCI_DEVICE_ID_INTEL_NPK_LBG_PCH_2 0xa226
#define PCI_DEVICE_ID_INTEL_NPK_KBL_PCH 0xa2a6
#define PCI_DEVICE_ID_INTEL_NPK_CNL_H 0xa326
#define PCI_DEVICE_ID_INTEL_NPK_CML_PCH_V 0xa3a6
#define PCI_DEVICE_ID_INTEL_NPK_RPL_S_CPU 0xa76f
#define PCI_DEVICE_ID_INTEL_NPK_LNL 0xa824
#define PCI_DEVICE_ID_INTEL_NPK_MTL_S_CPU 0xae24
#define PCI_DEVICE_ID_INTEL_NPK_NVL_P 0xd224
#define PCI_DEVICE_ID_INTEL_NPK_NVL_H 0xd324
#define PCI_DEVICE_ID_INTEL_NPK_NVL_S 0xd424
#define PCI_DEVICE_ID_INTEL_NPK_PTL_H 0xe324
#define PCI_DEVICE_ID_INTEL_NPK_PTL_PU 0xe424
#endif /* __INTEL_TH_PCI_IDS_H__ */
Annotation
- Atlas domain: Driver Families / drivers/hwtracing.
- Implementation status: source implementation candidate.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.