drivers/pci/controller/pcie-altera-msi.c

Source file repositories/reference/linux-study-clean/drivers/pci/controller/pcie-altera-msi.c

File Facts

System
Linux kernel
Corpus path
drivers/pci/controller/pcie-altera-msi.c
Extension
.c
Size
7008 bytes
Lines
285
Domain
Representative Device Path
Bucket
PCIe NVMe Storage Path
Inferred role
Representative Device Path: exported/initcall integration point
Status
integration implementation candidate

Why This File Exists

Part of the selected hardware vertical slice: PCI discovery, driver binding, NVMe queues, block requests, DMA, interrupts, and completion.

Dependency Surface

Detected Declarations

Annotated Snippet

subsys_initcall(altera_msi_init);
MODULE_DEVICE_TABLE(of, altera_msi_of_match);
module_exit(altera_msi_exit);
MODULE_DESCRIPTION("Altera PCIe MSI support driver");
MODULE_LICENSE("GPL v2");

Annotation

Implementation Notes