Lines Matching defs:kmx61_data
121 struct kmx61_data { struct
122 struct i2c_client *client;
125 struct mutex lock;
128 bool acc_stby;
129 bool mag_stby;
132 bool acc_ps;
133 bool mag_ps;
136 u8 range;
137 u8 odr_bits;
138 u8 wake_thresh;
139 u8 wake_duration;
142 struct iio_dev *acc_indio_dev;
143 struct iio_trigger *acc_dready_trig;
144 struct iio_trigger *motion_trig;
145 bool acc_dready_trig_on;
146 bool motion_trig_on;
147 bool ev_enable_state;
150 struct iio_dev *mag_indio_dev;
151 struct iio_trigger *mag_dready_trig;
152 bool mag_dready_trig_on;