drivers/pcmcia/max1600.h

Source file repositories/reference/linux-study-clean/drivers/pcmcia/max1600.h

File Facts

System
Linux kernel
Corpus path
drivers/pcmcia/max1600.h
Extension
.h
Size
577 bytes
Lines
33
Domain
Driver Families
Bucket
drivers/pcmcia
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 max1600 {
	struct gpio_desc *gpio[MAX1600_GPIO_MAX];
	struct device *dev;
	unsigned int code;
};

int max1600_init(struct device *dev, struct max1600 **ptr,
	unsigned int channel, unsigned int code);

int max1600_configure(struct max1600 *, unsigned int vcc, unsigned int vpp);

#endif

Annotation

Implementation Notes