Searched refs:soc_dts_thres_irq (Results 1 – 1 of 1) sorted by relevance
33 static int soc_dts_thres_irq; variable66 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()