Home
last modified time | relevance | path

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

/external/u-boot/include/
Dthermal.h12 int thermal_get_temp(struct udevice *dev, int *temp);
/external/u-boot/drivers/thermal/
Dthermal-uclass.c16 int thermal_get_temp(struct udevice *dev, int *temp) in thermal_get_temp() function
/external/u-boot/arch/arm/mach-imx/
Dcpu.c231 ret = thermal_get_temp(thermal_dev, &cpu_tmp); in print_cpuinfo()