Lines Matching defs:kmx61_data
120 struct kmx61_data { struct
121 struct i2c_client *client;
124 struct mutex lock;
127 bool acc_stby;
128 bool mag_stby;
131 bool acc_ps;
132 bool mag_ps;
135 u8 range;
136 u8 odr_bits;
137 u8 wake_thresh;
138 u8 wake_duration;
141 struct iio_dev *acc_indio_dev;
142 struct iio_trigger *acc_dready_trig;
143 struct iio_trigger *motion_trig;
144 bool acc_dready_trig_on;
145 bool motion_trig_on;
146 bool ev_enable_state;
149 struct iio_dev *mag_indio_dev;
150 struct iio_trigger *mag_dready_trig;
151 bool mag_dready_trig_on;