drivers/pci/controller/dwc/pci-keystone.c

Source file repositories/reference/linux-study-clean/drivers/pci/controller/dwc/pci-keystone.c

File Facts

System
Linux kernel
Corpus path
drivers/pci/controller/dwc/pci-keystone.c
Extension
.c
Size
35364 bytes
Lines
1410
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

device_initcall(ks_pcie_init);
#else
builtin_platform_driver(ks_pcie_driver);
#endif

MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("PCIe controller driver for Texas Instruments Keystone SoCs");
MODULE_AUTHOR("Murali Karicheri <m-karicheri2@ti.com>");

Annotation

Implementation Notes