Lines Matching refs:temp
110 static int db8500_sys_get_temp(struct thermal_zone_device *thermal, int *temp) in db8500_sys_get_temp() argument
119 *temp = pzone->cur_temp_pseudo; in db8500_sys_get_temp()
182 int trip, int *temp) in db8500_sys_get_trip_temp() argument
190 *temp = ptrips->trip_points[trip].temp; in db8500_sys_get_trip_temp()
197 int *temp) in db8500_sys_get_crit_temp() argument
205 *temp = ptrips->trip_points[i].temp; in db8500_sys_get_crit_temp()
251 next_high = ptrips->trip_points[0].temp; in prcmu_low_irq_handler()
254 next_high = ptrips->trip_points[idx-1].temp; in prcmu_low_irq_handler()
255 next_low = ptrips->trip_points[idx-2].temp; in prcmu_low_irq_handler()
278 next_high = ptrips->trip_points[idx+1].temp; in prcmu_high_irq_handler()
279 next_low = ptrips->trip_points[idx].temp; in prcmu_high_irq_handler()
288 pzone->cur_temp_pseudo = ptrips->trip_points[idx].temp + 1; in prcmu_high_irq_handler()
341 ptrips->trip_points[i].temp = tmp_data; in db8500_thermal_parse_dt()
459 dft_high = ptrips->trip_points[0].temp; in db8500_thermal_probe()
502 dft_high = ptrips->trip_points[0].temp; in db8500_thermal_resume()