Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/thermal/intel/
Dintel_soc_dts_thermal.c26 static int soc_dts_thres_gsi; variable
60 soc_dts_thres_gsi = (int)match_cpu->driver_data; in intel_soc_thermal_init()
61 if (soc_dts_thres_gsi) { in intel_soc_thermal_init()
66 soc_dts_thres_irq = acpi_register_gsi(NULL, soc_dts_thres_gsi, in intel_soc_thermal_init()
71 soc_dts_thres_gsi, soc_dts_thres_irq); in intel_soc_thermal_init()
101 acpi_unregister_gsi(soc_dts_thres_gsi); in intel_soc_thermal_init()
112 acpi_unregister_gsi(soc_dts_thres_gsi); in intel_soc_thermal_exit()