Searched refs:rcar_thermal_priv (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | rcar_thermal.c | 89 struct rcar_thermal_priv { struct 171 static u32 _rcar_thermal_read(struct rcar_thermal_priv *priv, u32 reg) in _rcar_thermal_read() 177 static void _rcar_thermal_write(struct rcar_thermal_priv *priv, in _rcar_thermal_write() 184 static void _rcar_thermal_bset(struct rcar_thermal_priv *priv, u32 reg, in _rcar_thermal_bset() 198 static int rcar_thermal_update_temp(struct rcar_thermal_priv *priv) in rcar_thermal_update_temp() 253 static int rcar_thermal_get_current_temp(struct rcar_thermal_priv *priv, in rcar_thermal_get_current_temp() 276 struct rcar_thermal_priv *priv = data; in rcar_thermal_of_get_temp() 283 struct rcar_thermal_priv *priv = rcar_zone_to_priv(zone); in rcar_thermal_get_temp() 291 struct rcar_thermal_priv *priv = rcar_zone_to_priv(zone); in rcar_thermal_get_trip_type() 310 struct rcar_thermal_priv *pri in rcar_thermal_get_trip_temp() [all...] |
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | rcar_thermal.c | 89 struct rcar_thermal_priv { struct 170 static u32 _rcar_thermal_read(struct rcar_thermal_priv *priv, u32 reg) in _rcar_thermal_read() 176 static void _rcar_thermal_write(struct rcar_thermal_priv *priv, in _rcar_thermal_write() 183 static void _rcar_thermal_bset(struct rcar_thermal_priv *priv, u32 reg, in _rcar_thermal_bset() 197 static int rcar_thermal_update_temp(struct rcar_thermal_priv *priv) in rcar_thermal_update_temp() 252 static int rcar_thermal_get_current_temp(struct rcar_thermal_priv *priv, in rcar_thermal_get_current_temp() 275 struct rcar_thermal_priv *priv = thermal_zone_device_priv(zone); in rcar_thermal_get_temp() 293 static void _rcar_thermal_irq_ctrl(struct rcar_thermal_priv *priv, int enable) in _rcar_thermal_irq_ctrl() 311 struct rcar_thermal_priv *priv; in rcar_thermal_work() 314 priv = container_of(work, struct rcar_thermal_priv, wor in rcar_thermal_work() [all...] |
Completed in 2 milliseconds