Searched refs:bmp280_chip_info (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/iio/pressure/ |
| H A D | bmp280.h | 429 const struct bmp280_chip_info *chip_info; 475 struct bmp280_chip_info { struct 529 extern const struct bmp280_chip_info bmp085_chip_info; argument 530 extern const struct bmp280_chip_info bmp180_chip_info; 531 extern const struct bmp280_chip_info bmp280_chip_info; 532 extern const struct bmp280_chip_info bme280_chip_info; 533 extern const struct bmp280_chip_info bmp380_chip_info; 534 extern const struct bmp280_chip_info bmp580_chip_info; 546 const struct bmp280_chip_info *chip_info,
|
| H A D | bmp280-i2c.c | 11 const struct bmp280_chip_info *chip_info; in bmp280_i2c_probe() 32 { .compatible = "bosch,bmp280", .data = &bmp280_chip_info }, 43 {"bmp280", (kernel_ulong_t)&bmp280_chip_info },
|
| H A D | bmp280-spi.c | 81 const struct bmp280_chip_info *chip_info; in bmp280_spi_probe() 112 { .compatible = "bosch,bmp280", .data = &bmp280_chip_info }, 124 { "bmp280", (kernel_ulong_t)&bmp280_chip_info },
|
| H A D | bmp280-core.c | 1162 const struct bmp280_chip_info bmp280_chip_info = { variable 1205 EXPORT_SYMBOL_NS(bmp280_chip_info, "IIO_BMP280"); 1350 const struct bmp280_chip_info bme280_chip_info = { 1960 const struct bmp280_chip_info bmp380_chip_info = { 2653 const struct bmp280_chip_info bmp580_chip_info = { 2993 const struct bmp280_chip_info bmp180_chip_info = { 3071 const struct bmp280_chip_info bmp085_chip_info = { 3150 const struct bmp280_chip_info *chip_info, in bmp280_common_probe()
|