drivers/iio/gyro/bmg160.h

Source file repositories/reference/linux-study-clean/drivers/iio/gyro/bmg160.h

File Facts

System
Linux kernel
Corpus path
drivers/iio/gyro/bmg160.h
Extension
.h
Size
294 bytes
Lines
12
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

#ifndef BMG160_H_
#define BMG160_H_

extern const struct dev_pm_ops bmg160_pm_ops;

int bmg160_core_probe(struct device *dev, struct regmap *regmap, int irq,
		      const char *name);
void bmg160_core_remove(struct device *dev);

#endif  /* BMG160_H_ */

Annotation

Implementation Notes