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