Home
last modified time | relevance | path

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

/linux/drivers/iio/accel/
H A Dbma180.c129 struct bma180_data { struct
130 struct regulator *vdd_supply;
131 struct regulator *vddio_supply;
132 struct i2c_client *client;
133 struct iio_trigger *trig;
134 const struct bma180_part_info *part_info;
135 struct iio_mount_matrix orientation;
136 struct mutex mutex;
160 static int bma180_get_data_reg(struct bma180_data *data, enum bma180_chan chan) in bma180_get_data_reg() argument