Home
last modified time | relevance | path

Searched refs:BMP280_FORCED (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/iio/pressure/
H A Dbmp280.h416 BMP280_FORCED, enumerator
H A Dbmp280-core.c627 ret = data->chip_info->set_mode(data, BMP280_FORCED); in bmp280_read_raw_impl()
664 ret = data->chip_info->set_mode(data, BMP280_FORCED); in bmp280_read_raw_impl()
1018 [BMP280_FORCED] = BMP280_MODE_FORCED,
1675 [BMP280_FORCED] = BMP380_MODE_FORCED,
2387 [BMP280_FORCED] = BMP580_MODE_FORCED,
2396 if (mode == BMP280_FORCED) { in bmp580_set_mode()