Searched full:bmp380 (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/iio/pressure/ |
D | bmp085.yaml | 7 title: BMP085/BMP180/BMP280/BME280/BMP380 pressure iio sensors 19 https://www.bosch-sensortec.com/bst/products/all_products/bmp380 28 - bosch,bmp380
|
/Linux-v6.1/drivers/iio/pressure/ |
D | bmp280-i2c.c | 47 { .compatible = "bosch,bmp380", .data = (void *)BMP380_CHIP_ID }, 57 {"bmp380", BMP380_CHIP_ID },
|
D | bmp280-spi.c | 98 { .compatible = "bosch,bmp380", }, 108 { "bmp380", BMP380_CHIP_ID },
|
D | Kconfig | 20 tristate "Bosch Sensortec BMP180/BMP280/BMP380 pressure sensor I2C driver" 27 BMP380 pressure and temperature sensors. Also supports the BME280 with
|
D | bmp280.h | 6 /* BMP380 specific registers */
|
D | bmp280-core.c | 143 struct bmp380_calib bmp380; member 155 * BMP380 devices introduce sampling frequency configuration. See 1036 struct bmp380_calib *calib = &data->calib.bmp380; in bmp380_compensate_temp() 1061 struct bmp380_calib *calib = &data->calib.bmp380; in bmp380_compensate_press() 1165 struct bmp380_calib *calib = &data->calib.bmp380; in bmp380_read_calib()
|