Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/
H A Dintel_quark_dts_thermal.c99 struct soc_sensor_entry { struct
106 static struct soc_sensor_entry *soc_dts; argument
118 struct soc_sensor_entry *aux_entry = thermal_zone_device_priv(tzd); in soc_dts_enable()
146 struct soc_sensor_entry *aux_entry = thermal_zone_device_priv(tzd); in soc_dts_disable()
197 static int update_trip_temp(struct soc_sensor_entry *aux_entry, in update_trip_temp()
313 static void free_soc_dts(struct soc_sensor_entry *aux_entry) in free_soc_dts()
332 static struct soc_sensor_entry *alloc_soc_dts(void) in alloc_soc_dts()
335 struct soc_sensor_entry *aux_entry; in alloc_soc_dts()