Searched refs:thermal_dev (Results 1 – 3 of 3) sorted by relevance
79 struct udevice *thermal_dev; in cpu_imx_get_temp() local86 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()
184 struct udevice *thermal_dev; in print_cpuinfo() local223 ret = uclass_get_device(UCLASS_THERMAL, 0, &thermal_dev); in print_cpuinfo()225 ret = thermal_get_temp(thermal_dev, &cpu_tmp); in print_cpuinfo()
634 struct udevice *thermal_dev; in omap_hsmmc_execute_tuning() local647 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