Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Drcar_thermal.c291 #define rcar_thermal_irq_enable(p) _rcar_thermal_irq_ctrl(p, 1)
292 #define rcar_thermal_irq_disable(p) _rcar_thermal_irq_ctrl(p, 0)
293 static void _rcar_thermal_irq_ctrl(struct rcar_thermal_priv *priv, int enable) in _rcar_thermal_irq_ctrl() function