Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-imx/
H A Dcpu.c193 struct udevice *thermal_dev; in print_cpuinfo() local
232 ret = uclass_get_device(UCLASS_THERMAL, 0, &thermal_dev); in print_cpuinfo()
234 ret = thermal_get_temp(thermal_dev, &cpu_tmp); in print_cpuinfo()
/openbmc/u-boot/drivers/mmc/
H A Domap_hsmmc.c627 struct udevice *thermal_dev; in omap_hsmmc_execute_tuning() local
640 ret = uclass_first_device(UCLASS_THERMAL, &thermal_dev); in omap_hsmmc_execute_tuning()
645 ret = thermal_get_temp(thermal_dev, &temperature); in omap_hsmmc_execute_tuning()