Home
last modified time | relevance | path

Searched refs:calc_temp (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/thermal/
H A Dsun8i_thermal.c78 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()
533 .calc_temp = sun8i_ths_calc_temp,
546 .calc_temp = sun8i_ths_calc_temp,
559 .calc_temp = sun8i_ths_calc_temp,
572 .calc_temp = sun8i_ths_calc_temp,
585 .calc_temp = sun8i_ths_calc_temp,
596 .calc_temp = sun50i_h5_calc_temp,
609 .calc_temp
[all...]
/kernel/linux/linux-6.6/drivers/thermal/
H A Dsun8i_thermal.c77 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
[all...]
/kernel/linux/linux-5.10/drivers/iio/chemical/
H A 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()
/kernel/linux/linux-6.6/drivers/iio/chemical/
H A 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()

Completed in 4 milliseconds