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