drivers/iio/imu/fxos8700.h

Source file repositories/reference/linux-study-clean/drivers/iio/imu/fxos8700.h

File Facts

System
Linux kernel
Corpus path
drivers/iio/imu/fxos8700.h
Extension
.h
Size
269 bytes
Lines
11
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 FXOS8700_H_
#define FXOS8700_H_

extern const struct regmap_config fxos8700_regmap_config;

int fxos8700_core_probe(struct device *dev, struct regmap *regmap,
			const char *name, bool use_spi);

#endif  /* FXOS8700_H_ */

Annotation

Implementation Notes