Searched defs:adxl367_state (Results 1 – 1 of 1) sorted by relevance
156 struct adxl367_state { struct157 const struct adxl367_ops *ops;158 void *context;160 struct device *dev;161 struct regmap *regmap;167 struct mutex lock;169 enum adxl367_odr odr;170 enum adxl367_range range;172 unsigned int act_threshold;173 unsigned int act_time_ms;[all …]