Searched defs:t_fine (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/iio/pressure/ |
H A D | bmp280-core.c | 429 u16 adc_humidity, s32 t_fine) in bme280_compensate_humidity() 488 static int bmp280_get_t_fine(struct bmp280_data *data, s32 *t_fine) in bmp280_get_t_fine() 537 u32 adc_press, s32 t_fine) in bmp280_compensate_press() 579 s32 t_fine; in bmp280_read_press() local 598 s32 t_fine; in bme280_read_humid() local 1109 s32 t_fine, comp_temp; in bmp280_trigger_handler() local 1229 s32 t_fine, comp_temp; in bme280_trigger_handler() local 1475 static int bmp380_get_t_fine(struct bmp280_data *data, s32 *t_fine) in bmp380_get_t_fine() 1531 u32 adc_press, s32 t_fine) in bmp380_compensate_press() 1587 u32 adc_press, t_fine; in bmp380_read_press() local [all …]
|
/linux/drivers/iio/chemical/ |
H A D | bme680_core.c | 354 static int bme680_get_t_fine(struct bme680_data *data, s32 *t_fine) in bme680_get_t_fine() 407 u32 adc_press, s32 t_fine) in bme680_compensate_press() 472 u16 adc_humid, s32 t_fine) in bme680_compensate_humid() 754 s32 t_fine; in bme680_read_press() local 772 s32 t_fine; in bme680_read_humid() local 1064 s32 t_fine; in bme680_trigger_handler() local
|