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
31 #define pr_fmt(fmt) "bmp280: " fmt
59 #include "bmp280.h"
125 * parameters for BMP280.
315 struct bmp280_calib *calib = &data->calib.bmp280; in bmp280_read_calib()
361 struct bmp280_calib *calib = &data->calib.bmp280; in bme280_read_calib()
367 /* Load shared calibration params with bmp280 first */ in bme280_read_calib()
432 struct bmp280_calib *calib = &data->calib.bmp280; in bme280_compensate_humidity()
478 struct bmp280_calib *calib = &data->calib.bmp280; in bmp280_calc_t_fine()
540 struct bmp280_calib *calib = &data->calib.bmp280; in bmp280_compensate_press()
3344 MODULE_DESCRIPTION("Driver for Bosch Sensortec BMP180/BMP280 pressure and temperature sensor");