Searched refs:thermal_get_temp (Results 1 – 6 of 6) sorted by relevance
13 int thermal_get_temp(struct udevice *dev, int *temp);
17 int thermal_get_temp(struct udevice *dev, int *temp) in thermal_get_temp() function
224 ret = thermal_get_temp(thermal_dev, &cpu_tmp); in print_cpuinfo()
154 ret = thermal_get_temp(dev, &temp); in do_test_thermal()
397 ret = thermal_get_temp(priv->thermal, &temp); in wtemp_dvfs_apply()425 ret = thermal_get_temp(priv->thermal, &temp); in wtemp_dvfs_repeat_apply()
27 inline int thermal_get_temp(struct udevice *dev, int *temp) in thermal_get_temp() function535 thermal_get_temp(priv->thermal_dev, &temperature); in eink_display()