Searched refs:bmp280_chip_info (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/iio/pressure/ |
| H A D | bmp280.h | 430 const struct bmp280_chip_info *chip_info; 483 struct bmp280_chip_info { struct 537 extern const struct bmp280_chip_info bmp085_chip_info; argument 538 extern const struct bmp280_chip_info bmp180_chip_info; 539 extern const struct bmp280_chip_info bmp280_chip_info; 540 extern const struct bmp280_chip_info bme280_chip_info; 541 extern const struct bmp280_chip_info bmp380_chip_info; 542 extern const struct bmp280_chip_info bmp580_chip_info; 554 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() 120 { .compatible = "bosch,bmp280", .data = &bmp280_chip_info }, 132 { "bmp280", (kernel_ulong_t)&bmp280_chip_info },
|
| H A D | bmp280-core.c | 1159 const struct bmp280_chip_info bmp280_chip_info = { variable 1202 EXPORT_SYMBOL_NS(bmp280_chip_info, "IIO_BMP280"); 1345 const struct bmp280_chip_info bme280_chip_info = { 1954 const struct bmp280_chip_info bmp380_chip_info = { 2648 const struct bmp280_chip_info bmp580_chip_info = { 2987 const struct bmp280_chip_info bmp180_chip_info = { 3065 const struct bmp280_chip_info bmp085_chip_info = { 3145 const struct bmp280_chip_info *chip_info, in bmp280_common_probe()
|