drivers/iio/imu/bno055/bno055.h

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

File Facts

System
Linux kernel
Corpus path
drivers/iio/imu/bno055/bno055.h
Extension
.h
Size
327 bytes
Lines
14
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 __BNO055_H__
#define __BNO055_H__

#include <linux/regmap.h>
#include <linux/types.h>

struct device;
int bno055_probe(struct device *dev, struct regmap *regmap,
		 int xfer_burst_break_thr, bool sw_reset);
extern const struct regmap_config bno055_regmap_config;

#endif

Annotation

Implementation Notes