Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/intel/
H A Dintel_soc_dts_thermal.c27 static int soc_dts_thres_irq; variable
67 soc_dts_thres_irq = acpi_register_gsi(NULL, soc_dts_thres_gsi, in intel_soc_thermal_init()
70 if (soc_dts_thres_irq < 0) { in intel_soc_thermal_init()
72 soc_dts_thres_gsi, soc_dts_thres_irq); in intel_soc_thermal_init()
73 soc_dts_thres_irq = 0; in intel_soc_thermal_init()
77 if (soc_dts_thres_irq) { in intel_soc_thermal_init()
78 err = request_threaded_irq(soc_dts_thres_irq, NULL, in intel_soc_thermal_init()
97 if (soc_dts_thres_irq) { in intel_soc_thermal_exit()
98 free_irq(soc_dts_thres_irq, soc_dts); in intel_soc_thermal_exit()