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.c198 struct bno055_priv { struct
199 struct regmap *regmap;
200 struct device *dev;
201 struct clk *clk;
202 int operation_mode;
203 int xfer_burst_break_thr;
204 struct mutex lock;
205 u8 uid[BNO055_UID_LEN];
206 struct gpio_desc *reset_gpio;
207 bool sw_reset;
[all …]