Searched refs:new_frequency (Results 1 – 1 of 1) sorted by relevance
30 uint32_t new_frequency = opp_info_.opps[opp_idx].freq_hz; in SetTarget() local34 new_frequency / 1000000, new_voltage / 1000); in SetTarget()37 if (new_frequency == old_frequency) { in SetTarget()43 if (new_frequency > old_frequency) { in SetTarget()52 status = cpufreq_scaling_->SetFrequency(new_frequency); in SetTarget()65 if (new_frequency < old_frequency) { in SetTarget()
Completed in 3 milliseconds