Lines Matching defs:adxl367_state
156 struct adxl367_state { struct
157 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;
174 unsigned int inact_threshold;
175 unsigned int inact_time_ms;
177 unsigned int fifo_set_size;
178 unsigned int fifo_watermark;
181 __be16 sample_buf;
182 u8 act_threshold_buf[2];
183 u8 inact_time_buf[2];
184 u8 status_buf[3];