drivers/iio/accel/adxl367.h

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

File Facts

System
Linux kernel
Corpus path
drivers/iio/accel/adxl367.h
Extension
.h
Size
500 bytes
Lines
24
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 adxl367_ops {
	int (*read_fifo)(void *context, __be16 *fifo_buf,
			 unsigned int fifo_entries);
};

int adxl367_probe(struct device *dev, const struct adxl367_ops *ops,
		  void *context, struct regmap *regmap, int irq);

#endif /* _ADXL367_H_ */

Annotation

Implementation Notes