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

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

File Facts

System
Linux kernel
Corpus path
drivers/dma/dw-edma/dw-edma-v0-debugfs.h
Extension
.h
Size
511 bytes
Lines
23
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_DEBUG_FS_H
#define _DW_EDMA_V0_DEBUG_FS_H

#include <linux/dma/edma.h>

#ifdef CONFIG_DEBUG_FS
void dw_edma_v0_debugfs_on(struct dw_edma *dw);
#else
static inline void dw_edma_v0_debugfs_on(struct dw_edma *dw)
{
}
#endif /* CONFIG_DEBUG_FS */

#endif /* _DW_EDMA_V0_DEBUG_FS_H */

Annotation

Implementation Notes