Home
last modified time | relevance | path

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

/linux-6.15/drivers/iio/pressure/
H A Dbmp280-core.c656 *val = data->chip_info->temp_coeffs[0] * chan_value; in bmp280_read_raw_impl()
657 *val2 = data->chip_info->temp_coeffs[1]; in bmp280_read_raw_impl()
707 *val = data->chip_info->temp_coeffs[0]; in bmp280_read_raw_impl()
708 *val2 = data->chip_info->temp_coeffs[1]; in bmp280_read_raw_impl()
1187 .temp_coeffs = bmp280_temp_coeffs,
1367 .temp_coeffs = bmp280_temp_coeffs,
1981 .temp_coeffs = bmp380_temp_coeffs,
2674 .temp_coeffs = bmp580_temp_coeffs,
3007 .temp_coeffs = bmp180_temp_coeffs,
3085 .temp_coeffs = bmp180_temp_coeffs,
H A Dbmp280.h516 const int *temp_coeffs; member