soc_dts            61 drivers/thermal/intel/int340x_thermal/processor_thermal_device.c 	struct intel_soc_dts_sensors *soc_dts;
soc_dts           453 drivers/thermal/intel/int340x_thermal/processor_thermal_device.c 	intel_soc_dts_iosf_interrupt_handler(proc_priv->soc_dts);
soc_dts           645 drivers/thermal/intel/int340x_thermal/processor_thermal_device.c 		proc_priv->soc_dts = intel_soc_dts_iosf_init(
soc_dts           648 drivers/thermal/intel/int340x_thermal/processor_thermal_device.c 		if (!IS_ERR(proc_priv->soc_dts) && pdev->irq) {
soc_dts           657 drivers/thermal/intel/int340x_thermal/processor_thermal_device.c 							proc_priv->soc_dts);
soc_dts           659 drivers/thermal/intel/int340x_thermal/processor_thermal_device.c 					proc_priv->soc_dts = NULL;
soc_dts           683 drivers/thermal/intel/int340x_thermal/processor_thermal_device.c 	if (proc_priv->soc_dts) {
soc_dts           684 drivers/thermal/intel/int340x_thermal/processor_thermal_device.c 		intel_soc_dts_iosf_exit(proc_priv->soc_dts);
soc_dts           113 drivers/thermal/intel/intel_quark_dts_thermal.c static struct soc_sensor_entry *soc_dts;
soc_dts           448 drivers/thermal/intel/intel_quark_dts_thermal.c 	soc_dts = alloc_soc_dts();
soc_dts           449 drivers/thermal/intel/intel_quark_dts_thermal.c 	if (IS_ERR(soc_dts)) {
soc_dts           450 drivers/thermal/intel/intel_quark_dts_thermal.c 		err = PTR_ERR(soc_dts);
soc_dts           457 drivers/thermal/intel/intel_quark_dts_thermal.c 	free_soc_dts(soc_dts);
soc_dts           463 drivers/thermal/intel/intel_quark_dts_thermal.c 	free_soc_dts(soc_dts);
soc_dts           345 drivers/thermal/intel/intel_soc_dts_iosf.c 		for (j = 0; j < sensors->soc_dts[i].trip_count; ++j) {
soc_dts           346 drivers/thermal/intel/intel_soc_dts_iosf.c 			if (!(sensors->soc_dts[i].trip_mask & BIT(j))) {
soc_dts           347 drivers/thermal/intel/intel_soc_dts_iosf.c 				return update_trip_temp(&sensors->soc_dts[i], j,
soc_dts           385 drivers/thermal/intel/intel_soc_dts_iosf.c 			thermal_zone_device_update(sensors->soc_dts[i].tzone,
soc_dts           425 drivers/thermal/intel/intel_soc_dts_iosf.c 		sensors->soc_dts[i].sensors = sensors;
soc_dts           426 drivers/thermal/intel/intel_soc_dts_iosf.c 		ret = add_dts_thermal_zone(i, &sensors->soc_dts[i],
soc_dts           434 drivers/thermal/intel/intel_soc_dts_iosf.c 		ret = update_trip_temp(&sensors->soc_dts[i], 0, 0,
soc_dts           439 drivers/thermal/intel/intel_soc_dts_iosf.c 		ret = update_trip_temp(&sensors->soc_dts[i], 1, 0,
soc_dts           448 drivers/thermal/intel/intel_soc_dts_iosf.c 		remove_dts_thermal_zone(&sensors->soc_dts[i]);
soc_dts           461 drivers/thermal/intel/intel_soc_dts_iosf.c 		update_trip_temp(&sensors->soc_dts[i], 0, 0, 0);
soc_dts           462 drivers/thermal/intel/intel_soc_dts_iosf.c 		update_trip_temp(&sensors->soc_dts[i], 1, 0, 0);
soc_dts           463 drivers/thermal/intel/intel_soc_dts_iosf.c 		remove_dts_thermal_zone(&sensors->soc_dts[i]);
soc_dts            42 drivers/thermal/intel/intel_soc_dts_iosf.h 	struct intel_soc_dts_sensor_entry soc_dts[SOC_MAX_DTS_SENSORS];
soc_dts            28 drivers/thermal/intel/intel_soc_dts_thermal.c static struct intel_soc_dts_sensors *soc_dts;
soc_dts            33 drivers/thermal/intel/intel_soc_dts_thermal.c 	intel_soc_dts_iosf_interrupt_handler(soc_dts);
soc_dts            55 drivers/thermal/intel/intel_soc_dts_thermal.c 	soc_dts = intel_soc_dts_iosf_init(INTEL_SOC_DTS_INTERRUPT_APIC, 2, 1);
soc_dts            56 drivers/thermal/intel/intel_soc_dts_thermal.c 	if (IS_ERR(soc_dts)) {
soc_dts            57 drivers/thermal/intel/intel_soc_dts_thermal.c 		err = PTR_ERR(soc_dts);
soc_dts            81 drivers/thermal/intel/intel_soc_dts_thermal.c 					   "soc_dts", soc_dts);
soc_dts            92 drivers/thermal/intel/intel_soc_dts_thermal.c 	err = intel_soc_dts_iosf_add_read_only_critical_trip(soc_dts,
soc_dts           101 drivers/thermal/intel/intel_soc_dts_thermal.c 		free_irq(soc_dts_thres_irq, soc_dts);
soc_dts           104 drivers/thermal/intel/intel_soc_dts_thermal.c 	intel_soc_dts_iosf_exit(soc_dts);
soc_dts           112 drivers/thermal/intel/intel_soc_dts_thermal.c 		free_irq(soc_dts_thres_irq, soc_dts);
soc_dts           115 drivers/thermal/intel/intel_soc_dts_thermal.c 	intel_soc_dts_iosf_exit(soc_dts);