drivers/virt/nitro_enclaves/ne_pci_dev.c

Source file repositories/reference/linux-study-clean/drivers/virt/nitro_enclaves/ne_pci_dev.c

File Facts

System
Linux kernel
Corpus path
drivers/virt/nitro_enclaves/ne_pci_dev.c
Extension
.c
Size
15795 bytes
Lines
627
Domain
Driver Families
Bucket
drivers/virt
Inferred role
Driver Families: operation-table or driver-model contract
Status
pattern 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.

Dependency Surface

Detected Declarations

Annotated Snippet

struct pci_driver ne_pci_driver = {
	.name		= "nitro_enclaves",
	.id_table	= ne_pci_ids,
	.probe		= ne_pci_probe,
	.remove		= ne_pci_remove,
	.shutdown	= ne_pci_shutdown,
};

Annotation

Implementation Notes