Home
last modified time | relevance | path

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

/linux/drivers/iio/pressure/
H A DMakefile9 obj-$(CONFIG_BMP280) += bmp280.o
10 bmp280-objs := bmp280-core.o bmp280-regmap.o
11 obj-$(CONFIG_BMP280_I2C) += bmp280-i2c.o
12 obj-$(CONFIG_BMP280_SPI) += bmp280-spi.o
H A Dbmp280-i2c.c6 #include "bmp280.h"
32 { .compatible = "bosch,bmp280", .data = &bmp280_chip_info },
43 {"bmp280", (kernel_ulong_t)&bmp280_chip_info },
53 .name = "bmp280",
63 MODULE_DESCRIPTION("Driver for Bosch Sensortec BMP180/BMP280 pressure and temperature sensor");
H A DKconfig31 config BMP280 config
32 tristate "Bosch Sensortec BMP180/BMP280/BMP380/BMP580 pressure sensor driver"
40 Say yes here to build support for Bosch Sensortec BMP180, BMP280, BMP380
45 will be called bmp280 and you will also get bmp280-i2c for I2C
46 and/or bmp280-spi for SPI support.
50 depends on BMP280
56 depends on BMP280
H A Dbmp280-spi.c3 * SPI interface for the BMP280 driver
13 #include "bmp280.h"
120 { .compatible = "bosch,bmp280", .data = &bmp280_chip_info },
132 { "bmp280", (kernel_ulong_t)&bmp280_chip_info },
142 .name = "bmp280",
151 MODULE_DESCRIPTION("BMP280 SPI bus driver");
H A 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
31 #define pr_fmt(fmt) "bmp280: " fmt
58 #include "bmp280.h"
124 * parameters for BMP280.
314 struct bmp280_calib *calib = &data->calib.bmp280; in bmp280_read_calib()
360 struct bmp280_calib *calib = &data->calib.bmp280; in bme280_read_calib()
366 /* Load shared calibration params with bmp280 first */ in bme280_read_calib()
431 struct bmp280_calib *calib = &data->calib.bmp280; in bme280_compensate_humidity()
477 struct bmp280_calib *calib = &data->calib.bmp280; in bmp280_calc_t_fine()
[all …]
H A Dbmp280-regmap.c6 #include "bmp280.h"
/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-opp-witherspoon.dts193 iio-hwmon-bmp280 {
354 bmp: bmp280@77 {
355 compatible = "bosch,bmp280";
H A Daspeed-bmc-opp-tacoma.dts100 iio-hwmon-bmp280 {
471 bmp: bmp280@77 {
472 compatible = "bosch,bmp280";
/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-osd3358-sm-red.dts98 bmp280: pressure@76 { label
99 compatible = "bosch,bmp280";
H A Dam335x-boneblue.dts355 compatible = "bosch,bmp280";