Searched refs:thermal_dpk_avg (Results 1 – 15 of 15) sorted by relevance
2008 u32 thermal_dpk_avg[2] = {0}; in dpk_track_8822c() local2027 dpk_info->thermal_dpk_avg[0][dpk_info->thermal_dpk_avg_index] = in dpk_track_8822c()2029 dpk_info->thermal_dpk_avg[1][dpk_info->thermal_dpk_avg_index] = in dpk_track_8822c()2038 if (dpk_info->thermal_dpk_avg[0][i] || in dpk_track_8822c()2039 dpk_info->thermal_dpk_avg[1][i]) { in dpk_track_8822c()2040 thermal_dpk_avg[0] += dpk_info->thermal_dpk_avg[0][i]; in dpk_track_8822c()2041 thermal_dpk_avg[1] += dpk_info->thermal_dpk_avg[1][i]; 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()[all …]
58 u8 thermal_dpk_avg[4][AVG_THERMAL_NUM_DPK]; /*path*/ member
59 u8 thermal_dpk_avg[4][AVG_THERMAL_NUM_DPK]; /*path*/ member
75 u8 thermal_dpk_avg[KPATH][AVG_THERMAL_NUM_DPK]; /*path*/ member
76 u8 thermal_dpk_avg[KPATH][AVG_THERMAL_NUM_DPK]; /*path*/ member
1519 dpk->thermal_dpk_avg[path][i]); in halrf_dpk_track_8852b()