Home
last modified time | relevance | path

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

/linux/drivers/iio/pressure/
H A Dbmp280-core.c659 return data->chip_info->temp_coeffs_type; in bmp280_read_raw_impl()
710 return data->chip_info->temp_coeffs_type; in bmp280_read_raw_impl()
1191 .temp_coeffs_type = IIO_VAL_FRACTIONAL,
1373 .temp_coeffs_type = IIO_VAL_FRACTIONAL,
1988 .temp_coeffs_type = IIO_VAL_FRACTIONAL,
2680 .temp_coeffs_type = IIO_VAL_FRACTIONAL_LOG2,
3014 .temp_coeffs_type = IIO_VAL_FRACTIONAL,
3092 .temp_coeffs_type = IIO_VAL_FRACTIONAL,
H A Dbmp280.h509 const int temp_coeffs_type; member