Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thermal/
H A Ddb8500_thermal.c24 * db8500_thermal_points - the interpolation points that trigger
27 static const unsigned long db8500_thermal_points[] = { variable
122 next_high = db8500_thermal_points[0]; in prcmu_low_irq_handler()
125 next_high = db8500_thermal_points[idx - 1]; in prcmu_low_irq_handler()
126 next_low = db8500_thermal_points[idx - 2]; in prcmu_low_irq_handler()
145 int num_points = ARRAY_SIZE(db8500_thermal_points); in prcmu_high_irq_handler()
148 next_high = db8500_thermal_points[idx+1]; in prcmu_high_irq_handler()
149 next_low = db8500_thermal_points[idx]; in prcmu_high_irq_handler()
159 th->interpolated_temp = db8500_thermal_points[idx] + 1; in prcmu_high_irq_handler()
215 db8500_thermal_points[ in db8500_thermal_probe()
[all...]
/kernel/linux/linux-6.6/drivers/thermal/
H A Ddb8500_thermal.c24 * db8500_thermal_points - the interpolation points that trigger
27 static const unsigned long db8500_thermal_points[] = { variable
109 next_high = db8500_thermal_points[0]; in prcmu_low_irq_handler()
112 next_high = db8500_thermal_points[idx - 1]; in prcmu_low_irq_handler()
113 next_low = db8500_thermal_points[idx - 2]; in prcmu_low_irq_handler()
131 int num_points = ARRAY_SIZE(db8500_thermal_points); in prcmu_high_irq_handler()
134 next_high = db8500_thermal_points[idx+1]; in prcmu_high_irq_handler()
135 next_low = db8500_thermal_points[idx]; in prcmu_high_irq_handler()
144 th->interpolated_temp = db8500_thermal_points[idx] + 1; in prcmu_high_irq_handler()
197 db8500_thermal_points[ in db8500_thermal_probe()
[all...]

Completed in 2 milliseconds