Searched refs:aux_entry (Results 1 – 1 of 1) sorted by relevance
123 struct soc_sensor_entry *aux_entry = thermal_zone_device_priv(tzd); in soc_dts_enable() local134 if (!aux_entry->locked) { in soc_dts_enable()151 struct soc_sensor_entry *aux_entry = thermal_zone_device_priv(tzd); in soc_dts_disable() local162 if (!aux_entry->locked) { in soc_dts_disable()202 static int update_trip_temp(struct soc_sensor_entry *aux_entry, in update_trip_temp() argument211 if (aux_entry->locked) { in update_trip_temp()302 static void free_soc_dts(struct soc_sensor_entry *aux_entry) in free_soc_dts() argument304 if (aux_entry) { in free_soc_dts()305 if (!aux_entry->locked) { in free_soc_dts()309 aux_entry->store_dts_enable); in free_soc_dts()[all …]