Home
last modified time | relevance | path

Searched defs:bno055_priv (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/iio/imu/bno055/
H A Dbno055.c198 struct bno055_priv { struct
199 struct regmap *regmap;
200 struct device *dev;
201 struct clk *clk;
202 int operation_mode;
204 struct mutex lock;
205 u8 uid[BNO055_UID_LEN];
207 bool sw_reset;
208 struct {
211 } buf;
[all …]