drivers/cxl/acpi.c

Source file repositories/reference/linux-study-clean/drivers/cxl/acpi.c

File Facts

System
Linux kernel
Corpus path
drivers/cxl/acpi.c
Extension
.c
Size
25708 bytes
Lines
1016
Domain
Driver Families
Bucket
drivers/cxl
Inferred role
Driver Families: exported/initcall integration point
Status
integration 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

* subsys_initcall(efisubsys_init), which must run first.
 */
subsys_initcall_sync(cxl_acpi_init);

/*
 * Arrange for host-bridge ports to be active synchronous with
 * cxl_acpi_probe() exit.
 */
MODULE_SOFTDEP("pre: cxl_port");

module_exit(cxl_acpi_exit);
MODULE_DESCRIPTION("CXL ACPI: Platform Support");
MODULE_LICENSE("GPL v2");
MODULE_IMPORT_NS("CXL");
MODULE_IMPORT_NS("ACPI");

Annotation

Implementation Notes