Searched refs:thermal_get_temp (Results 1 – 6 of 6) sorted by relevance
31 static inline int thermal_get_temp(struct thermal_zone_device *thermal, in thermal_get_temp() function45 .get_temp = thermal_get_temp,
12 int thermal_get_temp(struct udevice *dev, int *temp);
16 int thermal_get_temp(struct udevice *dev, int *temp) in thermal_get_temp() function
234 ret = thermal_get_temp(thermal_dev, &cpu_tmp); in print_cpuinfo()
477 static int thermal_get_temp(struct thermal_zone_device *thermal, int *temp) in thermal_get_temp() function650 .get_temp = thermal_get_temp,
645 ret = thermal_get_temp(thermal_dev, &temperature); in omap_hsmmc_execute_tuning()