Searched full:bmp180 (Results 1 – 12 of 12) sorted by relevance
| /kernel/linux/linux-5.10/drivers/iio/pressure/ |
| D | bmp280-i2c.c | 42 { .compatible = "bosch,bmp180", .data = (void *)BMP180_CHIP_ID }, 50 {"bmp180", BMP180_CHIP_ID }, 69 MODULE_DESCRIPTION("Driver for Bosch Sensortec BMP180/BMP280 pressure and temperature sensor");
|
| D | bmp280-spi.c | 91 { .compatible = "bosch,bmp180", }, 100 { "bmp180", BMP180_CHIP_ID },
|
| D | bmp280.h | 74 /* BMP180 specific registers */ 90 /* BMP180 and BMP280 common registers */
|
| D | bmp280-core.c | 9 * Driver for Bosch Sensortec BMP180 and BMP280 digital pressure sensor. 12 * https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMP180-DS000-121.pdf 37 * coefficients for BMP180. 91 struct bmp180_calib bmp180; member 797 struct bmp180_calib *calib = &data->calib.bmp180; in bmp180_compensate_temp() 859 struct bmp180_calib *calib = &data->calib.bmp180; in bmp180_compensate_press() 1095 ret = bmp180_read_calib(data, &data->calib.bmp180); in bmp280_common_probe() 1112 * however as it happens, the BMP085 shares the chip ID of BMP180 in bmp280_common_probe() 1173 MODULE_DESCRIPTION("Driver for Bosch Sensortec BMP180/BMP280 pressure and temperature sensor");
|
| D | Kconfig | 20 tristate "Bosch Sensortec BMP180/BMP280 pressure sensor I2C driver" 26 Say yes here to build support for Bosch Sensortec BMP180 and BMP280
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/pressure/ |
| D | bmp085.yaml | 7 title: BMP085/BMP180/BMP280/BME280 pressure iio sensors 16 https://www.bosch-sensortec.com/bst/products/all_products/bmp180 24 - bosch,bmp180
|
| /kernel/linux/linux-6.6/drivers/iio/pressure/ |
| D | bmp280-i2c.c | 33 { .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");
|
| D | bmp280-spi.c | 83 { .compatible = "bosch,bmp180", .data = &bmp180_chip_info }, 95 { "bmp180", (kernel_ulong_t)&bmp180_chip_info },
|
| D | bmp280.h | 267 /* BMP180 specific registers */ 285 /* BMP180 and BMP280 common registers */ 373 struct bmp180_calib bmp180; member
|
| D | Kconfig | 20 tristate "Bosch Sensortec BMP180/BMP280/BMP380/BMP580 pressure sensor driver" 26 Say yes here to build support for Bosch Sensortec BMP180, BMP280, BMP380
|
| 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 19 * The link to the bmp180 datasheet points to an outdated version missing these changes: 50 * coefficients for BMP180. 1822 struct bmp180_calib *calib = &data->calib.bmp180; in bmp180_read_calib() 1865 struct bmp180_calib *calib = &data->calib.bmp180; in bmp180_compensate_temp() 1927 struct bmp180_calib *calib = &data->calib.bmp180; in bmp180_compensate_press() 2179 * however as it happens, the BMP085 shares the chip ID of BMP180 in bmp280_common_probe() 2233 MODULE_DESCRIPTION("Driver for Bosch Sensortec BMP180/BMP280 pressure and temperature sensor");
|
| /kernel/linux/linux-6.6/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 26 - bosch,bmp180
|