drivers/mfd/simple-mfd-i2c.h

Source file repositories/reference/linux-study-clean/drivers/mfd/simple-mfd-i2c.h

File Facts

System
Linux kernel
Corpus path
drivers/mfd/simple-mfd-i2c.h
Extension
.h
Size
1010 bytes
Lines
33
Domain
Driver Families
Bucket
drivers/mfd
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 simple_mfd_data {
	const struct regmap_config *regmap_config;
	const struct mfd_cell *mfd_cell;
	size_t mfd_cell_size;
};

#endif /* __MFD_SIMPLE_MFD_I2C_H */

Annotation

Implementation Notes