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
26 #define pr_fmt(fmt) "bmp280: " fmt
51 #include "bmp280.h"
117 * parameters for BMP280.
307 struct bmp280_calib *calib = &data->calib.bmp280; in bmp280_read_calib()
345 struct bmp280_calib *calib = &data->calib.bmp280; in bme280_read_calib()
350 /* Load shared calibration params with bmp280 first */ in bme280_read_calib()
443 struct bmp280_calib *calib = &data->calib.bmp280; in bme280_compensate_humidity()
489 struct bmp280_calib *calib = &data->calib.bmp280; in bmp280_calc_t_fine()
551 struct bmp280_calib *calib = &data->calib.bmp280; in bmp280_compensate_press()
2845 MODULE_DESCRIPTION("Driver for Bosch Sensortec BMP180/BMP280 pressure and temperature sensor");