Lines Matching refs:soc_dts
28 static struct intel_soc_dts_sensors *soc_dts; variable
33 intel_soc_dts_iosf_interrupt_handler(soc_dts); in soc_irq_thread_fn()
54 soc_dts = intel_soc_dts_iosf_init(INTEL_SOC_DTS_INTERRUPT_APIC, 2, 1); in intel_soc_thermal_init()
55 if (IS_ERR(soc_dts)) { in intel_soc_thermal_init()
56 err = PTR_ERR(soc_dts); in intel_soc_thermal_init()
80 "soc_dts", soc_dts); in intel_soc_thermal_init()
91 err = intel_soc_dts_iosf_add_read_only_critical_trip(soc_dts, in intel_soc_thermal_init()
100 free_irq(soc_dts_thres_irq, soc_dts); in intel_soc_thermal_init()
103 intel_soc_dts_iosf_exit(soc_dts); in intel_soc_thermal_init()
111 free_irq(soc_dts_thres_irq, soc_dts); in intel_soc_thermal_exit()
114 intel_soc_dts_iosf_exit(soc_dts); in intel_soc_thermal_exit()