arch/sh/drivers/dma/dma-g2.c

Source file repositories/reference/linux-study-clean/arch/sh/drivers/dma/dma-g2.c

File Facts

System
Linux kernel
Corpus path
arch/sh/drivers/dma/dma-g2.c
Extension
.c
Size
4649 bytes
Lines
198
Domain
Architecture Layer
Bucket
arch/sh
Inferred role
Architecture Layer: exported/initcall integration point
Status
integration implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

subsys_initcall(g2_dma_init);
module_exit(g2_dma_exit);

MODULE_AUTHOR("Paul Mundt <lethal@linux-sh.org>");
MODULE_DESCRIPTION("G2 bus DMA driver");
MODULE_LICENSE("GPL v2");

Annotation

Implementation Notes