drivers/input/touchscreen/ad7879.h

Source file repositories/reference/linux-study-clean/drivers/input/touchscreen/ad7879.h

File Facts

System
Linux kernel
Corpus path
drivers/input/touchscreen/ad7879.h
Extension
.h
Size
518 bytes
Lines
25
Domain
Driver Families
Bucket
drivers/input
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

#ifndef _AD7879_H_
#define _AD7879_H_

#include <linux/pm.h>
#include <linux/types.h>

struct attribute_group;
struct device;
struct regmap;

extern const struct attribute_group *ad7879_groups[];
extern const struct dev_pm_ops ad7879_pm_ops;

int ad7879_probe(struct device *dev, struct regmap *regmap,
		 int irq, u16 bustype, u8 devid);

#endif

Annotation

Implementation Notes