Searched defs:bno055_priv (Results 1 – 1 of 1) sorted by relevance
203 struct bno055_priv { struct204 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 …]