Lines Matching defs:kxcjk1013_data
243 struct kxcjk1013_data { struct
244 struct regulator_bulk_data regulators[2];
245 struct i2c_client *client;
246 struct iio_trigger *dready_trig;
247 struct iio_trigger *motion_trig;
248 struct iio_mount_matrix orientation;
249 struct mutex mutex;
251 struct {
254 } scan;
255 u8 odr_bits;
256 u8 range;
257 int wake_thres;
258 int wake_dur;
259 bool active_high_intr;
260 bool dready_trigger_on;
261 int ev_enable_state;
262 bool motion_trigger_on;
263 int64_t timestamp;
264 enum kx_chipset chipset;
265 enum kx_acpi_type acpi_type;
266 const struct kx_chipset_regs *regs;