Home
last modified time | relevance | path

Searched defs:adxl367_state (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/iio/accel/
H A Dadxl367.c156 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;
[all …]