Home
last modified time | relevance | path

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

/linux-6.15/drivers/iio/pressure/
H A Dbmp280-core.c658 return data->chip_info->temp_coeffs_type; in bmp280_read_raw_impl()
709 return data->chip_info->temp_coeffs_type; in bmp280_read_raw_impl()
1188 .temp_coeffs_type = IIO_VAL_FRACTIONAL,
1368 .temp_coeffs_type = IIO_VAL_FRACTIONAL,
1982 .temp_coeffs_type = IIO_VAL_FRACTIONAL,
2675 .temp_coeffs_type = IIO_VAL_FRACTIONAL_LOG2,
3008 .temp_coeffs_type = IIO_VAL_FRACTIONAL,
3086 .temp_coeffs_type = IIO_VAL_FRACTIONAL,
H A Dbmp280.h517 const int temp_coeffs_type; member