Lines Matching defs:kmx61_data
115 struct kmx61_data { struct
116 struct i2c_client *client;
119 struct mutex lock;
122 bool acc_stby;
123 bool mag_stby;
126 bool acc_ps;
127 bool mag_ps;
130 u8 range;
131 u8 odr_bits;
132 u8 wake_thresh;
133 u8 wake_duration;
136 struct iio_dev *acc_indio_dev;
137 struct iio_trigger *acc_dready_trig;
138 struct iio_trigger *motion_trig;
139 bool acc_dready_trig_on;
140 bool motion_trig_on;
141 bool ev_enable_state;
144 struct iio_dev *mag_indio_dev;
145 struct iio_trigger *mag_dready_trig;
146 bool mag_dready_trig_on;