Searched refs:thermal_dev (Results 1 – 4 of 4) sorted by relevance
| /u-boot/drivers/cpu/ |
| A D | imx9_cpu.c | 67 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 D | imx8_cpu.c | 110 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 D | cpu.c | 192 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 D | omap_hsmmc.c | 634 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