Searched full:bmp380 (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/iio/pressure/ |
D | bmp085.yaml | 7 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/ |
D | bmp280-i2c.c | 34 { .compatible = "bosch,bmp380", .data = &bmp380_chip_info }, 45 {"bmp380", (kernel_ulong_t)&bmp380_chip_info },
|
D | bmp280-spi.c | 122 { .compatible = "bosch,bmp380", .data = &bmp380_chip_info }, 134 { "bmp380", (kernel_ulong_t)&bmp380_chip_info },
|
D | bmp280.h | 113 /* BMP380 specific registers */ 389 struct bmp380_calib bmp380; member 401 * BMP380 devices introduce sampling frequency configuration. See
|
D | Kconfig | 32 tristate "Bosch Sensortec BMP180/BMP280/BMP380/BMP580 pressure sensor driver" 40 Say yes here to build support for Bosch Sensortec BMP180, BMP280, BMP380
|
D | bmp280-core.c | 1301 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()
|