temppoints 75 drivers/hwmon/sht15.c static const struct sht15_temppair temppoints[] = { temppoints 618 drivers/hwmon/sht15.c int d1 = temppoints[0].d1; temppoints 622 drivers/hwmon/sht15.c for (i = ARRAY_SIZE(temppoints) - 1; i > 0; i--) temppoints 624 drivers/hwmon/sht15.c if (data->supply_uv > temppoints[i - 1].vdd) { temppoints 625 drivers/hwmon/sht15.c d1 = (data->supply_uv - temppoints[i - 1].vdd) temppoints 626 drivers/hwmon/sht15.c * (temppoints[i].d1 - temppoints[i - 1].d1) temppoints 627 drivers/hwmon/sht15.c / (temppoints[i].vdd - temppoints[i - 1].vdd) temppoints 628 drivers/hwmon/sht15.c + temppoints[i - 1].d1;