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