Searched refs:aux_entry (Results 1 – 1 of 1) sorted by relevance
125 struct soc_sensor_entry *aux_entry = tzd->devdata; in soc_dts_enable() local134 aux_entry->mode = THERMAL_DEVICE_ENABLED; in soc_dts_enable()138 if (!aux_entry->locked) { in soc_dts_enable()145 aux_entry->mode = THERMAL_DEVICE_ENABLED; in soc_dts_enable()147 aux_entry->mode = THERMAL_DEVICE_DISABLED; in soc_dts_enable()158 struct soc_sensor_entry *aux_entry = tzd->devdata; in soc_dts_disable() local167 aux_entry->mode = THERMAL_DEVICE_DISABLED; in soc_dts_disable()171 if (!aux_entry->locked) { in soc_dts_disable()179 aux_entry->mode = THERMAL_DEVICE_DISABLED; in soc_dts_disable()181 aux_entry->mode = THERMAL_DEVICE_ENABLED; in soc_dts_disable()[all …]