drivers/iio/magnetometer/rm3100.h

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

File Facts

System
Linux kernel
Corpus path
drivers/iio/magnetometer/rm3100.h
Extension
.h
Size
476 bytes
Lines
18
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 RM3100_CORE_H
#define RM3100_CORE_H

#include <linux/regmap.h>

extern const struct regmap_access_table rm3100_readable_table;
extern const struct regmap_access_table rm3100_writable_table;
extern const struct regmap_access_table rm3100_volatile_table;

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

#endif /* RM3100_CORE_H */

Annotation

Implementation Notes