Searched full:bmp180 (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/iio/pressure/ |
D | bmp280-i2c.c | 31 { .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");
|
D | bmp280-spi.c | 118 { .compatible = "bosch,bmp180", .data = &bmp180_chip_info }, 130 { "bmp180", (kernel_ulong_t)&bmp180_chip_info },
|
D | bmp280.h | 270 /* BMP180 specific registers */ 288 /* BMP180 and BMP280 common registers */ 387 struct bmp180_calib bmp180; member
|
D | Kconfig | 32 tristate "Bosch Sensortec BMP180/BMP280/BMP380/BMP580 pressure sensor driver" 40 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 20 * The link to the bmp180 datasheet points to an outdated version missing these changes: 55 * coefficients for BMP180. 2341 struct bmp180_calib *calib = &data->calib.bmp180; in bmp180_read_calib() 2387 struct bmp180_calib *calib = &data->calib.bmp180; in bmp180_calc_t_fine() 2460 struct bmp180_calib *calib = &data->calib.bmp180; in bmp180_compensate_press() 2790 * however as it happens, the BMP085 shares the chip ID of BMP180 in bmp280_common_probe() 2845 MODULE_DESCRIPTION("Driver for Bosch Sensortec BMP180/BMP280 pressure and temperature sensor");
|
/linux-6.12.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 26 - bosch,bmp180
|