drivers/iio/light/st_uvis25.h

Source file repositories/reference/linux-study-clean/drivers/iio/light/st_uvis25.h

File Facts

System
Linux kernel
Corpus path
drivers/iio/light/st_uvis25.h
Extension
.h
Size
799 bytes
Lines
37
Domain
Driver Families
Bucket
drivers/iio
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 st_uvis25_hw {
	struct regmap *regmap;

	struct iio_trigger *trig;
	bool enabled;
	int irq;
};

extern const struct dev_pm_ops st_uvis25_pm_ops;

int st_uvis25_probe(struct device *dev, int irq, struct regmap *regmap);

#endif /* ST_UVIS25_H */

Annotation

Implementation Notes