Home
last modified time | relevance | path

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

/linux-6.15/drivers/iio/pressure/
H A Dbmp280.h417 BMP280_FORCED, enumerator
H A Dbmp280-core.c626 ret = data->chip_info->set_mode(data, BMP280_FORCED); in bmp280_read_raw_impl()
663 ret = data->chip_info->set_mode(data, BMP280_FORCED); in bmp280_read_raw_impl()
1019 [BMP280_FORCED] = BMP280_MODE_FORCED,
1670 [BMP280_FORCED] = BMP380_MODE_FORCED,
2383 [BMP280_FORCED] = BMP580_MODE_FORCED,
2392 if (mode == BMP280_FORCED) { in bmp580_set_mode()