Searched defs:bma180_data (Results 1 – 1 of 1) sorted by relevance
155 struct bma180_data { struct156 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;[all …]