drivers/gpio/gpio-i8255.h

Source file repositories/reference/linux-study-clean/drivers/gpio/gpio-i8255.h

File Facts

System
Linux kernel
Corpus path
drivers/gpio/gpio-i8255.h
Extension
.h
Size
964 bytes
Lines
35
Domain
Driver Families
Bucket
drivers/gpio
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 i8255_regmap_config {
	struct device *parent;
	struct regmap *map;
	int num_ppi;
	const char *const *names;
	struct irq_domain *domain;
};

int devm_i8255_regmap_register(struct device *dev,
			       const struct i8255_regmap_config *config);

#endif /* _I8255_H_ */

Annotation

Implementation Notes