Searched defs:bmp280_data (Results 1 – 1 of 1) sorted by relevance
420 struct bmp280_data { struct421 struct device *dev;422 struct mutex lock;423 struct regmap *regmap;424 struct completion done;425 bool use_eoc;426 bool trig_open_drain;427 bool trig_active_high;428 struct iio_trigger *trig;429 const struct bmp280_chip_info *chip_info;[all …]