Searched defs:thermal_zone_get_temp (Results 1 – 3 of 3) sorted by relevance
63 #define thermal_zone_get_temp(tz, temp) \ macro
63 #define thermal_zone_get_temp(tz, temp) kbase_simple_power_model_get_dummy_temp(tz, temp) macro
410 static inline int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp) in thermal_zone_get_temp() function