drivers/gpib/cec/cec.h

Source file repositories/reference/linux-study-clean/drivers/gpib/cec/cec.h

File Facts

System
Linux kernel
Corpus path
drivers/gpib/cec/cec.h
Extension
.h
Size
571 bytes
Lines
21
Domain
Driver Families
Bucket
drivers/gpib
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 cec_priv  {
	struct nec7210_priv nec7210_priv;
	struct pci_dev *pci_device;
	// base address for plx9052 pci chip
	unsigned long plx_iobase;
	unsigned int irq;
};

// offset between consecutive nec7210 registers
static const int cec_reg_offset = 1;

Annotation

Implementation Notes