drivers/dma-buf/heaps/cma_heap.c

Source file repositories/reference/linux-study-clean/drivers/dma-buf/heaps/cma_heap.c

File Facts

System
Linux kernel
Corpus path
drivers/dma-buf/heaps/cma_heap.c
Extension
.c
Size
9617 bytes
Lines
426
Domain
Driver Families
Bucket
drivers/dma-buf
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

module_init(add_cma_heaps);
MODULE_DESCRIPTION("DMA-BUF CMA Heap");
MODULE_LICENSE("GPL");
MODULE_IMPORT_NS("DMA_BUF");
MODULE_IMPORT_NS("DMA_BUF_HEAP");

Annotation

Implementation Notes