Searched refs:opps (Results 1 – 1 of 1) sorted by relevance
113 struct ve_spc_opp *opps[MAX_CLUSTERS]; member260 struct ve_spc_opp *opps = info->opps[cluster]; in ve_spc_get_performance() local270 opps += perf; in ve_spc_get_performance()271 *freq = opps->freq; in ve_spc_get_performance()280 struct ve_spc_opp *opps = info->opps[cluster]; in ve_spc_round_performance() local284 for (idx = 0; idx < max_opp; idx++, opps++) { in ve_spc_round_performance()285 ftmp = opps->freq; in ve_spc_round_performance()303 struct ve_spc_opp *opps = info->opps[cluster]; in ve_spc_find_performance_index() local305 for (idx = 0; idx < max_opp; idx++, opps++) in ve_spc_find_performance_index()306 if (opps->freq == freq) in ve_spc_find_performance_index()[all …]