Searched refs:calc_temp (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/thermal/ |
D | sun8i_thermal.c | 78 int (*calc_temp)(struct ths_device *tmdev, member 123 *temp = tmdev->chip->calc_temp(tmdev, s->id, val); in sun8i_ths_get_temp() 249 int sensor_temp = tmdev->chip->calc_temp(tmdev, i, sensor_reg); in sun50i_h6_ths_calibrate() 551 .calc_temp = sun8i_ths_calc_temp, 564 .calc_temp = sun8i_ths_calc_temp, 577 .calc_temp = sun8i_ths_calc_temp, 590 .calc_temp = sun8i_ths_calc_temp, 603 .calc_temp = sun8i_ths_calc_temp, 614 .calc_temp = sun50i_h5_calc_temp, 627 .calc_temp = sun8i_ths_calc_temp,
|
/Linux-v5.10/drivers/iio/chemical/ |
D | bme680_core.c | 339 s16 calc_temp; in bme680_compensate_temp() local 350 calc_temp = (data->t_fine * 5 + 128) >> 8; in bme680_compensate_temp() 352 return calc_temp; in bme680_compensate_temp()
|