Searched defs:bma180_data (Results 1 – 1 of 1) sorted by relevance
130 struct bma180_data { struct131 struct regulator *vdd_supply;132 struct regulator *vddio_supply;133 struct i2c_client *client;134 struct iio_trigger *trig;135 const struct bma180_part_info *part_info;136 struct iio_mount_matrix orientation;137 struct mutex mutex;138 bool sleep_state;139 int scale;[all …]