drivers/dma/dw-edma/dw-edma-v0-core.h

Source file repositories/reference/linux-study-clean/drivers/dma/dw-edma/dw-edma-v0-core.h

File Facts

System
Linux kernel
Corpus path
drivers/dma/dw-edma/dw-edma-v0-core.h
Extension
.h
Size
404 bytes
Lines
18
Domain
Driver Families
Bucket
drivers/dma
Inferred role
Driver Families: implementation source
Status
source 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

#ifndef _DW_EDMA_V0_CORE_H
#define _DW_EDMA_V0_CORE_H

#include <linux/dma/edma.h>

/* eDMA core register */
void dw_edma_v0_core_register(struct dw_edma *dw);

#endif /* _DW_EDMA_V0_CORE_H */

Annotation

Implementation Notes