Searched refs:calc_temp (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/thermal/ |
H A D | sun8i_thermal.c | 77 int (*calc_temp)(struct ths_device *tmdev, member 122 *temp = tmdev->chip->calc_temp(tmdev, s->id, val); in sun8i_ths_get_temp() 248 int sensor_temp = tmdev->chip->calc_temp(tmdev, i, sensor_reg); in sun50i_h6_ths_calibrate() 530 .calc_temp = sun8i_ths_calc_temp, 543 .calc_temp = sun8i_ths_calc_temp, 556 .calc_temp = sun8i_ths_calc_temp, 569 .calc_temp = sun8i_ths_calc_temp, 582 .calc_temp = sun8i_ths_calc_temp, 593 .calc_temp = sun50i_h5_calc_temp, 606 .calc_temp = sun8i_ths_calc_temp,
|
/openbmc/linux/drivers/iio/chemical/ |
H A D | bme680_core.c | 342 s16 calc_temp; in bme680_compensate_temp() local 353 calc_temp = (data->t_fine * 5 + 128) >> 8; in bme680_compensate_temp() 355 return calc_temp; in bme680_compensate_temp()
|