Lines Matching defs:bma180_data
155 struct bma180_data { struct
156 struct regulator *vdd_supply;
157 struct regulator *vddio_supply;
158 struct i2c_client *client;
159 struct iio_trigger *trig;
160 const struct bma180_part_info *part_info;
161 struct iio_mount_matrix orientation;
162 struct mutex mutex;
163 bool sleep_state;
164 int scale;
165 int bw;
166 bool pmode;
191 static int bma180_get_data_reg(struct bma180_data *data, enum bma180_chan chan) in bma180_get_data_reg() argument