drivers/ipack/devices/ipoctal.h

Source file repositories/reference/linux-study-clean/drivers/ipack/devices/ipoctal.h

File Facts

System
Linux kernel
Corpus path
drivers/ipack/devices/ipoctal.h
Extension
.h
Size
871 bytes
Lines
37
Domain
Driver Families
Bucket
drivers/ipack
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 ipoctal_stats {
	unsigned long tx;
	unsigned long rx;
	unsigned long overrun_err;
	unsigned long parity_err;
	unsigned long framing_err;
	unsigned long rcv_break;
};

#endif /* _IPOCTAL_H_ */

Annotation

Implementation Notes