Lines Matching defs:bma180_data
133 struct bma180_data { struct
134 struct regulator *vdd_supply;
135 struct regulator *vddio_supply;
136 struct i2c_client *client;
137 struct iio_trigger *trig;
138 const struct bma180_part_info *part_info;
139 struct iio_mount_matrix orientation;
140 struct mutex mutex;
141 bool sleep_state;
142 int scale;
143 int bw;
144 bool pmode;
169 static int bma180_get_data_reg(struct bma180_data *data, enum bma180_chan chan) in bma180_get_data_reg() argument