Home
last modified time | relevance | path

Searched refs:thermal_dev (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-imx/
H A Dcpu.c183 struct udevice *thermal_dev; in print_cpuinfo() local
222 ret = uclass_get_device(UCLASS_THERMAL, 0, &thermal_dev); in print_cpuinfo()
224 ret = thermal_get_temp(thermal_dev, &cpu_tmp); in print_cpuinfo()
/rk3399_rockchip-uboot/drivers/video/rk_eink/
H A Drk_eink_display.c101 struct udevice *thermal_dev; member
535 thermal_get_temp(priv->thermal_dev, &temperature); in eink_display()
820 priv->thermal_dev = child; in rockchip_eink_display_probe()