Lines Matching refs:soc_dts
34 static struct intel_soc_dts_sensors *soc_dts; variable
39 intel_soc_dts_iosf_interrupt_handler(soc_dts); in soc_irq_thread_fn()
60 soc_dts = intel_soc_dts_iosf_init(INTEL_SOC_DTS_INTERRUPT_APIC, 2, 1); in intel_soc_thermal_init()
61 if (IS_ERR(soc_dts)) { in intel_soc_thermal_init()
62 err = PTR_ERR(soc_dts); in intel_soc_thermal_init()
72 "soc_dts", soc_dts); in intel_soc_thermal_init()
79 err = intel_soc_dts_iosf_add_read_only_critical_trip(soc_dts, in intel_soc_thermal_init()
88 free_irq(soc_dts_thres_irq, soc_dts); in intel_soc_thermal_init()
90 intel_soc_dts_iosf_exit(soc_dts); in intel_soc_thermal_init()
98 free_irq(soc_dts_thres_irq, soc_dts); in intel_soc_thermal_exit()
99 intel_soc_dts_iosf_exit(soc_dts); in intel_soc_thermal_exit()