drivers/infiniband/hw/hfi1/eprom.h

Source file repositories/reference/linux-study-clean/drivers/infiniband/hw/hfi1/eprom.h

File Facts

System
Linux kernel
Corpus path
drivers/infiniband/hw/hfi1/eprom.h
Extension
.h
Size
270 bytes
Lines
11
Domain
Driver Families
Bucket
drivers/infiniband
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 hfi1_devdata;

int eprom_init(struct hfi1_devdata *dd);
int eprom_read_platform_config(struct hfi1_devdata *dd, void **buf_ret,
			       u32 *size_ret);

Annotation

Implementation Notes