Searched refs:thermal_dpk_avg_count (Results 1 – 1 of 1) sorted by relevance
2007 u8 thermal_dpk_avg_count = 0, thermal_value[2] = {0}; in dpk_track_8822c() local2042 thermal_dpk_avg_count++; in dpk_track_8822c()2047 if (thermal_dpk_avg_count) { in dpk_track_8822c()2051 thermal_dpk_avg[0], thermal_dpk_avg_count); in dpk_track_8822c()2055 thermal_dpk_avg[1], thermal_dpk_avg_count); in dpk_track_8822c()2057 thermal_value[0] = (u8)(thermal_dpk_avg[0] / thermal_dpk_avg_count); in dpk_track_8822c()2058 thermal_value[1] = (u8)(thermal_dpk_avg[1] / thermal_dpk_avg_count); in dpk_track_8822c()