Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/pressure/
Dbmp280-core.c487 static s32 bmp280_calc_t_fine(struct bmp280_data *data, u32 adc_temp) in bmp280_calc_t_fine() function
509 *t_fine = bmp280_calc_t_fine(data, adc_temp); in bmp280_get_t_fine()
516 return (bmp280_calc_t_fine(data, adc_temp) * 5 + 128) / 256; in bmp280_compensate_temp()
1047 t_fine = bmp280_calc_t_fine(data, adc_temp); in bmp280_trigger_handler()
1160 t_fine = bmp280_calc_t_fine(data, adc_temp); in bme280_trigger_handler()