Lines Matching refs:soc_dts
71 static struct soc_sensor_entry *soc_dts[SOC_MAX_DTS_SENSORS]; variable
396 thermal_zone_device_update(soc_dts[i]->tzone); in proc_thermal_interrupt()
435 soc_dts[i] = alloc_soc_dts(i, tj_max, in intel_soc_thermal_init()
437 if (IS_ERR(soc_dts[i])) { in intel_soc_thermal_init()
438 err = PTR_ERR(soc_dts[i]); in intel_soc_thermal_init()
449 "soc_dts", soc_dts); in intel_soc_thermal_init()
457 err = update_trip_temp(soc_dts[i], 0, tj_max - crit_offset); in intel_soc_thermal_init()
467 free_irq(soc_dts_thres_irq, soc_dts); in intel_soc_thermal_init()
470 free_soc_dts(soc_dts[i]); in intel_soc_thermal_init()
480 update_trip_temp(soc_dts[i], 0, 0); in intel_soc_thermal_exit()
483 free_irq(soc_dts_thres_irq, soc_dts); in intel_soc_thermal_exit()
486 free_soc_dts(soc_dts[i]); in intel_soc_thermal_exit()