Lines Matching defs:bmg160_data
94 struct bmg160_data { struct
95 struct regmap *regmap;
96 struct iio_trigger *dready_trig;
97 struct iio_trigger *motion_trig;
98 struct iio_mount_matrix orientation;
99 struct mutex mutex;
101 struct {
104 } scan;
105 u32 dps_range;
106 int ev_enable_state;
107 int slope_thres;
108 bool dready_trigger_on;
109 bool motion_trigger_on;
110 int irq;