drivers/edac/mpc85xx_edac.h

Source file repositories/reference/linux-study-clean/drivers/edac/mpc85xx_edac.h

File Facts

System
Linux kernel
Corpus path
drivers/edac/mpc85xx_edac.h
Extension
.h
Size
2891 bytes
Lines
106
Domain
Driver Families
Bucket
drivers/edac
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

struct mpc85xx_l2_pdata {
	char *name;
	int edac_idx;
	void __iomem *l2_vbase;
	int irq;
};

struct mpc85xx_pci_pdata {
	char *name;
	bool is_pcie;
	int edac_idx;
	void __iomem *pci_vbase;
	int irq;
};

#endif

Annotation

Implementation Notes