Searched defs:adxl372_state (Results 1 – 1 of 1) sorted by relevance
281 struct adxl372_state { struct282 int irq;283 struct device *dev;284 struct regmap *regmap;285 struct iio_trigger *dready_trig;287 enum adxl372_fifo_mode fifo_mode;289 unsigned int fifo_axis_mask;290 enum adxl372_op_mode op_mode;292 enum adxl372_odr odr;293 enum adxl372_bandwidth bw;[all …]