Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/
Dintel_soc_dts_thermal.c35 static int soc_dts_thres_gsi; variable
70 soc_dts_thres_gsi = (int)match_cpu->driver_data; in intel_soc_thermal_init()
71 if (soc_dts_thres_gsi) { in intel_soc_thermal_init()
76 soc_dts_thres_irq = acpi_register_gsi(NULL, soc_dts_thres_gsi, in intel_soc_thermal_init()
81 soc_dts_thres_gsi, soc_dts_thres_irq); in intel_soc_thermal_init()
111 acpi_unregister_gsi(soc_dts_thres_gsi); in intel_soc_thermal_init()
122 acpi_unregister_gsi(soc_dts_thres_gsi); in intel_soc_thermal_exit()