Lines Matching defs:kmx61_data
116 struct kmx61_data { struct
117 struct i2c_client *client;
120 struct mutex lock;
123 bool acc_stby;
124 bool mag_stby;
127 bool acc_ps;
128 bool mag_ps;
131 u8 range;
132 u8 odr_bits;
133 u8 wake_thresh;
134 u8 wake_duration;
137 struct iio_dev *acc_indio_dev;
138 struct iio_trigger *acc_dready_trig;
139 struct iio_trigger *motion_trig;
140 bool acc_dready_trig_on;
141 bool motion_trig_on;
142 bool ev_enable_state;
145 struct iio_dev *mag_indio_dev;
146 struct iio_trigger *mag_dready_trig;
147 bool mag_dready_trig_on;