drivers/iio/accel/adxl345.h

Source file repositories/reference/linux-study-clean/drivers/iio/accel/adxl345.h

File Facts

System
Linux kernel
Corpus path
drivers/iio/accel/adxl345.h
Extension
.h
Size
3790 bytes
Lines
127
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 adxl345_chip_info {
	const char *name;
	int uscale;
};

int adxl345_core_probe(struct device *dev, struct regmap *regmap,
		       bool fifo_delay_default,
		       int (*setup)(struct device*, struct regmap*));

#endif /* _ADXL345_H_ */

Annotation

Implementation Notes