Lines Matching full:bmp280
9 * Driver for Bosch Sensortec BMP180 and BMP280 digital pressure sensor.
13 * https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmp280-ds001.pdf
24 #define pr_fmt(fmt) "bmp280: " fmt
44 #include "bmp280.h"
142 struct bmp280_calib bmp280; member
223 * parameters for BMP280.
290 struct bmp280_calib *calib = &data->calib.bmp280; in bmp280_read_calib()
327 struct bmp280_calib *calib = &data->calib.bmp280; in bme280_read_calib()
332 /* Load shared calibration params with bmp280 first */ in bme280_read_calib()
335 dev_err(dev, "failed to read common bmp280 calibration parameters\n"); in bme280_read_calib()
404 struct bmp280_calib *calib = &data->calib.bmp280; in bmp280_compensate_humidity()
429 struct bmp280_calib *calib = &data->calib.bmp280; in bmp280_compensate_temp()
452 struct bmp280_calib *calib = &data->calib.bmp280; in bmp280_compensate_press()
1840 MODULE_DESCRIPTION("Driver for Bosch Sensortec BMP180/BMP280 pressure and temperature sensor");