Lines Matching defs:bmp280_data
83 struct bmp280_data { struct
84 struct device *dev;
85 struct mutex lock;
86 struct regmap *regmap;
87 struct completion done;
88 bool use_eoc;
89 const struct bmp280_chip_info *chip_info;
90 union {
93 } calib;
94 struct regulator_bulk_data supplies[BMP280_NUM_SUPPLIES];
95 unsigned int start_up_time; /* in microseconds */
119 int (*chip_config)(struct bmp280_data *); argument