Lines Matching defs:kx022a_data
154 struct kx022a_data { struct
155 struct regmap *regmap;
156 struct iio_trigger *trig;
157 struct device *dev;
158 struct iio_mount_matrix orientation;
159 int64_t timestamp, old_timestamp;
161 int irq;
162 int inc_reg;
163 int ien_reg;
165 unsigned int state;
166 unsigned int odr_ns;
190 struct kx022a_data *data = iio_priv(idev); in kx022a_get_mount_matrix() argument