Home
last modified time | relevance | path

Searched refs:__thermal_zone_get_temp (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/thermal/
H A Dthermal_helpers.c82 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()
H A Dthermal_core.c619 ret = __thermal_zone_get_temp(tz, &temp); in __thermal_zone_device_update()