Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/
Dintel_soc_dts_thermal.c33 static int soc_dts_thres_irq; variable
66 soc_dts_thres_irq = (int)match_cpu->driver_data; in intel_soc_thermal_init()
68 if (soc_dts_thres_irq) { in intel_soc_thermal_init()
69 err = request_threaded_irq(soc_dts_thres_irq, NULL, in intel_soc_thermal_init()
87 if (soc_dts_thres_irq) in intel_soc_thermal_init()
88 free_irq(soc_dts_thres_irq, soc_dts); 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()