Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/pressure/
Dbmp280-core.c1298 static s32 bmp380_calc_t_fine(struct bmp280_data *data, u32 adc_temp) in bmp380_calc_t_fine() function
1321 *t_fine = bmp380_calc_t_fine(data, adc_temp); in bmp380_get_t_fine()
1331 var6 = bmp380_calc_t_fine(data, adc_temp); in bmp380_compensate_temp()
1640 t_fine = bmp380_calc_t_fine(data, adc_temp); in bmp380_trigger_handler()