Home
last modified time | relevance | path

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

/linux/drivers/iio/pressure/
H A Dbmp280-core.c1017 [BMP280_SLEEP] = BMP280_MODE_SLEEP,
1674 [BMP280_SLEEP] = BMP380_MODE_SLEEP,
1791 ret = bmp380_set_mode(data, BMP280_SLEEP); in bmp380_chip_config()
1834 ret = bmp380_set_mode(data, BMP280_SLEEP); in bmp380_chip_config()
2386 [BMP280_SLEEP] = BMP580_MODE_SLEEP,
3284 ret = data->chip_info->set_mode(data, BMP280_SLEEP); in bmp280_common_probe()
3313 data->chip_info->set_mode(data, BMP280_SLEEP); in bmp280_runtime_suspend()
H A Dbmp280.h415 BMP280_SLEEP, enumerator