Lines Matching defs:kxcjk1013_data
95 struct kxcjk1013_data { struct
96 struct i2c_client *client;
97 struct iio_trigger *dready_trig;
98 struct iio_trigger *motion_trig;
99 struct mutex mutex;
100 s16 buffer[8];
101 u8 odr_bits;
102 u8 range;
103 int wake_thres;
104 int wake_dur;
105 bool active_high_intr;
106 bool dready_trigger_on;
107 int ev_enable_state;
108 bool motion_trigger_on;
109 int64_t timestamp;
110 enum kx_chipset chipset;
111 bool is_smo8500_device;