Home
last modified time | relevance | path

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

/linux-6.15/drivers/iio/pressure/
H A Dbmp280-core.c1018 [BMP280_SLEEP] = BMP280_MODE_SLEEP,
1669 [BMP280_SLEEP] = BMP380_MODE_SLEEP,
1786 ret = bmp380_set_mode(data, BMP280_SLEEP); in bmp380_chip_config()
1829 ret = bmp380_set_mode(data, BMP280_SLEEP); in bmp380_chip_config()
2382 [BMP280_SLEEP] = BMP580_MODE_SLEEP,
3279 ret = data->chip_info->set_mode(data, BMP280_SLEEP); in bmp280_common_probe()
3308 data->chip_info->set_mode(data, BMP280_SLEEP); in bmp280_runtime_suspend()
H A Dbmp280.h416 BMP280_SLEEP, enumerator