Lines Matching refs:rcar_thermal_priv
58 struct rcar_thermal_priv { struct
117 static u32 _rcar_thermal_read(struct rcar_thermal_priv *priv, u32 reg) in _rcar_thermal_read()
123 static void _rcar_thermal_write(struct rcar_thermal_priv *priv, in _rcar_thermal_write()
130 static void _rcar_thermal_bset(struct rcar_thermal_priv *priv, u32 reg, in _rcar_thermal_bset()
144 static int rcar_thermal_update_temp(struct rcar_thermal_priv *priv) in rcar_thermal_update_temp()
205 struct rcar_thermal_priv *priv = rcar_zone_to_priv(zone); in rcar_thermal_get_temp()
220 struct rcar_thermal_priv *priv = rcar_zone_to_priv(zone); in rcar_thermal_get_trip_type()
239 struct rcar_thermal_priv *priv = rcar_zone_to_priv(zone); in rcar_thermal_get_trip_temp()
258 struct rcar_thermal_priv *priv = rcar_zone_to_priv(zone); in rcar_thermal_notify()
285 static void _rcar_thermal_irq_ctrl(struct rcar_thermal_priv *priv, int enable) in _rcar_thermal_irq_ctrl()
300 struct rcar_thermal_priv *priv; in rcar_thermal_work()
303 priv = container_of(work, struct rcar_thermal_priv, work.work); in rcar_thermal_work()
314 static u32 rcar_thermal_had_changed(struct rcar_thermal_priv *priv, u32 status) in rcar_thermal_had_changed()
333 struct rcar_thermal_priv *priv; in rcar_thermal_irq()
368 struct rcar_thermal_priv *priv; in rcar_thermal_remove()
385 struct rcar_thermal_priv *priv; in rcar_thermal_probe()