Home
last modified time | relevance | path

Searched defs:bmp280_chip_info (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/iio/pressure/
H A Dbmp280.h475 struct bmp280_chip_info { struct
476 unsigned int id_reg;
477 const u8 *chip_id;
478 int num_chip_id;
480 const struct regmap_config *regmap_config;
481 bool spi_read_extra_byte;
483 const struct iio_chan_spec *channels;
484 int num_channels;
485 unsigned int start_up_time_us;
486 const unsigned long *avail_scan_masks;
[all …]
H A Dbmp280-core.c1161 const struct bmp280_chip_info bmp280_chip_info = { variable