Home
last modified time | relevance | path

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

/u-boot/drivers/cpu/
A Dimx9_cpu.c67 struct udevice *thermal_dev; in cpu_imx_get_temp() local
74 ret = uclass_get_device(UCLASS_THERMAL, idx, &thermal_dev); in cpu_imx_get_temp()
76 ret = thermal_get_temp(thermal_dev, &cpu_tmp); in cpu_imx_get_temp()
A Dimx8_cpu.c110 struct udevice *thermal_dev; in cpu_imx_get_temp() local
121 ret = uclass_get_device(UCLASS_THERMAL, idx, &thermal_dev); in cpu_imx_get_temp()
123 ret = thermal_get_temp(thermal_dev, &cpu_tmp); in cpu_imx_get_temp()
/u-boot/arch/arm/mach-imx/
A Dcpu.c192 struct udevice *thermal_dev; in print_cpuinfo() local
231 ret = uclass_get_device(UCLASS_THERMAL, 0, &thermal_dev); in print_cpuinfo()
233 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_err(UCLASS_THERMAL, &thermal_dev); in omap_hsmmc_execute_tuning()
652 ret = thermal_get_temp(thermal_dev, &temperature); in omap_hsmmc_execute_tuning()

Completed in 15 milliseconds