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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dsht15.c67 static const struct sht15_temppair temppoints[] = { variable in typeref:struct:sht15_temppair
306 int d1 = temppoints[0].d1;
309 for (i = ARRAY_SIZE(temppoints) - 1; i > 0; i--)
311 if (data->supply_uV > temppoints[i - 1].vdd) {
312 d1 = (data->supply_uV - temppoints[i - 1].vdd)
313 * (temppoints[i].d1 - temppoints[i - 1].d1)
314 / (temppoints[i].vdd - temppoints[i - 1].vdd)
315 + temppoints[
[all...]

Completed in 49 milliseconds