Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thermal/intel/ !
Dintel_quark_dts_thermal.c121 struct soc_sensor_entry *aux_entry = tzd->devdata; in soc_dts_enable() local
132 if (!aux_entry->locked) { in soc_dts_enable()
149 struct soc_sensor_entry *aux_entry = tzd->devdata; in soc_dts_disable() local
160 if (!aux_entry->locked) { in soc_dts_disable()
211 static int update_trip_temp(struct soc_sensor_entry *aux_entry, in update_trip_temp() argument
220 if (aux_entry->locked) { in update_trip_temp()
325 static void free_soc_dts(struct soc_sensor_entry *aux_entry) in free_soc_dts() argument
327 if (aux_entry) { in free_soc_dts()
328 if (!aux_entry->locked) { in free_soc_dts()
332 aux_entry->store_dts_enable); in free_soc_dts()
[all …]