Searched refs:_rcar_thermal_irq_ctrl (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/thermal/
H A Drcar_thermal.c284 #define rcar_thermal_irq_enable(p) _rcar_thermal_irq_ctrl(p, 1)
285 #define rcar_thermal_irq_disable(p) _rcar_thermal_irq_ctrl(p, 0) _rcar_thermal_irq_ctrl()
286 static void _rcar_thermal_irq_ctrl(struct rcar_thermal_priv *priv, int enable) _rcar_thermal_irq_ctrl() function

Completed in 34 milliseconds