Home
last modified time | relevance | path

Searched full:bmp280 (Results 1 – 13 of 13) sorted by relevance

/Linux-v6.1/drivers/iio/pressure/
DMakefile8 obj-$(CONFIG_BMP280) += bmp280.o
9 bmp280-objs := bmp280-core.o bmp280-regmap.o
10 obj-$(CONFIG_BMP280_I2C) += bmp280-i2c.o
11 obj-$(CONFIG_BMP280_SPI) += bmp280-spi.o
DKconfig19 config BMP280 config
20 tristate "Bosch Sensortec BMP180/BMP280/BMP380 pressure sensor I2C driver"
26 Say yes here to build support for Bosch Sensortec BMP180, BMP280 and
31 will be called bmp280 and you will also get bmp280-i2c for I2C
32 and/or bmp280-spi for SPI support.
36 depends on BMP280
42 depends on BMP280
Dbmp280-spi.c3 * SPI interface for the BMP280 driver
12 #include "bmp280.h"
96 { .compatible = "bosch,bmp280", },
106 { "bmp280", BMP280_CHIP_ID },
115 .name = "bmp280",
124 MODULE_DESCRIPTION("BMP280 SPI bus driver");
Dbmp280-i2c.c6 #include "bmp280.h"
45 { .compatible = "bosch,bmp280", .data = (void *)BMP280_CHIP_ID },
55 {"bmp280", BMP280_CHIP_ID },
64 .name = "bmp280",
74 MODULE_DESCRIPTION("Driver for Bosch Sensortec BMP180/BMP280 pressure and temperature sensor");
Dbmp280.h87 /* BMP280 specific registers */
178 /* BMP180 and BMP280 common registers */
189 /* BMP280 register skipped special values */
Dbmp280-core.c9 * Driver for Bosch Sensortec BMP180 and BMP280 digital pressure sensor.
13 * https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmp280-ds001.pdf
24 #define pr_fmt(fmt) "bmp280: " fmt
44 #include "bmp280.h"
142 struct bmp280_calib bmp280; member
223 * parameters for BMP280.
290 struct bmp280_calib *calib = &data->calib.bmp280; in bmp280_read_calib()
327 struct bmp280_calib *calib = &data->calib.bmp280; in bme280_read_calib()
332 /* Load shared calibration params with bmp280 first */ in bme280_read_calib()
335 dev_err(dev, "failed to read common bmp280 calibration parameters\n"); in bme280_read_calib()
[all …]
Dbmp280-regmap.c6 #include "bmp280.h"
/Linux-v6.1/Documentation/devicetree/bindings/iio/pressure/
Dbmp085.yaml7 title: BMP085/BMP180/BMP280/BME280/BMP380 pressure iio sensors
17 https://www.bosch-sensortec.com/bst/products/all_products/bmp280
26 - bosch,bmp280
/Linux-v6.1/arch/arm/boot/dts/
Daspeed-bmc-opp-witherspoon.dts193 iio-hwmon-bmp280 {
354 bmp: bmp280@77 {
355 compatible = "bosch,bmp280";
Daspeed-bmc-opp-tacoma.dts100 iio-hwmon-bmp280 {
471 bmp: bmp280@77 {
472 compatible = "bosch,bmp280";
Dam335x-osd3358-sm-red.dts98 bmp280: pressure@76 { label
99 compatible = "bosch,bmp280";
Dqcom-msm8974-lge-nexus5-hammerhead.dts183 bmp280@76 {
184 compatible = "bosch,bmp280";
Dam335x-boneblue.dts351 compatible = "bosch,bmp280";