Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/pressure/
Dbmp280.h433 struct bmp280_chip_info { struct
434 unsigned int id_reg;
435 const u8 *chip_id;
436 int num_chip_id;
438 const struct regmap_config *regmap_config;
439 bool spi_read_extra_byte;
441 const struct iio_chan_spec *channels;
442 int num_channels;
443 unsigned int start_up_time;
444 const unsigned long *avail_scan_masks;
[all …]
Dbmp280-core.c1065 const struct bmp280_chip_info bmp280_chip_info = { variable