Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dthermal.h13 int thermal_get_temp(struct udevice *dev, int *temp);
/rk3399_rockchip-uboot/drivers/thermal/
H A Dthermal-uclass.c17 int thermal_get_temp(struct udevice *dev, int *temp) in thermal_get_temp() function
/rk3399_rockchip-uboot/arch/arm/mach-imx/
H A Dcpu.c224 ret = thermal_get_temp(thermal_dev, &cpu_tmp); in print_cpuinfo()
/rk3399_rockchip-uboot/test/rockchip/
H A Dtest-power.c154 ret = thermal_get_temp(dev, &temp); in do_test_thermal()
/rk3399_rockchip-uboot/drivers/power/dvfs/
H A Drockchip_wtemp_dvfs.c397 ret = thermal_get_temp(priv->thermal, &temp); in wtemp_dvfs_apply()
425 ret = thermal_get_temp(priv->thermal, &temp); in wtemp_dvfs_repeat_apply()
/rk3399_rockchip-uboot/drivers/video/rk_eink/
H A Drk_eink_display.c27 inline int thermal_get_temp(struct udevice *dev, int *temp) in thermal_get_temp() function
535 thermal_get_temp(priv->thermal_dev, &temperature); in eink_display()