Home
last modified time | relevance | path

Searched refs:aux_entry (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/thermal/
Dintel_soc_dts_thermal.c113 struct soc_sensor_entry *aux_entry; in sys_get_trip_temp() local
115 aux_entry = tzd->devdata; in sys_get_trip_temp()
119 *temp = aux_entry->tj_max - crit_offset; in sys_get_trip_temp()
135 *temp = aux_entry->tj_max - out * 1000; in sys_get_trip_temp()
140 static int update_trip_temp(struct soc_sensor_entry *aux_entry, in update_trip_temp() argument
154 temp_out = (aux_entry->tj_max - temp) / 1000; in update_trip_temp()
229 struct soc_sensor_entry *aux_entry = tzd->devdata; in sys_set_trip_temp() local
232 if (temp > (aux_entry->tj_max - crit_offset)) in sys_set_trip_temp()
258 struct soc_sensor_entry *aux_entry; in sys_get_curr_temp() local
260 aux_entry = tzd->devdata; in sys_get_curr_temp()
[all …]