drivers/net/can/spi/mcp251xfd/mcp251xfd-dump.h

Source file repositories/reference/linux-study-clean/drivers/net/can/spi/mcp251xfd/mcp251xfd-dump.h

File Facts

System
Linux kernel
Corpus path
drivers/net/can/spi/mcp251xfd/mcp251xfd-dump.h
Extension
.h
Size
1044 bytes
Lines
46
Domain
Driver Families
Bucket
drivers/net
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 mcp251xfd_dump_object_header {
	__le32 magic;
	__le32 type;
	__le32 offset;
	__le32 len;
};

struct mcp251xfd_dump_object_reg {
	__le32 reg;
	__le32 val;
};

#endif

Annotation

Implementation Notes