Lines Matching refs:trip_points

73 		if (db8500_thermal_match_cdev(cdev, &ptrips->trip_points[i]))  in db8500_cdev_bind()
97 if (db8500_thermal_match_cdev(cdev, &ptrips->trip_points[i])) in db8500_cdev_unbind()
175 *type = ptrips->trip_points[trip].type; in db8500_sys_get_trip_type()
190 *temp = ptrips->trip_points[trip].temp; in db8500_sys_get_trip_temp()
204 if (ptrips->trip_points[i].type == THERMAL_TRIP_CRITICAL) { in db8500_sys_get_crit_temp()
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()
348 ptrips->trip_points[i].type = THERMAL_TRIP_ACTIVE; in db8500_thermal_parse_dt()
350 ptrips->trip_points[i].type = THERMAL_TRIP_PASSIVE; in db8500_thermal_parse_dt()
352 ptrips->trip_points[i].type = THERMAL_TRIP_HOT; in db8500_thermal_parse_dt()
354 ptrips->trip_points[i].type = THERMAL_TRIP_CRITICAL; in db8500_thermal_parse_dt()
373 strcpy(ptrips->trip_points[i].cdev_name[j], tmp_str); 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()