Home
last modified time | relevance | path

Searched defs:bma400_data (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/iio/accel/
H A Dbma400_core.c98 struct bma400_data { struct
99 struct device *dev;
100 struct regmap *regmap;
101 struct mutex mutex; /* data register lock */
102 struct iio_mount_matrix orientation;
103 enum bma400_power_mode power_mode;
104 struct bma400_sample_freq sample_freq;
105 int oversampling_ratio;
106 int scale;
107 struct iio_trigger *trig;
[all …]