Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/devicetree/bindings/iio/pressure/
H A Dbmp085.yaml7 title: BMP085/BMP180/BMP280/BME280/BMP380 pressure iio sensors
16 https://www.bosch-sensortec.com/bst/products/all_products/bmp180
26 - bosch,bmp180
/openbmc/linux/drivers/iio/pressure/
H A Dbmp280-i2c.c33 { .compatible = "bosch,bmp180", .data = &bmp180_chip_info },
44 {"bmp180", (kernel_ulong_t)&bmp180_chip_info },
65 MODULE_DESCRIPTION("Driver for Bosch Sensortec BMP180/BMP280 pressure and temperature sensor");
H A Dbmp280-spi.c83 { .compatible = "bosch,bmp180", .data = &bmp180_chip_info },
95 { "bmp180", (kernel_ulong_t)&bmp180_chip_info },
H A Dbmp280.h270 /* BMP180 specific registers */
288 /* BMP180 and BMP280 common registers */
376 struct bmp180_calib bmp180; member
H A DKconfig20 tristate "Bosch Sensortec BMP180/BMP280/BMP380/BMP580 pressure sensor driver"
26 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
19 * The link to the bmp180 datasheet points to an outdated version missing these changes:
50 * coefficients for BMP180.
1840 struct bmp180_calib *calib = &data->calib.bmp180; in bmp180_read_calib()
1884 struct bmp180_calib *calib = &data->calib.bmp180; in bmp180_compensate_temp()
1946 struct bmp180_calib *calib = &data->calib.bmp180; in bmp180_compensate_press()
2205 * however as it happens, the BMP085 shares the chip ID of BMP180 in bmp280_common_probe()
2260 MODULE_DESCRIPTION("Driver for Bosch Sensortec BMP180/BMP280 pressure and temperature sensor");