Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/intel/
H A Dintel_soc_dts_thermal.c26 static int soc_dts_thres_gsi; variable
61 soc_dts_thres_gsi = (int)match_cpu->driver_data; in intel_soc_thermal_init()
62 if (soc_dts_thres_gsi) { in intel_soc_thermal_init()
67 soc_dts_thres_irq = acpi_register_gsi(NULL, soc_dts_thres_gsi, in intel_soc_thermal_init()
72 soc_dts_thres_gsi, soc_dts_thres_irq); in intel_soc_thermal_init()
99 acpi_unregister_gsi(soc_dts_thres_gsi); in intel_soc_thermal_exit()