Home
last modified time | relevance | path

Searched full:bmp380 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/iio/pressure/
H A Dbmp085.yaml7 title: BMP085/BMP180/BMP280/BME280/BMP380 pressure iio sensors
19 https://www.bosch-sensortec.com/bst/products/all_products/bmp380
29 - bosch,bmp380
/openbmc/linux/drivers/iio/pressure/
H A Dbmp280-i2c.c36 { .compatible = "bosch,bmp380", .data = &bmp380_chip_info },
47 {"bmp380", (kernel_ulong_t)&bmp380_chip_info },
H A Dbmp280-spi.c87 { .compatible = "bosch,bmp380", .data = &bmp380_chip_info },
99 { "bmp380", (kernel_ulong_t)&bmp380_chip_info },
H A Dbmp280.h113 /* BMP380 specific registers */
378 struct bmp380_calib bmp380; member
390 * BMP380 devices introduce sampling frequency configuration. See
H A DKconfig20 tristate "Bosch Sensortec BMP180/BMP280/BMP380/BMP580 pressure sensor driver"
26 Say yes here to build support for Bosch Sensortec BMP180, BMP280, BMP380
H A Dbmp280-core.c935 struct bmp380_calib *calib = &data->calib.bmp380; in bmp380_compensate_temp()
960 struct bmp380_calib *calib = &data->calib.bmp380; in bmp380_compensate_press()
1064 struct bmp380_calib *calib = &data->calib.bmp380; in bmp380_read_calib()