Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/thermal/
Dintel_soc_dts_thermal.c80 static int soc_dts_thres_irq; variable
432 soc_dts_thres_irq = (int)match_cpu->driver_data; in intel_soc_thermal_init()
436 soc_dts_thres_irq ? true : false); in intel_soc_thermal_init()
445 if (soc_dts_thres_irq) { in intel_soc_thermal_init()
446 err = request_threaded_irq(soc_dts_thres_irq, NULL, in intel_soc_thermal_init()
466 if (soc_dts_thres_irq) in intel_soc_thermal_init()
467 free_irq(soc_dts_thres_irq, soc_dts); in intel_soc_thermal_init()
482 if (soc_dts_thres_irq) in intel_soc_thermal_exit()
483 free_irq(soc_dts_thres_irq, soc_dts); in intel_soc_thermal_exit()