Searched refs:bmp180_chip_info (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/iio/pressure/ |
D | bmp280-spi.c | 117 { .compatible = "bosch,bmp085", .data = &bmp180_chip_info }, 118 { .compatible = "bosch,bmp180", .data = &bmp180_chip_info }, 119 { .compatible = "bosch,bmp181", .data = &bmp180_chip_info }, 129 { "bmp085", (kernel_ulong_t)&bmp180_chip_info }, 130 { "bmp180", (kernel_ulong_t)&bmp180_chip_info }, 131 { "bmp181", (kernel_ulong_t)&bmp180_chip_info },
|
D | bmp280-i2c.c | 30 { .compatible = "bosch,bmp085", .data = &bmp180_chip_info }, 31 { .compatible = "bosch,bmp180", .data = &bmp180_chip_info }, 41 {"bmp085", (kernel_ulong_t)&bmp180_chip_info }, 42 {"bmp180", (kernel_ulong_t)&bmp180_chip_info },
|
D | bmp280.h | 484 extern const struct bmp280_chip_info bmp180_chip_info;
|
D | bmp280-core.c | 2548 const struct bmp280_chip_info bmp180_chip_info = { variable 2580 EXPORT_SYMBOL_NS(bmp180_chip_info, IIO_BMP280);
|