Searched refs:db8500_thermal_points (Results 1 – 1 of 1) sorted by relevance
27 static const unsigned long db8500_thermal_points[] = { variable108 next_high = db8500_thermal_points[0]; in prcmu_low_irq_handler()111 next_high = db8500_thermal_points[idx - 1]; in prcmu_low_irq_handler()112 next_low = db8500_thermal_points[idx - 2]; in prcmu_low_irq_handler()130 int num_points = ARRAY_SIZE(db8500_thermal_points); in prcmu_high_irq_handler()133 next_high = db8500_thermal_points[idx+1]; in prcmu_high_irq_handler()134 next_low = db8500_thermal_points[idx]; in prcmu_high_irq_handler()143 th->interpolated_temp = db8500_thermal_points[idx] + 1; in prcmu_high_irq_handler()194 db8500_thermal_points[0]); in db8500_thermal_probe()215 db8500_thermal_points[0]); in db8500_thermal_resume()
Completed in 4 milliseconds