Searched refs:__thermal_zone_get_temp (Results 1 – 3 of 3) sorted by relevance
69 * __thermal_zone_get_temp() - returns the temperature of a thermal zone82 int __thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp) in __thermal_zone_get_temp() function 139 ret = __thermal_zone_get_temp(tz, temp); in thermal_zone_get_temp()
281 int __thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp);
619 ret = __thermal_zone_get_temp(tz, &temp); in __thermal_zone_device_update()