Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/thermal/
Dsun8i_thermal.c79 int (*calc_temp)(struct ths_device *tmdev, member
124 *temp = tmdev->chip->calc_temp(tmdev, s->id, val); in sun8i_ths_get_temp()
250 int sensor_temp = tmdev->chip->calc_temp(tmdev, i, sensor_reg); in sun50i_h6_ths_calibrate()
552 .calc_temp = sun8i_ths_calc_temp,
565 .calc_temp = sun8i_ths_calc_temp,
578 .calc_temp = sun8i_ths_calc_temp,
591 .calc_temp = sun8i_ths_calc_temp,
604 .calc_temp = sun8i_ths_calc_temp,
615 .calc_temp = sun50i_h5_calc_temp,
628 .calc_temp = sun8i_ths_calc_temp,
/Linux-v6.1/drivers/iio/chemical/
Dbme680_core.c339 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()