Lines Matching defs:db8500_thermal_points
24 * db8500_thermal_points - the interpolation points that trigger
27 static const unsigned long db8500_thermal_points[] = {
122 next_high = db8500_thermal_points[0];
125 next_high = db8500_thermal_points[idx - 1];
126 next_low = db8500_thermal_points[idx - 2];
145 int num_points = ARRAY_SIZE(db8500_thermal_points);
148 next_high = db8500_thermal_points[idx+1];
149 next_low = db8500_thermal_points[idx];
159 th->interpolated_temp = db8500_thermal_points[idx] + 1;
215 db8500_thermal_points[0]);
237 db8500_thermal_points[0]);