Searched full:bmp180 (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/drivers/iio/pressure/ |
D | bmp280-i2c.c | 44 { .compatible = "bosch,bmp180", .data = (void *)BMP180_CHIP_ID }, 54 {"bmp180", BMP180_CHIP_ID }, 74 MODULE_DESCRIPTION("Driver for Bosch Sensortec BMP180/BMP280 pressure and temperature sensor");
|
D | bmp280-spi.c | 94 { .compatible = "bosch,bmp180", }, 104 { "bmp180", BMP180_CHIP_ID },
|
D | bmp280.h | 160 /* BMP180 specific registers */ 178 /* BMP180 and BMP280 common registers */
|
D | Kconfig | 20 tristate "Bosch Sensortec BMP180/BMP280/BMP380 pressure sensor I2C driver" 26 Say yes here to build support for Bosch Sensortec BMP180, BMP280 and
|
D | bmp280-core.c | 9 * Driver for Bosch Sensortec BMP180 and BMP280 digital pressure sensor. 12 * https://cdn-shop.adafruit.com/datasheets/BST-BMP180-DS000-09.pdf 18 * The link to the bmp180 datasheet points to an outdated version missing these changes: 48 * coefficients for BMP180. 141 struct bmp180_calib bmp180; member 1417 struct bmp180_calib *calib = &data->calib.bmp180; in bmp180_read_calib() 1460 struct bmp180_calib *calib = &data->calib.bmp180; in bmp180_compensate_temp() 1522 struct bmp180_calib *calib = &data->calib.bmp180; in bmp180_compensate_press() 1786 * however as it happens, the BMP085 shares the chip ID of BMP180 in bmp280_common_probe() 1840 MODULE_DESCRIPTION("Driver for Bosch Sensortec BMP180/BMP280 pressure and temperature sensor");
|
/Linux-v6.1/Documentation/devicetree/bindings/iio/pressure/ |
D | bmp085.yaml | 7 title: BMP085/BMP180/BMP280/BME280/BMP380 pressure iio sensors 16 https://www.bosch-sensortec.com/bst/products/all_products/bmp180 25 - bosch,bmp180
|