Searched full:bmp280 (Results 1 – 19 of 19) sorted by relevance
/openbmc/linux/drivers/iio/pressure/ |
H A D | Makefile | 8 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
|
H A D | Kconfig | 19 config BMP280 config 20 tristate "Bosch Sensortec BMP180/BMP280/BMP380/BMP580 pressure sensor driver" 26 Say yes here to build support for Bosch Sensortec BMP180, BMP280, BMP380 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
|
H A D | bmp280-i2c.c | 6 #include "bmp280.h" 34 { .compatible = "bosch,bmp280", .data = &bmp280_chip_info }, 45 {"bmp280", (kernel_ulong_t)&bmp280_chip_info }, 55 .name = "bmp280", 65 MODULE_DESCRIPTION("Driver for Bosch Sensortec BMP180/BMP280 pressure and temperature sensor");
|
H A D | bmp280-spi.c | 3 * SPI interface for the BMP280 driver 12 #include "bmp280.h" 85 { .compatible = "bosch,bmp280", .data = &bmp280_chip_info }, 97 { "bmp280", (kernel_ulong_t)&bmp280_chip_info }, 107 .name = "bmp280", 116 MODULE_DESCRIPTION("BMP280 SPI bus driver");
|
H A D | bmp280.h | 194 /* BMP280 specific registers */ 288 /* BMP180 and BMP280 common registers */ 301 /* BMP280 register skipped special values */ 377 struct bmp280_calib bmp280; member
|
H A D | bmp280-core.c | 9 * Driver for Bosch Sensortec BMP180 and BMP280 digital pressure sensor. 13 * https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmp280-ds001.pdf 25 #define pr_fmt(fmt) "bmp280: " fmt 46 #include "bmp280.h" 112 * parameters for BMP280. 179 struct bmp280_calib *calib = &data->calib.bmp280; in bmp280_read_calib() 217 struct bmp280_calib *calib = &data->calib.bmp280; in bme280_read_calib() 222 /* Load shared calibration params with bmp280 first */ in bme280_read_calib() 295 struct bmp280_calib *calib = &data->calib.bmp280; in bme280_compensate_humidity() 320 struct bmp280_calib *calib = &data->calib.bmp280; in bmp280_compensate_temp() [all …]
|
H A D | bmp280-regmap.c | 6 #include "bmp280.h"
|
/openbmc/linux/Documentation/devicetree/bindings/iio/pressure/ |
H A D | bmp085.yaml | 7 title: BMP085/BMP180/BMP280/BME280/BMP380 pressure iio sensors 17 https://www.bosch-sensortec.com/bst/products/all_products/bmp280 27 - bosch,bmp280
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/ |
H A D | phosphor-hwmon_%.bbappend | 11 bus@1e78a000/i2c@100/bmp280@77 \ 24 bus@1e78a000/i2c@200/bmp280@77 \
|
/openbmc/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-opp-witherspoon.dts | 193 iio-hwmon-bmp280 { 354 bmp: bmp280@77 { 355 compatible = "bosch,bmp280";
|
H A D | aspeed-bmc-opp-tacoma.dts | 100 iio-hwmon-bmp280 { 471 bmp: bmp280@77 { 472 compatible = "bosch,bmp280";
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am335x-osd3358-sm-red.dts | 98 bmp280: pressure@76 { label 99 compatible = "bosch,bmp280";
|
H A D | am335x-boneblue.dts | 351 compatible = "bosch,bmp280";
|
/openbmc/phosphor-mrw-tools/docs/ |
H A D | mrw-xml-requirements.md | 112 `ti,423` or `bosch,bmp280`. For existing parts, this should already be set.
|
/openbmc/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-msm8974-lge-nexus5-hammerhead.dts | 203 bmp280@76 { 204 compatible = "bosch,bmp280";
|
/openbmc/qemu/hw/arm/ |
H A D | aspeed.c | 671 /* Bus 3: TODO bmp280@77 */ in witherspoon_bmc_i2c_init()
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |