Searched refs:thermal_dev (Results 1 – 2 of 2) sorted by relevance
193 struct udevice *thermal_dev; in print_cpuinfo() local232 ret = uclass_get_device(UCLASS_THERMAL, 0, &thermal_dev); in print_cpuinfo()234 ret = thermal_get_temp(thermal_dev, &cpu_tmp); in print_cpuinfo()
627 struct udevice *thermal_dev; in omap_hsmmc_execute_tuning() local640 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()