Lines Matching defs:priv

74 #define rcar_priv_to_dev(priv)		((priv)->common->dev)  argument
75 #define rcar_has_irq_support(priv) ((priv)->common->base) argument
76 #define rcar_id_to_shift(priv) ((priv)->id * 8) argument
79 # define rcar_force_update_temp(priv) 1 argument
81 # define rcar_force_update_temp(priv) 0 argument
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()
206 struct rcar_thermal_priv *priv = rcar_zone_to_priv(zone); in rcar_thermal_get_temp() local
221 struct rcar_thermal_priv *priv = rcar_zone_to_priv(zone); in rcar_thermal_get_trip_type() local
240 struct rcar_thermal_priv *priv = rcar_zone_to_priv(zone); in rcar_thermal_get_trip_temp() local
259 struct rcar_thermal_priv *priv = rcar_zone_to_priv(zone); in rcar_thermal_notify() local
286 static void _rcar_thermal_irq_ctrl(struct rcar_thermal_priv *priv, int enable) in _rcar_thermal_irq_ctrl()
301 struct rcar_thermal_priv *priv; in rcar_thermal_work() local
315 static u32 rcar_thermal_had_changed(struct rcar_thermal_priv *priv, u32 status) in rcar_thermal_had_changed()
334 struct rcar_thermal_priv *priv; in rcar_thermal_irq() local
368 struct rcar_thermal_priv *priv; in rcar_thermal_probe() local
481 struct rcar_thermal_priv *priv; in rcar_thermal_remove() local