drivers/iio/magnetometer/bmc150_magn.h

Source file repositories/reference/linux-study-clean/drivers/iio/magnetometer/bmc150_magn.h

File Facts

System
Linux kernel
Corpus path
drivers/iio/magnetometer/bmc150_magn.h
Extension
.h
Size
377 bytes
Lines
13
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 _BMC150_MAGN_H_
#define _BMC150_MAGN_H_

extern const struct regmap_config bmc150_magn_regmap_config;
extern const struct dev_pm_ops bmc150_magn_pm_ops;

int bmc150_magn_probe(struct device *dev, struct regmap *regmap, int irq,
		      const char *name);
void bmc150_magn_remove(struct device *dev);

#endif /* _BMC150_MAGN_H_ */

Annotation

Implementation Notes