Home
last modified time | relevance | path

Searched full:bmp180 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/iio/pressure/
H A Dbmp280-i2c.c31 { .compatible = "bosch,bmp180", .data = &bmp180_chip_info },
42 {"bmp180", (kernel_ulong_t)&bmp180_chip_info },
63 MODULE_DESCRIPTION("Driver for Bosch Sensortec BMP180/BMP280 pressure and temperature sensor");
H A Dbmp280-spi.c118 { .compatible = "bosch,bmp180", .data = &bmp180_chip_info },
130 { "bmp180", (kernel_ulong_t)&bmp180_chip_info },
H A DKconfig32 tristate "Bosch Sensortec BMP180/BMP280/BMP380/BMP580 pressure sensor driver"
40 Say yes here to build support for Bosch Sensortec BMP180, BMP280, BMP380
H A Dbmp280-core.c9 * Driver for Bosch Sensortec BMP180 and BMP280 digital pressure sensor.
12 * https://cdn-shop.adafruit.com/datasheets/BST-BMP180-DS000-09.pdf
25 * The link to the bmp180 datasheet points to an outdated version missing these changes:
62 * coefficients for BMP180.
2766 struct bmp180_calib *calib = &data->calib.bmp180; in bmp180_read_calib()
2812 struct bmp180_calib *calib = &data->calib.bmp180; in bmp180_calc_t_fine()
2885 struct bmp180_calib *calib = &data->calib.bmp180; in bmp180_compensate_press()
3269 * however as it happens, the BMP085 shares the chip ID of BMP180 in bmp280_common_probe()
3337 MODULE_DESCRIPTION("Driver for Bosch Sensortec BMP180/BMP280 pressure and temperature sensor");