drivers/pci/endpoint/functions/pci-epf-mhi.c

Source file repositories/reference/linux-study-clean/drivers/pci/endpoint/functions/pci-epf-mhi.c

File Facts

System
Linux kernel
Corpus path
drivers/pci/endpoint/functions/pci-epf-mhi.c
Extension
.c
Size
26559 bytes
Lines
996
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

module_init(pci_epf_mhi_init);

static void __exit pci_epf_mhi_exit(void)
{
	pci_epf_unregister_driver(&pci_epf_mhi_driver);
}
module_exit(pci_epf_mhi_exit);

MODULE_DESCRIPTION("PCI EPF driver for MHI Endpoint devices");
MODULE_AUTHOR("Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>");
MODULE_LICENSE("GPL");

Annotation

Implementation Notes