Lines Matching defs:db8500_thermal_points
24 * db8500_thermal_points - the interpolation points that trigger
27 static const unsigned long db8500_thermal_points[] = {
109 next_high = db8500_thermal_points[0];
112 next_high = db8500_thermal_points[idx - 1];
113 next_low = db8500_thermal_points[idx - 2];
131 int num_points = ARRAY_SIZE(db8500_thermal_points);
134 next_high = db8500_thermal_points[idx+1];
135 next_low = db8500_thermal_points[idx];
144 th->interpolated_temp = db8500_thermal_points[idx] + 1;
197 db8500_thermal_points[0]);
218 db8500_thermal_points[0]);