Searched defs:adxl372_state (Results 1 – 1 of 1) sorted by relevance
249 struct adxl372_state { struct250 int irq;251 struct device *dev;252 struct regmap *regmap;253 struct iio_trigger *dready_trig;254 enum adxl372_fifo_mode fifo_mode;278 static int adxl372_read_axis(struct adxl372_state *st, u8 addr) in adxl372_read_axis() argument