Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/devicetree/bindings/iio/pressure/
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
/linux-6.12.1/drivers/iio/pressure/
Dbmp280-i2c.c34 { .compatible = "bosch,bmp380", .data = &bmp380_chip_info },
45 {"bmp380", (kernel_ulong_t)&bmp380_chip_info },
Dbmp280-spi.c122 { .compatible = "bosch,bmp380", .data = &bmp380_chip_info },
134 { "bmp380", (kernel_ulong_t)&bmp380_chip_info },
Dbmp280.h113 /* BMP380 specific registers */
389 struct bmp380_calib bmp380; member
401 * BMP380 devices introduce sampling frequency configuration. See
DKconfig32 tristate "Bosch Sensortec BMP180/BMP280/BMP380/BMP580 pressure sensor driver"
40 Say yes here to build support for Bosch Sensortec BMP180, BMP280, BMP380
Dbmp280-core.c1301 struct bmp380_calib *calib = &data->calib.bmp380; in bmp380_calc_t_fine()
1371 struct bmp380_calib *calib = &data->calib.bmp380; in bmp380_compensate_press()
1442 struct bmp380_calib *calib = &data->calib.bmp380; in bmp380_read_calib()