Home
last modified time | relevance | path

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

/u-boot/drivers/cpu/
A Dimx8_cpu.c79 struct udevice *thermal_dev; in cpu_imx_get_temp() local
86 ret = uclass_get_device(UCLASS_THERMAL, idx, &thermal_dev); in cpu_imx_get_temp()
88 ret = thermal_get_temp(thermal_dev, &cpu_tmp); in cpu_imx_get_temp()
/u-boot/arch/arm/mach-imx/
A Dcpu.c184 struct udevice *thermal_dev; in print_cpuinfo() local
223 ret = uclass_get_device(UCLASS_THERMAL, 0, &thermal_dev); in print_cpuinfo()
225 ret = thermal_get_temp(thermal_dev, &cpu_tmp); in print_cpuinfo()
/u-boot/drivers/mmc/
A Domap_hsmmc.c634 struct udevice *thermal_dev; in omap_hsmmc_execute_tuning() local
647 ret = uclass_first_device(UCLASS_THERMAL, &thermal_dev); in omap_hsmmc_execute_tuning()
652 ret = thermal_get_temp(thermal_dev, &temperature); in omap_hsmmc_execute_tuning()

Completed in 7 milliseconds