Home
last modified time | relevance | path

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

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