Home
last modified time | relevance | path

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

/drivers/iio/pressure/
A Dbmp280-core.c657 *val = data->chip_info->temp_coeffs[0] * chan_value; in bmp280_read_raw_impl()
658 *val2 = data->chip_info->temp_coeffs[1]; in bmp280_read_raw_impl()
708 *val = data->chip_info->temp_coeffs[0]; in bmp280_read_raw_impl()
709 *val2 = data->chip_info->temp_coeffs[1]; in bmp280_read_raw_impl()
1189 .temp_coeffs = bmp280_temp_coeffs,
1371 .temp_coeffs = bmp280_temp_coeffs,
1986 .temp_coeffs = bmp380_temp_coeffs,
2680 .temp_coeffs = bmp580_temp_coeffs,
3014 .temp_coeffs = bmp180_temp_coeffs,
3092 .temp_coeffs = bmp180_temp_coeffs,
A Dbmp280.h508 const int *temp_coeffs; member

Completed in 13 milliseconds