Searched refs:aux_entry (Results 1 – 1 of 1) sorted by relevance
113 struct soc_sensor_entry *aux_entry; in sys_get_trip_temp() local115 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() argument154 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() local232 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() local260 aux_entry = tzd->devdata; in sys_get_curr_temp()[all …]