Lines Matching refs:temp
109 int trip, unsigned long *temp) in sys_get_trip_temp() argument
119 *temp = aux_entry->tj_max - crit_offset; in sys_get_trip_temp()
133 *temp = 0; in sys_get_trip_temp()
135 *temp = aux_entry->tj_max - out * 1000; in sys_get_trip_temp()
141 int thres_index, unsigned long temp) in update_trip_temp() argument
154 temp_out = (aux_entry->tj_max - temp) / 1000; in update_trip_temp()
186 if (temp) { in update_trip_temp()
227 unsigned long temp) in sys_set_trip_temp() argument
232 if (temp > (aux_entry->tj_max - crit_offset)) in sys_set_trip_temp()
236 status = update_trip_temp(tzd->devdata, trip, temp); in sys_set_trip_temp()
254 unsigned long *temp) in sys_get_curr_temp() argument
269 *temp = aux_entry->tj_max - out * 1000; in sys_get_curr_temp()