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