Home
last modified time | relevance | path

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

/linux/drivers/iio/imu/bno055/
H A Dbno055.c203 struct bno055_priv { struct
204 struct regmap *regmap;
205 struct device *dev;
206 struct clk *clk;
207 int operation_mode;
208 int xfer_burst_break_thr;
209 struct mutex lock;
210 u8 uid[BNO055_UID_LEN];
211 struct gpio_desc *reset_gpio;
212 bool sw_reset;
[all …]