Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/thermal/intel/
A Dintel_soc_dts_thermal.c27 static int soc_dts_thres_irq; variable
66 soc_dts_thres_irq = acpi_register_gsi(NULL, soc_dts_thres_gsi, in intel_soc_thermal_init()
69 if (soc_dts_thres_irq < 0) { in intel_soc_thermal_init()
71 soc_dts_thres_gsi, soc_dts_thres_irq); in intel_soc_thermal_init()
72 soc_dts_thres_irq = 0; in intel_soc_thermal_init()
76 if (soc_dts_thres_irq) { in intel_soc_thermal_init()
77 err = request_threaded_irq(soc_dts_thres_irq, NULL, in intel_soc_thermal_init()
99 if (soc_dts_thres_irq) { in intel_soc_thermal_init()
100 free_irq(soc_dts_thres_irq, soc_dts); in intel_soc_thermal_init()
110 if (soc_dts_thres_irq) { in intel_soc_thermal_exit()
[all …]

Completed in 4 milliseconds